Standard users + software updates

Hello,
My environment includes a 10.6 server and a full 2003 Active Directory environment. All of my Macs are connected to AD and I manage their policy via Workgroup Manager on my Xserve. I want to set my Mac users up as Standard instead of Admin, but I run into the issue of them not being able to install updates, which causes a bit of a headache on my end. Is there any way I can either set the updates to install automatically (without authentication) or allow a Standard user to install updates? Are there any variables I can add to com.apple.SoftwareUpdate.plist to allow this?
Thanks,
Tim
Message was edited by: linedpaper

i wouldn't recommend having your users install updates whenever they want unless you're talking about a very small office or something.
if you're putting time into managing prefs and other aspects of user experience, you should also test and apply updates on your schedule.
there are many ways to automate the installation from the client side. most have considerations, so it will require weighing the pros and cons of each method before using one.
there are some posts here that describe the obstacles with this situation:
http://managingosx.wordpress.com/

Similar Messages

  • How can I allow standard users to update creative cloud without admin rights.

    I have over 300 users in a domain environment  and I cannot allow them to have admin rights on the machines.Is there a Registry hack or key that we can adjust to allow CC to update without these rights?

    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Flash Player does not work with Standard User, but will work when browser is "Run as Administrator"

    I don't understand why this is happening, but Flash Player will not work when a Standard User is using the browser. It will only work when the browser is run as an administrator. Any way to fix this? I've tried to uninstall, and reinstall the player, and it still wouldn't work.
    The user is on Windows 7, 64-bit. Using IE 10.
    Flash not working for Standard User - YouTube

    Any update to provide at all here guys?  Again, in my situation, it's very much rights-related as a standard user doesn't even report that the flash player exists when testing it on the Adobe Flash Version Detection website (despite it showing up in Control Panel and under Add/Remove Programs).  I've already tried giving the C:\Windows\System32\Macromed and files/subfolders appropriate permissions for the standard user and still nothing.  If I either give the user in question full local admin rights or logon as the domain admin, then the Adobe Flash Version Detection website says Flash is installed and Flash works fine.
    Thoughts???

  • Is there any way to prevent non-admin user accounts to receive software update prompts?

    I am the admin account user on our MacBook Pro, and there is one standard user account on it as well. Generally we are both logged on so we can quickly switch between user accounts and 'spin the desktop'.
    For some reason, all the software update notifications seem to be received when the standard user account is the active one.
    I know that the standard user cannot actually update without my account password and my Apple ID, but a) The notifications confuse the non-admin user, and she gets flustered, and b) Even if she manages to cancel them from the notification area, she then has to remember to tell me verbally that she had had one.
    Is there any way to stop her receiving the update notifications altogether?
    Running OS X 10.8.2 on MacBook Pro.
    Thanks in advance.

    You should be able to do this by unchecking the software update service in the system preferences to prevent the system from running the check as the "_softwareupate" user and passing it to the notification service that broadcasts to all user accounts. Then you can check for the software update in an admin account using the following Terminal line:
    /System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck -Check YES
    This line can be scripted via Terminal services to run on a schedule (ie, every few hours), and if there are found updates it will launch the App Store for that account and present them. Granted this approach circumvents the notification service, but should work. To try this, open TextEdit on your computer and in a new document choose "Make Plain Text" from the Format menu.
    Then copy and paste the following text into the new document:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>local.softwareupdatecheck</string>
              <key>ProgramArguments</key>
              <array>
                        <string>/System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck</string>
                        <string>-Check</string>
                        <string>YES</string>
              </array>
              <key>StartInterval</key>
              <integer>21600</integer>
    </dict>
    </plist>
    When done, save the document to your desktop as "softwareupdatecheck.plist" or anything as long as it ends with ".plist." Then get information on the file in the Finder to ensure its name ends with plist and not anything else like "plist.txt" (rename it accordingly in the Info window's "Name & Extension" section.
    With the file name appropriate, hold the Option key and choose the "Library" option in the Finder's "Go" menu. Then locate the folder called "Launch Agents" in the library and drag the text file to this folder. Then log out and log back into your account.
    This text file is a launch agent script that instructs the system to run the program arguments every 21600 seconds (6 hours) whenever the user is logged in. The program arguments here are simply those to check for software updates for the system. You can change this time interval to be any number of seconds you would like, but there are other options to use besides the "StartInterval" key for scheduling the task. This approach simply has it repeat every number of seconds, but you can use other options to have it only run on specific hours or days, or only have it run once when you log in, etc.
    If this works for you, then if you'd like to explore these other options write back here and we can go over them for you.

  • Solution: Software Update Notifications for Non-Admin-Users

    This is a follow up to [that thread|http://discussions.apple.com/thread.jspa?threadID=1642646].
    Problem:
    Since I'm using Mac OS X the software update notification only appears if you are logged in as an user with administrative rights. In a real multiuser environment this makes sense, because the ordinary user should not be confused with things he's not responsible for. But what about the situation with the typical single user machine, where the owner uses a non-admin account for normal work. In this case this user IS the administrator, although he's using a non-admin account. In this very common case the user should get the software update notifications as he/she can react to it. But even if "Check for updates" is selected in System Preferences, there will be no notifications. You can argue if this is a bug or not.
    Solution:
    I wrote a little applescript (in fact it's embedded into a launchd plist file, so you only have to care about one file), that checks once per day if there are any software updates available. If so, they are displayed in a nice looking Growl notification, if Growl is installed (highly recommended!), or in a standard system dialog. This works for any user. I'm using it for over a year now without any problems and decided to make it available to everybody. You can download it [here|http://blog.kaputtendorf.de/2009/02/22/updatecheck>.
    Best regards,
    Sven

    good job! I also suggest you submit this to mac os x hints.
    http://www.macosxhints.com/

  • Is there a simple way to do a software update check without disturbing the user?

    Simple thing...  You log in to a machine remotely, or you use the session already logged in by the user, and run Software Update.  It goes to Apple's servers, compares software versions, and then you can see a list of which updates need to be pushed out to the machine, and so you cancel out of Software Update and use the ARD install function to push them out.
    So is there another way to find out which updates are available and needed for some particular machine, which does not involve hijacking the user's screen in order to run an application?

    The updates Cathy was asking about are the standard Mac OS X updates from Apple. You can download most of them from Apple and push them out via ARD, or just have each system check for and install separately via the UNIX command.
    Flash Player already comes in a package. You just have to "show package contents" on the Adobe installer and look in the Resources folder for the Adobe Flash Player.pkg file. That can be pushed out by ARD without problems. Many other applications similarly have a hidden .pkg file. Firefox is a single file and can be pushed out via normal file copy.
    For making your own packages for applications that don't use Apple's installer, here are some resources for starters:
    http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/ PackageMakerUserGuide/Introduction/Introduction.html
    http://macdevcenter.com/pub/a/mac/2003/09/16/packagemaker.html
    http://s.sudre.free.fr/Software/Iceberg.html
    http://www.jamfsoftware.com/products/composer
    Regards.

  • Safari will not open; same with software update. Work on diff. user.

    I have OS X 10.4.9 installed, There are two users (I am the Admin user) and Safari will not open, it launches, then instantly crashes, same for software update, and widgets that connect to the internet. Firefox and IE, work fine, and Safari works on the other user. This has to be a password or permissions problem. I ran disk-warrior, and repaired all permissions,etc.
    Any thoughts? I am scratching my head on this one.
    PowerMac G4 1.5 gb ram   Mac OS X (10.4.9)  

    Date/Time: 2007-06-02 16:49:36.437 -0400
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [107]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 347
    Thread: 3
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x92bfe12c
    Thread 0:
    0 libSystem.B.dylib 0x9000b448 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b39c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c136bc -[NSSynchronousURLConnectionDelegate run:] + 112
    5 com.apple.Foundation 0x92c13530 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 88
    6 com.apple.WebKit 0x95799f9c -[WebHistoryPrivate _loadHistoryGuts:URL:error:] + 104
    7 com.apple.WebKit 0x95799f10 -[WebHistoryPrivate loadFromURL:error:] + 64
    8 com.apple.WebKit 0x95799e80 -[WebHistory loadFromURL:error:] + 40
    9 com.apple.Safari 0x0001cbc8 0x1000 + 113608
    10 com.apple.Safari 0x0001cb24 0x1000 + 113444
    11 com.apple.Safari 0x0001c7ac 0x1000 + 112556
    12 com.apple.Foundation 0x92be2ae4 nsnotecallback + 180
    13 com.apple.CoreFoundation 0x90806078 __CFXNotificationPost + 368
    14 com.apple.CoreFoundation 0x907fe114 _CFXNotificationPostNotification + 684
    15 com.apple.Foundation 0x92bcceec -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    16 com.apple.AppKit 0x93782f98 -[NSApplication _postDidFinishNotification] + 112
    17 com.apple.AppKit 0x93782e84 -[NSApplication _sendFinishLaunchingNotification] + 92
    18 com.apple.AppKit 0x937829cc -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 264
    19 com.apple.AppKit 0x93782574 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
    20 com.apple.Foundation 0x92be3af0 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 380
    21 com.apple.Foundation 0x92be3950 _NSAppleEventManagerGenericHandler + 92
    22 com.apple.AE 0x914fe960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    23 com.apple.AE 0x914fe7fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    24 com.apple.AE 0x914fe654 aeProcessAppleEvent + 284
    25 com.apple.HIToolbox 0x9329e2e0 AEProcessAppleEvent + 60
    26 com.apple.AppKit 0x93780cbc _DPSNextEvent + 856
    27 com.apple.AppKit 0x937807a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    28 com.apple.Safari 0x00006740 0x1000 + 22336
    29 com.apple.AppKit 0x9377ccec -[NSApplication run] + 472
    30 com.apple.AppKit 0x9386d87c NSApplicationMain + 452
    31 com.apple.Safari 0x0005c77c 0x1000 + 374652
    32 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000b448 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b39c mach_msg + 60
    2 com.unsanity.ape 0xc0002afc _apeinternal + 3300 (icplusplus.c:28)
    3 com.unsanity.ape 0xc0001910 _apeagent + 64 (icplusplus.c:28)
    4 libSystem.B.dylib 0x9002be08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b448 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b39c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf2170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf20a8 -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9578ce30 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002be08 pthreadbody + 96
    Thread 3 Crashed:
    0 com.apple.Foundation 0x92bfe12c _NSRaiseError + 264
    1 com.apple.Foundation 0x92bfde68 +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x92bd6f58 -[NSObject(NSForwardInvocation) forward::] + 176
    3 libobjc.A.dylib 0x90a460b0 objcmsgForward + 176
    4 com.apple.Foundation 0x92c1ee80 setDomain + 52
    5 com.apple.Foundation 0x92c1e984 -[NSHTTPCookie initWithProperties:] + 324
    6 com.apple.Foundation 0x92c1e824 +[NSHTTPCookie cookieWithProperties:] + 60
    7 com.apple.Foundation 0x92c2986c makeCookie + 288
    8 com.apple.Foundation 0x92c2970c -[NSArray(NSURLExtras) webmappedArrayWithFunction:context:] + 124
    9 com.apple.Foundation 0x92c0dd58 -[NSHTTPCookieDiskStorage initWithNotificationObject:] + 788
    10 com.apple.Foundation 0x92c0da14 -[NSHTTPCookieStorage(NSInternal) _connectToCookieStorage] + 80
    11 com.apple.Foundation 0x92c0d91c setUpOnLoadThread + 96
    12 com.apple.Foundation 0x92c0d4ac -[NSHTTPCookieStorage(NSInternal) _internalInit] + 136
    13 com.apple.Foundation 0x92c0d408 initSharedCookieManager + 56
    14 libSystem.B.dylib 0x90008a98 pthread_once + 68
    15 com.apple.Foundation 0x92c0d3b4 +[NSHTTPCookieStorage sharedHTTPCookieStorage] + 40
    16 com.apple.Foundation 0x92c0d258 -[NSConnectionHTTPURLProtocol addCookieFieldToHeader] + 100
    17 com.apple.Foundation 0x92c0cd00 -[NSConnectionHTTPURLProtocol buildHTTPRequest] + 168
    18 com.apple.Foundation 0x92c0cbd8 -[NSConnectionHTTPURLProtocol startOriginLoad] + 48
    19 com.apple.Foundation 0x92c0c894 -[NSURLConnection(NSURLConnectionInternal) _performOriginLoad] + 328
    20 com.apple.Foundation 0x92c0a948 _resourceLoaderPerform + 224
    21 com.apple.CoreFoundation 0x907df4fc __CFRunLoopDoSources0 + 384
    22 com.apple.CoreFoundation 0x907dea2c __CFRunLoopRun + 452
    23 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    24 com.apple.Foundation 0x92c0a6a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    25 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    26 libSystem.B.dylib 0x9002be08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b448 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b39c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0b7e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be08 pthreadbody + 96
    Thread 3 crashed with PPC Thread State 64:
    srr0: 0x0000000092bfe12c srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24028442 xer: 0x0000000000000007 lr: 0x0000000092bfe104 ctr: 0x0000000092bbfebc
    r0: 0x0000000000000000 r1: 0x00000000f0202e90 r2: 0x00000000a2bbd508 r3: 0x00000000f0202a40
    r4: 0x0000000000000000 r5: 0x0000000092bbf7e4 r6: 0x00000000f0202ac4 r7: 0x00000000000000ff
    r8: 0x00000000f0202ab0 r9: 0x000000000c2d4690 r10: 0x0000000090a3f628 r11: 0x0000000024028442
    r12: 0x0000000092bbfebc r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x000000007fffffff r21: 0x0000000000000001 r22: 0x0000000000416480 r23: 0x00000000a2bdfdb8
    r24: 0x000000000e00fa20 r25: 0x00000000f0203008 r26: 0x000000000e00fa20 r27: 0x00000000a2bd6af4
    r28: 0x000000000e09fa70 r29: 0x00000000a2bc2800 r30: 0x000000000e00fa20 r31: 0x0000000092bfe034
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x1d6000 - 0x1dffff com.unsanity.xounds Xounds version 2.3.1, Copyright ©2002-2005, Unsanity, LLC (2.3.1) /Users/mrv/Library/Application Enhancers/Xounds.ape/Contents/MacOS/Xounds
    0x1e5000 - 0x1eefff com.unsanity.xounds.cocoa Xounds version 2.3.1, Copyright ©2002-2005, Unsanity, LLC (2.3.1) /Users/mrv/Library/Application Enhancers/Xounds.ape/Contents/PlugIns/Pure Cocoa Magic.ape/Contents/MacOS/Pure Cocoa Magic
    0x549000 - 0x549fff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.12 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94505000 - 0x94542fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454a000 - 0x9459afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a3000 - 0x945bdfff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945cd000 - 0x945edfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9467b000 - 0x946b3fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f6000 - 0x94712fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94726000 - 0x9476afff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478e000 - 0x9479dfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a5000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x9480ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94df4000 - 0x94f24fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fb6000 - 0x94fc5fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fcd000 - 0x94ffafff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95001000 - 0x95011fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95015000 - 0x95044fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95054000 - 0x95071fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9578a000 - 0x95818fff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95874000 - 0x9590afff com.apple.JavaScriptCore 1.2 (418.3) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95947000 - 0x95c53fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95ddc000 - 0x95e05fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96a30000 - 0x96ad3fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib
    0x9a824000 - 0x9a85afff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a877000 - 0x9a889fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0xc0000000 - 0xc000ffff com.unsanity.ape 1.5.1 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r

  • Remote Software Updates and Sending Task Status to User

    I am updating user's machines using ARD 3 with the unix command 'softwareupdate -i -a'. With some updates, a restart is required and ARD posts this within the task status column.
    I was wondering if there was a way to grab that task status of "restart needed" or "succeeded" and then send that to the user when the software update has completed.
    Any help would be appreciated.
    Thanks.

    System restart checkbox is used to control what happens outside of MW.
    If you have no MW and did not select to restart outside of MW then systems will reboot after installation completes (unless user overrides it and does it sooner). Keep in mind that the 90 minute and 15 minute restart countdowns will be displayed if user is
    logged in (unless you have changed the times) if user did not interact with any notifications to select other options like install and reboot ahead of time.
    If you have MW and did not select to restart outside of MW, then PC will not reboot until MW starts (unless user overrides it, of course).
    If you select to reboot outside of MW checkbox then PC will reboot after installation ends, no matter if MW is set or not.

  • How do I get firefox to up date from a standard user account....or at least tell me to log on as administrator and update?

    I do almost all my work from a standard user account. Firefox neither automatically updates (as I set it to) or informs me an update is available.
    How do I get Firefox to update automatically when I am logged on as a standard user....or at least tell me to switch to admin account and update?

    Let me add a note to the developers: WE ARE ALL NOT ADMINISTRATORS!
    Even on our own personal computers.
    I claim that administrator accounts are for administering, or developing; not using. I wouldn't be an administrator for longer than is necessary than walk down the centre of a highway with my eyes closed.
    I'll repeat: Mozilla really should prevent the 'Update' button showing to an ordinary user if it's not going to be possible to use it.

  • MacBook Pro 10.6.8  My @me account has been wiped of all mail, will not send or receive and iCal will not recognise user name or password even though i haven't changed it.  All this after a scheduled software update. Any ideas??

    MacBook Pro 10.6.8  My @me account has been wiped of all mail, will not send or receive and iCal will not recognise user name or password even though i haven't changed it.  All this after a scheduled software update. Any ideas??

    kwmlr439 wrote:
    CSOUND Read the title please:
    Re: Macbook Pro 10.6.8 RAM Upgarde to 8 GB
    The amount of RAM is not dependant on the operating system. It is all about the model of you Mac.
    10.6.8 is the version of OS X that is installed on your system. It has no real baring on the amount of RAM that CAN be installed.
    Personally I have never had good luck with Corsair RAM. I have always had good luck with Crucial and Kingston.
    Message was edited by: Shootist007
    Message was edited by: Shootist007

  • Auto update flash player for standard user without notification

    Hello, I hope I don't ask an already answered question, I've searched around without finding precisely what I'm looking for, but if I've missed something please point me in the right direction.
    I'd like to know if there is a way for flash player to be automatically updated while a standard user is connected (no admin rights) and without any notifications.
    So far I configured  the mms.cfg file (in c:\Windows\SysWOW64\Macromed\Flash for a win7 64bit) with those settings:
    AutoUpdateDisable=0
    AutoUpdateInterval=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateVerboseLogging=1
    (the autoUpdateInterval=0 is for testing, I plan to put a 7days delay
    I plan to update all our clients with the latest version of flash player via sccm and add this file during the process.
    Then I hope that I won't have to push any other updates (until I guess version 11.5 or maybe even 12...)
    Will those settings will work as I intended?
    As we'll use 32 bits browsers do I need to put this file also in c$\Windows\System32\Macromed\Flash ?
    If it wont work, is it doable?
    thanks!

    Hi ersatyle,
    Thanks for clarifying.
    will flash player  be automatically updated while a standard user is connected (no admin rights) and without any notifications.
    By pointing the Background Updater to an internal server, yes.
    Are those settings will work as I intended?
    The AutoUpdateInterval setting in the mms.cfg has no effect on the Background Updater. AutoUpdateInterval can only be used for the notification updater. If you're setting up background updates from an internal server, this property is best dropped from the mms.cfg to avoid confusion. The other settings will work as expected. Once you have your clients set up and tested, I also recommend dropping SilentAutoUpdateVerboseLogging, since this will reduce the size of the log file.
    As we'll use 32 bits browsers do I need to put the mms.cfg file also in c$\Windows\System32\Macromed\Flash, If it wont work, is it doable?
    There is only one location for the mms.cfg. The same file is used for 32-bit and 64-bit browsers. From the administration guide, page 22:
    mms.cfg file location:
    Assuming a default Windows installation, Flash Player looks for the mms.cfg file in the following system directories:
    •32-bit Windows - %WINDIR%\System32\Macromed\Flash
    •64-bit Windows - %WINDIR%\SysWow64\Macromed\Flash
    Note: The %WINDIR% location represents the Windows system directory, such as C:\WINDOWS.
    I hope this answers your questions. Let us know if there's anything else.
    -Stephen

  • Adobe Acrobat 6.0 Standard - software updates?

    I re-installed Adobe Acrobat 6.0 Standard on a teacher laptop. I was wonder where and how do I download and install software updates for this program? I've tried 6.0.1 software update but it won't allow me to install it until I upgrade to that version. Can someone help?

    Acrobat Updates Here - Updates are usually NOT cumulative, so install in number order
    http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

  • In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message "C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on th

    In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message"C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on this pls?

    Even after deleting all files and folders from hard drive i am still getting this error!!

  • TS5376 Help!  I can't fix or uninstall/reinstall iTunes without getting this error message: "The path \C\Users\(my name)\AppData\Local\Apple\Apple Software Update\iTunes64msi.' cannot be found."  So I can't remove iTunes.

    Here's the complete message:
    "The path \C\Users\(my name)\AppData\Local\Apple\Apple Software Update\iTunes64msi.' cannot be found. Verify that you have access to this location and try again, or try to find the installation package 'iTunes64.msi' in a folder in which you can uninstall the product from iTunes."
    So I'm stuck in this loop in which I can't download an update, can't remove iTunes to reinstall, and can't use iTunes currently as it shuts down at the drop of a hat.  Am I hopeless or is there a fix I can find?

    See Troubleshooting issues with iTunes for Windows updates. Use the same advice as in note 1 but for iTunes. Try the MS fixit, or leave it in place and go to the next step.
    tt2

  • Force Apple Software Updates to Install Without User Intervention?

    I have a Mac server (Yosemite 10.10.2) that pushes certain Apple software updates to my client iMacs (Mavericks 10.9.4).  For example I want to update the Apple Remote Desktop client on all of the clients.  Once I log into a client machine I see that the update is available and has been received from my Mac server.  The problem is that it is not installed.  It appears that I would have to visit each machine and log in and then click install to get this done.  I have to believe there is a way to get this done without having to visit every machine.  Any ideas would be appreciated.

    You might want to look at implementing Munki. Munki is mainly intended as a means of distributing both initial Application installs, but also updates for those applications, e.g. Microsoft Office. It can however also automate installing Apple Software Updates. Importantly it does not require the end user to ever enter any administrator details to allow these updates to be installed.
    See https://code.google.com/p/munki/wiki/AppleSoftwareUpdatesWithMunki
    (Munki is free.)

Maybe you are looking for

  • Sales Office is not possible to delete in a service contract

    Hi I have set up a Service Desk solution for VAR's which worked fine for the first tests. I then created a new contract for a new customer. In CRMD_ORDER was the first contract set up with the following values under the tab Organisation: Organization

  • Photo Field Box Question?

    I am doing an a form and i have photos to add and i click the button to add more photo field button to get more boxes, but nothing happens how do i get more boxes to add photos?

  • Desktop Software Not Starting Correctly

    Greetings all, When I start my BlackBerry Desktop Manager, I receive the error "The ordinal 6 could not be located in the dynamic link library ilsync.dll". Which causes me not to be able to sync my phone. I am running v4.7.0.32[Nov 4, 2008] Any sugge

  • Possible to change black background in Slideshow?

    Any way to change the black background to another color when exporting a Slideshow? G5 Dual 2, G4 1.33 & 450, 2 iMacs, G3 Biege   Mac OS X (10.4.3)  

  • How do I get the info on ITUNES to my iphone?

    I have recently downloaded stuff off of itunes.  Now how do you get it to your phone?