Adobe Reader 9.x & 8.x "requires Internet Explorer 6"

Friends PC in Italy had Reader 9.0 (Italian) installed and working fine. It has had Reader in various versions Italian & English over the last 5 years with no problems.
Tried to update it to latest/securist version but got an error message that the update had failed in Italian (which I don't read)..
Decided to uninstall and reinstall the latest version instead.
Uninstall went through fine via control panel with no errors.
Installing the 9.1.x Italian or English for XP SP3 (and also the 8.x.x) all fail every time with, the English version error message saying (and the Italian also) every time at c99% of the Nosso Adobe download manager:
"Adobe Reader 9.1 requires Internet Explorer 6.0 or greater. Please visit www.microsoft.com to upgrade Internet Explorer."
XP is XP Pro SP3 (Italian)
MS IE about says 7.0.5730.13
Belarc advisor reports Microsoft Corporation - Internet Explorer Version 7.00.6000.16850
Have followed the MS KB 917964 tips to (a) reset IE7 and (b) Reinstall IE7 with no change in Adobe Reader symptoms = stuck without Reader which is not a happy place to be.
HELP anyone ?
MK

Thanks, MK. I was hoping the fix would be as simple as modifying an entry in the registry but everything seems to be in the proper order this far. I have seen a resolution to this issue which involved using a program named Orca to modify the MSI installer package so that it foregoes checking for IE but that should be totally un-necessary and it a fairly technical approach. I can provide you those directions if you are interested but I'd rather have you check a few others things first to see if we can actually get to the root of the issue.
First, let's try running a few Microsoft tools to hopefully resolve any errant registry or disk issues:
Cleanup temporary files:
1. Open My Computer
2. Right-click the C:\ drive > click Properties
3. Click Disk Cleanup > place a checkmark in all options except "Compress Old Files" > click OK
Repair file system issues:
1. Open My Computer
2. Right-click the C:\ drive > click Properties
3. Click the Tools tab > click Check Disk
4. Place a checkmark in "Automatically fix file system errors"
Repair registry:
1. Disable any anti-virus software that may be installed
2. Go to: http://onecare.live.com/site/en-US/center/whatsnew.htm
3. Click Full Service Scan
4. Install any necessary plugins when prompted
5. Run the complete scan when prompted and allow it to fix any issues it finds
Since we are dealing with an Italian version of the OS, the site may redirect to the Italian version of the site (hopefully one exists). The OneCare Live safety scanner is meant to be a security tool for removing malware (not great at that part of its job) but it also includes a registry repair tool that has resolved many odd registry issues I have encountered since finding the tool.
Finally, if none of the above fixes the issue, Adobe has a tool named CS3Cleaner which removes all traces of the Adobe SC3 suite. In doing so, it has proven to also remove most, if not all traces of ANYTHING Adobe. Uninstall all Adobe products prior to using this tool and see if it doesn't clean up any miscreant traces of the corrupted file and/or registry that may be causing the issue.
CS3Cleaner: http://www.adobe.com/support/contact/cs3clean.html
My bag of tricks is getting thinner so if this doesn't fix the issue, I will have to dig deep to see what else I can come up with.
Best of success!
     Michael

Similar Messages

  • How do I get Adobe reader to work with Mozilla or internet explorer? I cannot open files unless I download to my desktop.

    When I try to read PDF files I get a message that says" The Adobe Acrobat Reader that is running cannot be used to view PDF files in a web browser. Exit and try again. This happens with bot Internet Explorer and Mozilla. I can only open if I download the document to my desktop.
    == This happened ==
    Every time Firefox opened
    == I think when we got our windows 7.

    See these articles:
    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • Adobe reader 9.4.0 requires Internet Explorer 6.0 or greater

    Hello,
    I have a user who has reported Adobe Reader was not installed on his PC, which we complete via GPO as default for all our computers, and has never been an issue (WinXP and Win7 (x64) ).  When attempting to install the reader manually, I received "Adobe reader 9.4.0 requires Internet Explorer 6.0 or greater"  This is a Win7 box.  It comes with IE 8!  Can anyone point me to the registry path the installer is looking for to determine the version of IE?  I've checked HKLM\Software\Microsoft\Internet Explorer and verified both "Version" and "W2kVersion" read 8.0.7601.17514.
    I realize Reader X is available.  We're not ready to deploy it yet.  So any suggestion other than simply "install Reader X"  is greatly appreciated!
    Thanks for your time.

    I know I'm considerably late to the reply here, but I had the same issue with a Reader X install done via GPO.  This may be relavent info for the future, and may work for Reader 9 as well
    I read that someone had tried running the command line uninstall for an older version of reader, as it seemed to have not been removed completely.  I threw together a batch file to attempt to remove all the reader installs we had available along with the font packs.  Some of the font packs won't remove unless reader is present, so it re-installs the latest reader, removes the font packs again (to get whatever it missed) then reloads the font packs.
    So far this approach is 1 for 1.  Hopefully it helps out if you still need it.
    rem For ease of use, run this from an elevated command prompt
    rem Try to remove all adobe reader related items
    msiexec /x "\\deployment\adobe reader\font packs 10\adberdrsd1000_all.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_ja_jp.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_ko_kr.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_zh_cn.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_zh_tw.msi" /passive
    msiexec /x "\\deployment\adobe reader\10\acroread.msi" /passive
    msiexec /x "\\deployment\adobe reader\10.0.1\acroread 10.0.1.msi" /passive
    msiexec /x "\\deployment\adobe reader\10.1.0\acroread.msi" /passive
    msiexec /x "\\deployment\adobe reader\10.1.1\acroread.msi" /passive
    rem Install most recent version of adobe reader
    rem This must be updated manually to reflect the new version.
    msiexec /i "\\deployment\adobe reader\10.1.1\acroread.msi" /passive
    rem Try to remove font packs again because some of them fail if reader isn't installed
    msiexec /x "\\deployment\adobe reader\font packs 10\adberdrsd1000_all.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_ja_jp.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_ko_kr.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_zh_cn.msi" /passive
    msiexec /x "\\deployment\adobe reader\font packs 10\fontpack1000_zh_tw.msi" /passive
    rem Reinstall all the font packs
    msiexec /i "\\deployment\adobe reader\font packs 10\adberdrsd1000_all.msi" /passive
    msiexec /i "\\deployment\adobe reader\font packs 10\fontpack1000_ja_jp.msi" /passive
    msiexec /i "\\deployment\adobe reader\font packs 10\fontpack1000_ko_kr.msi" /passive
    msiexec /i "\\deployment\adobe reader\font packs 10\fontpack1000_zh_cn.msi" /passive
    msiexec /i "\\deployment\adobe reader\font packs 10\fontpack1000_zh_tw.msi" /passive

  • "Adobe Acrobat 9 Pro requires Internet Explorer 6.0 or greater"

    Adobe Acrobat 9 Pro requires Internet Explorer 6.0 or greater is the error that jumps up when I try installing it. Currently this system is running Internet Explorer 7 which is installed at it's default location. Any clues what can have gone wrong?
    Version 7.0.5730.13
    Build 75730
    Program path C:\Program\Internet Explorer (Swedish computer)
    Language Engelska (USA)

    I came upon this post after receiving this error message when trying to install Acrobat 9. In my case, we deploy Acrobat from an Administrative Installation Point (AIP) using Group Policy. I believe the user at this computer pulled the plug while the group policy deployment was taking place. I got the error when trying to install the program manually afterwards.
    I was able to rectify the issue by running msiexec.exe against the MSI in the AIP with the /x switch, performing an uninstall:
    msiexec /x \\server\deploy\AcrobatStandard9\acrostan.msi
    (The program was not showing up in Add/Remove programs, otherwise I would have tried uninstalling from there.) After that, the install proceeded successfully.
    Hope this helps someone.

  • Adobe products are not recognized in my Internet Explorer 10 on my Win 7 64B professional

    Adobe products are not recognized with my Internet Explorer. I cannot open PDF documents on websites and I cannot play MSN games since Flash Player is not found. I have tried manage add-ons and enable status without success. Can anyone supply detailed information on how to fix this problem?
    C-adobe

    Are you running IE10 in 64-bit mode?  The Adobe Reader plugin is 32-bit, and can only run on a 32-bit browser.
    Regarding Flash Player, do you have ActiveX Filtering enabled?  Disable it.

  • Enable Commenting Tools in Adobe Acrobat under Browser Plug-in in Internet Explorer using

    We have a problem in showing commenting tools in Adobe Acrobat under browser plug-in in Internet Explorer.  Adobe Support cannot answer my question and refer me to Devnet here.
    Our system is using browser plug-in to display PDF file by Acrobat under > > Internet Explorer (document viewer). The PDF documents have reader extension enabled.
    We supposed that if a PDF page is viewed and I customize the toolbar, the same toolbar and icon will be displayed next time when I retrieve a page, only if I select "Review and Comment" icon, and it only applies for v8.0.0. If I do not select review and comment icon, or I have selected review and comment icon but > > use other version of 8.x, my selected toolbar and icon cannot reappear next time.
    If my selected toolbar and icon do not appear, I can press F8 to hide the icons. If press F8 again to unhide the icons, all my selected icons can be shown this time. But it does not automatically re-appear if I open another documet viewer.
    Kindly note that all PDF files have reader extension enabled, and only Acrobat 8.0.0 Professional is used in client PC. There is no Adobe Reader in the PC. The PDF version is 1.4 (Acrobat 5.x) or 1.5 (Acrobat 6.x). The user has comment rights since the PDF file has reader extension and Acrobat 8.0.0 is used. User has no problem in mark-up the PDF files, but has problem in showing the selected tools.
    OS: Windows 2000 SP4
    Browser: IE 6.0 SP1
    Acrobat version: Acrobat 8.0.0 Professional
    PDF version: 1.4 (Acrobat 5.x) or 1.5 (Acrobat 6.x)
    Steps to produce the problem.
    1. Scan paper document and create a batch of PDF files (one page per file)
    2. Enable reader extension for all PDF files by LifeCycle.
    3. Put the PDF files into a web based interface, entering a page number will open a new web browser which interface the browser plug-in and display the content of the imaged PDF file by Adobe Acrobat Professional 8.0.0.
    4. Open a page. It only show a few icons on toolbar (see a.png).
    5. Select the commenting icons to be shown (do not enabled in "review and comment)".  The icons will be shown.
    6. If the browser is closed, then use the web interface to open another page, the selected tools cannot be shown (same as a.png attached in my previous email).
    7. Select "review and comment" tool. (see b.png attached in my previous email)
    8. The selected tools are shown again (see c.png attached in my previous email).
    9. Close the browser, use the web interface to open another page, the selected tools are still here.
    10. Unselect "review and comment", the selected tools will be hidden next time when a page is opened by the web interface.
    11. Close the browser, and open a new page in web interface, the PDF file will be shown, and the selected icons are hidden.
    12. Press F8 to hide icons, all tools are hidden.
    13. Press F8 to unhide icons, all selected tools that are not shown in step 11 are shown again
    14. If Acrobat 8.0.0 is patched or updated, "review and comment" tool has no effect in "memorizing" the selected tools.

    That option is nothing to do with the PDF being editable, it's to control the display of the toolbars. "Reading Mode" is when the toolbars are hidden and the black head-up display navigation bar appears at the bottom of the screen.
    PDFs displayed within a web browser with Acrobat/Reader X are not editable, nor can you apply markups, unless you're within a browser-based-review workflow. You have to save a copy locally and open it in desktop mode to make any changes.

  • "Requires Internet Explorer 6.0" error message

    I'm installing Acrobat 9 Standard on Windows XP.
    The installation begins and then quickly returns an error message saying the installation requires Internet Explorer 6.0.
    I'm already running IE 6.0 -- 6.0.2900.2180.xpsp_sp2
    What's wrong?!

    I'm having the same issue. Our environment is Windows 7 and Internet Explorer 8. Deploying with AD or manual install give the same error message. The registry and IE8 both report the correct version.

  • Can I use a HP printer that requires Internet explorer?

    Can I use a HP printer that says it requires Internet Explorer with my Firefox Web browser?

    Are you talking about the HP Smart Web Printing program and Toolbar for Firefox?
    That application adds a few features to Firefox, but it won't stop the printer itself from working with Firefox. My advice is to download the latest version of that program from the HP website, and you'll probably find that the latest version of that application will work with Firefox 3.6.x versions.
    IMO, HP is lax about updating that application when Mozilla releases a new major version of Firefox, thus inconveniences their users unnecessarily for a few months while they take their time making an updated version - work they should have been doing when the new version of Firefox was being tested in the Release Candidate phase.

  • This application requires Internet Explorer 6.x or Greater to Run

    ''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/1044281 /questions/1044281]''
    Any solutions for below message?
    "This application requires Internet Explorer 6.x or Greater to Run"

    Where are you seeing this message? You didn't give any information with your post.

  • How can install adobe flash player for windows 8 pro internet explorer

    how can install adobe flash player for windows 8 pro internet explorer
    how can instal flash player for internet explorer metro ui 
    where can i watched video tutorial for this or help me please

    I can't tell from the screenshot, but it's possible you are running in the Metro version.  Could you try this page using Internet Explorer in desktop mode to see if that helps?
    right click in the browser and click the tools button
    In the menu that appears, select "view on the desktop"
    Once IE launches in the window, do you see your Flash content?

  • Solutionbank requires internet explorer v6 or higher

    Hi,
    I recently bought a new computer with Windows 8.1 which uses Internet Explorer 11 and have been unable to use a CD-ROM (supplied in a textbook I bought) livetext program on which there are stored answers. I desperately need to use
    this as I have exams in about 2 months and am severely stressed so this is not helping at all since this is the only way I can check that I am doing my work correctly.
    On my old computer with Windows Vista I was able to open the program successfully but with this version I am unable to. I have tried Mozilla, Firefox and Google Chrome but they too do not work and anyway I prefer to use Internet Explorer.
    The program is an "Application (.exe)". Whenever I press the link to the livetext program (known as solutionbank) a message appears
    "solutionbank requires internet explorer v6 or higher".
    I have checked the Microsoft forums for help but no one seems to know anything about the issue.
    Thanks

    Hi,
    probably, this application software is performing a check of the browser version (using some custom/internal method known only to the software developer) and it doesn't like what IE11 has to say.
    Check the website or support information for this software, they may have a patch or update for it, to allow it to correctly recognise IE11.
    Because it's an application, and not a website, I can't see a way to get IE11 to tell a version lie, (although you might be able to do so if you try modifying the UA string in your browser).
    http://blogs.msdn.com/b/ieinternals/archive/2014/02/19/internet-explorer-and-everybody-else-version-lies-for-compatibility.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Requires Internet Explore 5.5 or higher running on Windows OS ++error mess

    When I go to this site, it gives me an error saying that it only works on windows
    http://www.bravotv.com/ProjectRunway_2/Episodes/Episode_14/Videos/bonus_1ep14.shtml
    Big profile site don't usually block MAC users do they?
    Dual G5 2.0   Mac OS X (10.4.2)  

    Hi broom,
    I get exactly the same message you posted for this site.
    "Requires Internet Explore 5.5" I see no option given.
    With both Safari & Firefox , they use Activex plug-ins?
    which is a microhard plug-in I believe.
    Big profile site don't usually block MAC users do they?
    "Ummh. i would say they certainly do not seem to care one way or the other for they do not support Firefox either, Ms does not support the IE browser for mac users beyond 5.2.3 which is not a secret to the webmasters.I feel they are shutting us out. "
    Regards, Eme:~{)
    Power PC G4 (3.3) ♥ iMac Flat Panel 10.3.9 & 15 Alum.PowerBook Tiger   Mac OS X (10.4.5)  

  • Adobe Reader requires Internet Explorer 6 or higher

    I have attempted several times to install Adobe Reader X and keep getting this error. The computer runs Windows 7 and has Adobe Acrobat Standard 8 also installed. Any recommendations would be appreciated.

    I ran the installer on the computer after removing it from the domain, so domain policies cannot be the cause.
    === Verbose logging started: 11/11/2011  13:53:17  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\System32\msiexec.exe ===
    MSI (c) (40:C4) [13:53:17:372]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (40:C4) [13:53:17:372]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (40:D0) [13:53:17:387]: Resetting cached policy values
    MSI (c) (40:D0) [13:53:17:387]: Machine policy value 'Debug' is 0
    MSI (c) (40:D0) [13:53:17:387]: ******* RunEngine:
               ******* Product: C:\Apps\AdbeRdr1010_en_US.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (40:D0) [13:53:17:387]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (40:D0) [13:53:17:403]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (40:D0) [13:53:17:403]: User policy value 'DisableMedia' is 0
    MSI (c) (40:D0) [13:53:17:403]: Machine policy value 'AllowLockdownMedia' is 1
    MSI (c) (40:D0) [13:53:17:403]: SOURCEMGMT: Looking for sourcelist for product {AC76BA86-7AD7-1033-7B44-AA1000000001}
    MSI (c) (40:D0) [13:53:17:403]: SOURCEMGMT: Adding {AC76BA86-7AD7-1033-7B44-AA1000000001}; to potential sourcelist list (pcode;disk;relpath).
    MSI (c) (40:D0) [13:53:17:403]: SOURCEMGMT: Now checking product {AC76BA86-7AD7-1033-7B44-AA1000000001}
    MSI (c) (40:D0) [13:53:17:403]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
    MSI (c) (40:D0) [13:53:17:403]: SOURCEMGMT: Trying source C:\Apps\.
    MSI (c) (40:D0) [13:53:17:434]: Cloaking enabled.
    MSI (c) (40:D0) [13:53:17:434]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (40:D0) [13:53:17:450]: Connected to service.
    MSI (c) (40:D0) [13:53:17:465]: SOURCEMGMT: Resolved source to: 'C:\Apps\'
    MSI (c) (40:D0) [13:53:17:481]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Apps\AdbeRdr1010_en_US.msi' against software restriction policy
    MSI (c) (40:D0) [13:53:17:481]: SOFTWARE RESTRICTION POLICY: C:\Apps\AdbeRdr1010_en_US.msi has a digital signature
    MSI (c) (40:D0) [13:53:17:652]: SOFTWARE RESTRICTION POLICY: C:\Apps\AdbeRdr1010_en_US.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (40:D0) [13:53:17:652]: Cloaking enabled.
    MSI (c) (40:D0) [13:53:17:652]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (40:D0) [13:53:17:652]: End dialog not enabled
    MSI (c) (40:D0) [13:53:17:652]: Original package ==> C:\Apps\AdbeRdr1010_en_US.msi
    MSI (c) (40:D0) [13:53:17:652]: Package we're running from ==> C:\Apps\AdbeRdr1010_en_US.msi
    MSI (c) (40:D0) [13:53:17:684]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AA1000000001}'.
    MSI (c) (40:D0) [13:53:17:684]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (40:D0) [13:53:17:715]: MSCOREE not loaded loading copy from system32
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'DisablePatch' is 0
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'DisableMsi' is 0
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (40:D0) [13:53:17:762]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (40:D0) [13:53:17:762]: Product {AC76BA86-7AD7-1033-7B44-AA1000000001} is admin assigned: LocalSystem owns the publish key.
    MSI (c) (40:D0) [13:53:17:762]: Product {AC76BA86-7AD7-1033-7B44-AA1000000001} is managed.
    MSI (c) (40:D0) [13:53:17:762]: Running product '{AC76BA86-7AD7-1033-7B44-AA1000000001}' with elevated privileges: Product is assigned.
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (c) (40:D0) [13:53:17:762]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (c) (40:D0) [13:53:17:762]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AA1000000001}'.
    MSI (c) (40:D0) [13:53:17:762]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (40:D0) [13:53:17:762]: Transforms are not secure.
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\LOCALA~1\AppData\Local\Temp\MSI185e1.LOG'.
    MSI (c) (40:D0) [13:53:17:762]: Command Line: CURRENTDIRECTORY=C:\Apps CLIENTUILEVEL=0 CLIENTPROCESSID=2880
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{9587FED9-63E2-4D75-B4B2-1F9CDD57B3F5}'.
    MSI (c) (40:D0) [13:53:17:762]: Product Code passed to Engine.Initialize:           '{AC76BA86-7AD7-1033-7B44-AA1000000001}'
    MSI (c) (40:D0) [13:53:17:762]: Product Code from property table before transforms: '{AC76BA86-7AD7-1033-7B44-AA1000000001}'
    MSI (c) (40:D0) [13:53:17:762]: Product Code from property table after transforms:  '{AC76BA86-7AD7-1033-7B44-AA1000000001}'
    MSI (c) (40:D0) [13:53:17:762]: Product not registered: beginning first-time install
    MSI (c) (40:D0) [13:53:17:762]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding ProductState property. Its value is '1'.
    MSI (c) (40:D0) [13:53:17:762]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (40:D0) [13:53:17:762]: Specifed source is already in a list.
    MSI (c) (40:D0) [13:53:17:762]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'DisableBrowse' is 0
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'AllowLockdownBrowse' is 0
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (40:D0) [13:53:17:762]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (40:D0) [13:53:17:762]: Product {AC76BA86-7AD7-1033-7B44-AA1000000001} is admin assigned: LocalSystem owns the publish key.
    MSI (c) (40:D0) [13:53:17:762]: Product {AC76BA86-7AD7-1033-7B44-AA1000000001} is managed.
    MSI (c) (40:D0) [13:53:17:762]: Running product '{AC76BA86-7AD7-1033-7B44-AA1000000001}' with elevated privileges: Product is assigned.
    MSI (c) (40:D0) [13:53:17:762]: Adding new sources is not allowed.
    MSI (c) (40:D0) [13:53:17:762]: Package name retrieved from configuration data: 'AdbeRdr1010_en_US.msi'
    MSI (c) (40:D0) [13:53:17:762]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (40:D0) [13:53:17:762]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (40:D0) [13:53:17:762]: Product {AC76BA86-7AD7-1033-7B44-AA1000000001} is admin assigned: LocalSystem owns the publish key.
    MSI (c) (40:D0) [13:53:17:762]: Product {AC76BA86-7AD7-1033-7B44-AA1000000001} is managed.
    MSI (c) (40:D0) [13:53:17:762]: Running product '{AC76BA86-7AD7-1033-7B44-AA1000000001}' with elevated privileges: Product is assigned.
    MSI (c) (40:D0) [13:53:17:762]: Machine policy value 'EnableUserControl' is 0
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding RestrictedUserControl property. Its value is '1'.
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Apps'.
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '2880'.
    MSI (c) (40:D0) [13:53:17:762]: TRANSFORMS property is now:
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
    MSI (c) (40:D0) [13:53:17:762]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (c) (40:D0) [13:53:17:762]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming
    MSI (c) (40:D0) [13:53:17:762]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\Favorites
    MSI (c) (40:D0) [13:53:17:762]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (40:D0) [13:53:17:762]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\Documents
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Local
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\Pictures
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Users\LocalAdmin\Desktop
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (c) (40:D0) [13:53:17:777]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (c) (40:D0) [13:53:17:777]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (c) (40:D0) [13:53:17:777]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding AdminUser property. Its value is '1'.
    MSI (c) (40:D0) [13:53:17:777]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (c) (40:D0) [13:53:17:777]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Admin'.
    MSI (c) (40:D0) [13:53:17:777]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Microsoft'.
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Apps\AdbeRdr1010_en_US.msi'.
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Apps\AdbeRdr1010_en_US.msi'.
    MSI (c) (40:D0) [13:53:17:777]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Apps\'.
    MSI (c) (40:D0) [13:53:17:777]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Apps\'.
    MSI (c) (40:C4) [13:53:17:808]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.
    === Logging started: 11/11/2011  13:53:17 ===
    MSI (c) (40:D0) [13:53:17:824]: Note: 1: 2205 2:  3: PatchPackage
    MSI (c) (40:D0) [13:53:17:824]: Machine policy value 'DisableRollback' is 0
    MSI (c) (40:D0) [13:53:17:824]: User policy value 'DisableRollback' is 0
    MSI (c) (40:D0) [13:53:17:824]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
    MSI (c) (40:D0) [13:53:17:824]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (c) (40:D0) [13:53:17:824]: Doing action: INSTALL
    Action 13:53:17: INSTALL.
    Action start 13:53:17: INSTALL.
    MSI (c) (40:D0) [13:53:17:840]: UI Sequence table 'InstallUISequence' is present and populated.
    MSI (c) (40:D0) [13:53:17:840]: Running UISequence
    MSI (c) (40:D0) [13:53:17:840]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
    MSI (c) (40:D0) [13:53:17:840]: Doing action: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A
    Action 13:53:17: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A.
    Action start 13:53:17: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A.
    MSI (c) (40:D0) [13:53:17:840]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947 B287C203A'
    MSI (c) (40:D0) [13:53:17:840]: PROPERTY CHANGE: Adding WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A property. Its value is 'C:\Windows\'.
    Action ended 13:53:17: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A. Return value 1.
    MSI (c) (40:D0) [13:53:17:840]: Doing action: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
    Action 13:53:17: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    Action start 13:53:17: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    MSI (c) (40:D0) [13:53:17:840]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54'
    MSI (c) (40:D0) [13:53:17:840]: PROPERTY CHANGE: Adding WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 property. Its value is 'C:\Windows\'.
    Action ended 13:53:17: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
    MSI (c) (40:D0) [13:53:17:840]: Doing action: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
    Action 13:53:17: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    Action start 13:53:17: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    MSI (c) (40:D0) [13:53:17:840]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54'
    MSI (c) (40:D0) [13:53:17:840]: PROPERTY CHANGE: Adding SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 property. Its value is 'C:\Windows\system32\'.
    Action ended 13:53:17: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
    MSI (c) (40:D0) [13:53:17:840]: Doing action: ISSetupFilesExtract
    Action 13:53:17: ISSetupFilesExtract.
    Action start 13:53:17: ISSetupFilesExtract.
    MSI (c) (40:D0) [13:53:17:840]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'ISSetupFilesExtract'
    MSI (c) (40:D0) [13:53:17:840]: Creating MSIHANDLE (1) of type 790542 for thread 976
    MSI (c) (40:E8) [13:53:17:840]: Invoking remote custom action. DLL: C:\Users\LOCALA~1\AppData\Local\Temp\MSI87B5.tmp, Entrypoint: SFStartupEx
    MSI (c) (40:B4) [13:53:17:840]: Cloaking enabled.
    MSI (c) (40:B4) [13:53:17:840]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (40:B4) [13:53:17:840]: Connected to service for CA interface.
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (2) of type 790531 for thread 3312
    1: Starting to extract setup files
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (2) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (3) of type 790531 for thread 3312
    1: Getting SUPPORTDIR property :  
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (3) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (4) of type 790531 for thread 3312
    1: Extracting SetupFiles to:  C:\Users\LOCALA~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (4) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (5) of type 790541 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (6) of type 790531 for thread 3312
    1: Getting ISSetupFile table view
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (6) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (7) of type 790540 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (8) of type 790531 for thread 3312
    1: Executing ISSetupFile table view
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (8) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (9) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (10) of type 790531 for thread 3312
    1: Extracting Setup File:
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (10) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:886]: Creating MSIHANDLE (11) of type 790531 for thread 3312
    1: C:\Users\LOCALA~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}\FixTransforms .exe
    MSI (c) (40!F0) [13:53:17:886]: Closing MSIHANDLE (11) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:933]: Closing MSIHANDLE (9) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:933]: Creating MSIHANDLE (12) of type 790531 for thread 3312
    1: Setting SUPPORTDIR property to:  C:\Users\LOCALA~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}
    MSI (c) (40!F0) [13:53:17:933]: Closing MSIHANDLE (12) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:933]: PROPERTY CHANGE: Adding SUPPORTDIR property. Its value is 'C:\Users\LOCALA~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}'.
    MSI (c) (40!F0) [13:53:17:933]: PROPERTY CHANGE: Adding ISSETUPFILESCOMPLETED property. Its value is 'Completed'.
    MSI (c) (40!F0) [13:53:17:933]: Creating MSIHANDLE (13) of type 790531 for thread 3312
    1: Setting ISSETUPFILESCOMPLETED property
    MSI (c) (40!F0) [13:53:17:933]: Closing MSIHANDLE (13) of type 790531 for thread 3312
    MSI (c) (40!F0) [13:53:17:933]: Closing MSIHANDLE (7) of type 790540 for thread 3312
    MSI (c) (40!F0) [13:53:17:933]: Closing MSIHANDLE (5) of type 790541 for thread 3312
    MSI (c) (40:E8) [13:53:17:933]: Closing MSIHANDLE (1) of type 790542 for thread 976
    Action ended 13:53:17: ISSetupFilesExtract. Return value 1.
    MSI (c) (40:D0) [13:53:17:933]: Doing action: ProcessAbcpy
    Action 13:53:17: ProcessAbcpy. Processing the Abcpy.ini file.
    Action start 13:53:17: ProcessAbcpy.
    MSI (c) (40:D0) [13:53:17:933]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'ProcessAbcpy'
    MSI (c) (40:D0) [13:53:17:933]: Creating MSIHANDLE (14) of type 790542 for thread 976
    MSI (c) (40:54) [13:53:17:933]: Invoking remote custom action. DLL: C:\Users\LOCALA~1\AppData\Local\Temp\MSI8814.tmp, Entrypoint: GetOemSettings
    CustomAction ProcessAbcpy returned actual error code 1603 but will be translated to success due to continue marking
    MSI (c) (40:54) [13:53:17:933]: Closing MSIHANDLE (14) of type 790542 for thread 976
    Action ended 13:53:17: ProcessAbcpy. Return value 1.
    MSI (c) (40:D0) [13:53:17:933]: Doing action: AppSearch
    Action 13:53:17: AppSearch. Searching for installed applications
    Action start 13:53:17: AppSearch.
    AppSearch: Property: ACROBAT_APP_PATH, Signature: _acrobat_sig
    MSI (c) (40:D0) [13:53:17:933]: PROPERTY CHANGE: Adding ACROBAT_APP_PATH property. Its value is 'C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe'.
    AppSearch: Property: MIN_SYSTEM, Signature: _Shdocvw_dll
    MSI (c) (40:D0) [13:53:17:949]: PROPERTY CHANGE: Adding MIN_SYSTEM property. Its value is 'C:\Windows\system32\Shdocvw.dll'.
    AppSearch: Property: AS_INSTALLDIR, Signature: _AsInstallDir
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\10.0\Installer 3: 2
    AppSearch: Property: READER_6X_INSTALLED, Signature: _Reader_6x_Installed
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\InstallPath 3: 2
    AppSearch: Property: AS_OPTIMIZE_ENABLED, Signature: _AsOptimizeEnabled
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\10.0\Installer\Optimization 3: 2
    AppSearch: Property: AS_REPAIR_VERSION_LIST, Signature: _RepairVersionList
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Adobe\Repair\Acrobat Reader 3: 2
    AppSearch: Property: AS_OPTIMIZE_STATUS, Signature: _AsOptimizeStatus
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\10.0\Installer\Optimization 3: 2
    AppSearch: Property: READER_APP_PATH, Signature: _ReaderAppPath
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe 3: 2
    AppSearch: Property: READER_7X_INSTALLED, Signature: _Reader_7x_Installed
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\InstallPath 3: 2
    AppSearch: Property: ACROBAT_10_INSTALLED, Signature: _Acro_10_Installed
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\10.0\InstallPath 3: 2
    AppSearch: Property: READER8_SU1_INSTALLED, Signature: _Rdr8_SU1_Installed
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\8.0\Installer 3: 2
    AppSearch: Property: IE_VERSION, Signature: _IeVersion
    MSI (c) (40:D0) [13:53:17:949]: PROPERTY CHANGE: Adding IE_VERSION property. Its value is '8.0.7601.17514'.
    AppSearch: Property: READER_PATH, Signature: _ReaderPath
    MSI (c) (40:D0) [13:53:17:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe 3: 2
    Action ended 13:53:17: AppSearch. Return value 1.
    MSI (c) (40:D0) [13:53:17:949]: Doing action: LaunchConditions
    Action 13:53:17: LaunchConditions. Evaluating launch conditions
    Action start 13:53:17: LaunchConditions.
    Action ended 13:53:17: LaunchConditions. Return value 1.
    MSI (c) (40:D0) [13:53:17:949]: Doing action: FindRelatedProducts
    Action 13:53:17: FindRelatedProducts. Searching for related applications
    Action start 13:53:17: FindRelatedProducts.
    FindRelatedProducts: Found application: {AC76BA86-1033-0000-BA7E-000000000003}
    MSI (c) (40:D0) [13:53:17:949]: PROPERTY CHANGE: Adding UT_AS2 property. Its value is '{AC76BA86-1033-0000-BA7E-000000000003}'.
    Action ended 13:53:17: FindRelatedProducts. Return value 1.
    MSI (c) (40:D0) [13:53:17:949]: Skipping action: OlderOverNewerAbort (condition is false)
    MSI (c) (40:D0) [13:53:17:949]: Skipping action: CCPSearch (condition is false)
    MSI (c) (40:D0) [13:53:17:949]: Skipping action: RMCCPSearch (condition is false)
    MSI (c) (40:D0) [13:53:17:949]: Doing action: ValidateProductID
    Action 13:53:17: ValidateProductID.
    Action start 13:53:17: ValidateProductID.
    Action ended 13:53:17: ValidateProductID. Return value 1.
    MSI (c) (40:D0) [13:53:17:949]: Doing action: CostInitialize
    Action 13:53:17: CostInitialize. Computing space requirements
    Action start 13:53:17: CostInitialize.
    MSI (c) (40:D0) [13:53:17:949]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (c) (40:D0) [13:53:17:949]: Baseline: Sorting baselines for {AC76BA86-7AD7-1033-7B44-AA1000000001}.
    MSI (c) (40:D0) [13:53:17:949]: Baseline: New baseline 10.1.0 from transaction.
    MSI (c) (40:D0) [13:53:17:980]: Baseline: Sorted order Native: Order 0.
    MSI (c) (40:D0) [13:53:17:980]: Baseline Data Table:
    MSI (c) (40:D0) [13:53:17:980]: ProductCode: {AC76BA86-7AD7-1033-7B44-AA1000000001} Version: 10.1.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (c) (40:D0) [13:53:17:980]: Baseline File Table:
    MSI (c) (40:D0) [13:53:17:980]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
    MSI (c) (40:D0) [13:53:17:980]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    Action ended 13:53:17: CostInitialize. Return value 1.
    MSI (c) (40:D0) [13:53:17:980]: Doing action: SetupPluginsProperties
    Action 13:53:17: SetupPluginsProperties.
    Action start 13:53:17: SetupPluginsProperties.
    MSI (c) (40:D0) [13:53:17:980]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetupPluginsProperties'
    MSI (c) (40:D0) [13:53:17:980]: Creating MSIHANDLE (15) of type 790542 for thread 976
    MSI (c) (40:28) [13:53:17:980]: Invoking remote custom action. DLL: C:\Users\LOCALA~1\AppData\Local\Temp\MSI8843.tmp, Entrypoint: InitializePluginProperties
    MSI (c) (40:28) [13:53:17:996]: Closing MSIHANDLE (15) of type 790542 for thread 976
    Action ended 13:53:17: SetupPluginsProperties. Return value 1.
    MSI (c) (40:D0) [13:53:17:996]: Doing action: FileTypesOwnerInit
    Action 13:53:17: FileTypesOwnerInit.
    Action start 13:53:17: FileTypesOwnerInit.
    MSI (c) (40:D0) [13:53:17:996]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'FileTypesOwnerInit'
    MSI (c) (40:D0) [13:53:17:996]: Creating MSIHANDLE (16) of type 790542 for thread 976
    MSI (c) (40:24) [13:53:17:996]: Invoking remote custom action. DLL: C:\Users\LOCALA~1\AppData\Local\Temp\MSI8854.tmp, Entrypoint: FileTypesOwnerInit
    MSI (c) (40!E0) [13:53:17:996]: Creating MSIHANDLE (17) of type 790531 for thread 2784
    ADelRCP logging: : PDF ownership: InitCurrentPDFOwner()
    MSI (c) (40!E0) [13:53:17:996]: Closing MSIHANDLE (17) of type 790531 for thread 2784
    MSI (c) (40!E0) [13:53:17:996]: Creating MSIHANDLE (18) of type 790531 for thread 2784
    ADelRCP logging: :    Current owner: C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe
    MSI (c) (40!E0) [13:53:17:996]: Closing MSIHANDLE (18) of type 790531 for thread 2784
    MSI (c) (40!E0) [13:53:17:996]: Creating MSIHANDLE (19) of type 790531 for thread 2784
    ADelRCP logging: :       The installing/uninstall app path: "\AcroRd32.exe";  version: 10
    MSI (c) (40!E0) [13:53:17:996]: Closing MSIHANDLE (19) of type 790531 for thread 2784
    MSI (c) (40!E0) [13:53:17:996]: Creating MSIHANDLE (20) of type 790531 for thread 2784
    ADelRCP logging: :    The installing/uninstalling product is not the current PDF owner
    MSI (c) (40!E0) [13:53:17:996]: Closing MSIHANDLE (20) of type 790531 for thread 2784
    MSI (c) (40!E0) [13:53:17:996]: PROPERTY CHANGE: Modifying DEFAULT_VERB property. Its current value is 'Read'. Its new value: 'Open'.
    MSI (c) (40!E0) [13:53:17:996]: PROPERTY CHANGE: Adding DISPLAYPDFOWNERSHIPDLG property. Its value is '1'.
    MSI (c) (40!E0) [13:53:17:996]: Creating MSIHANDLE (21) of type 790531 for thread 2784
    ADelRCP logging: :    Set the flag to display SetupFileTypes dialog, to decide if taking over ownership
    MSI (c) (40!E0) [13:53:17:996]: Closing MSIHANDLE (21) of type 790531 for thread 2784
    MSI (c) (40:24) [13:53:17:996]: Closing MSIHANDLE (16) of type 790542 for thread 976
    Action ended 13:53:17: FileTypesOwnerInit. Return value 1.
    MSI (c) (40:D0) [13:53:17:996]: Doing action: FileCost
    Action 13:53:17: FileCost. Computing space requirements
    Action start 13:53:17: FileCost.
    MSI (c) (40:D0) [13:53:17:996]: Note: 1: 2262 2: Class 3: -2147287038
    Action ended 13:53:17: FileCost. Return value 1.
    MSI (c) (40:D0) [13:53:17:996]: Doing action: IsolateComponents
    Action 13:53:17: IsolateComponents.
    Action start 13:53:17: IsolateComponents.
    Action ended 13:53:17: IsolateComponents. Return value 0.
    MSI (c) (40:D0) [13:53:17:996]: Doing action: ResolveSource
    Action 13:53:17: ResolveSource.
    Action start 13:53:17: ResolveSource.
    MSI (c) (40:D0) [13:53:17:996]: Resolving source.
    MSI (c) (40:D0) [13:53:17:996]: Resolving source to launched-from source.
    MSI (c) (40:D0) [13:53:17:996]: Setting launched-from source as last-used.
    MSI (c) (40:D0) [13:53:17:996]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{AC76BA86-7AD7-1033-7B44-AA1000000001}'.
    MSI (c) (40:D0) [13:53:17:996]: SOURCEDIR ==> C:\Apps\
    MSI (c) (40:D0) [13:53:17:996]: SOURCEDIR product ==> {AC76BA86-7AD7-1033-7B44-AA1000000001}
    MSI (c) (40:D0) [13:53:17:996]: Determining source type
    MSI (c) (40:D0) [13:53:18:011]: Source type from package 'AdbeRdr1010_en_US.msi': 2
    MSI (c) (40:D0) [13:53:18:011]: Source path resolution complete. Dumping Directory table...
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TARGETDIR , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SourceDirCustom , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ACROFORM , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: EXERLOGS , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: AcrobatAppData , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CACHE , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COLLAB , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MESSAGES , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PREFERENCES , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PRINTME_STARTMENU_INTERNETPRINTING , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: UPDATERAPPDATA , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AdobeAppData , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAdobeAcrobat , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAcrobatVersion , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAcrobatVersionCache , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAcrobatVersionForms , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: AdobeAppData , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAcrobatVersionPrefs , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAcrobatVersionUpdater , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAdobe , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_LocalAppDataAdobe , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_LocalAppDataAdobeAcrobat , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_LocalAppDataAdobeAcrobatVer , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_LocalAppDataAdobeAcrobatVerCache , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_LocalAppDataAdobeAcrobatVerCacheSearch , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: U_AppDataAcrobatVersionCollaboration , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: printme_startmenu_internetprinting , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: AcrobatAppData_8 , Object: C:\Apps\ , LongSubPath:  , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A , Object: C:\Apps\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WinSxsDirectory.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_94 7B287C203A , Object: C:\Apps\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WinSxsPolicies.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947 B287C203A , Object: C:\Apps\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: policydir.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C 203A , Object: C:\Apps\ , LongSubPath: Windows\winsxs\Policies\dlpCRTx86\ , ShortSubPath: Windows\winsxs\Policies\mi3i-_yb\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: payload_ul.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287 C203A , Object: C:\Apps\ , LongSubPath: Windows\winsxs\ulpCRTx86\ , ShortSubPath: Windows\winsxs\c94ecusr\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WinSxsDirectory.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: policydir_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\ , ShortSubPath: Windows\winsxs\w5ctxsiq\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WinSxsPolicies.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: policydir.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\ , ShortSubPath: Windows\winsxs\Policies\izxws5kd\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WinSxsManifests.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\Manifests\ , ShortSubPath: Windows\winsxs\byzbj3nm\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\dlCRTx86\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: payload_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\winsxs\ulCRTx86\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 , Object: C:\Apps\ , LongSubPath: Windows\system32\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WindowsVolume , Object: C:\Apps\ , LongSubPath: WinRoot\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: WindowsFolder , Object: C:\Apps\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: USERPROFILE , Object: C:\Apps\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TemplateFolder , Object: C:\Apps\ , LongSubPath: ShellNew\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TempFolder , Object: C:\Apps\ , LongSubPath: Temp\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SystemFolder , Object: C:\Apps\ , LongSubPath: System32\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: System64Folder , Object: C:\Apps\ , LongSubPath: System64\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: System16Folder , Object: C:\Apps\ , LongSubPath: System\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: StartupFolder , Object: C:\Apps\ , LongSubPath: StartUp\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: StartMenuFolder , Object: C:\Apps\ , LongSubPath: Start Menu\ , ShortSubPath: STARTM~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SendToFolder , Object: C:\Apps\ , LongSubPath: SendTo\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ProgramMenuFolder , Object: C:\Apps\ , LongSubPath: Programs\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Apps\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PrimaryVolumePath , Object: C:\Apps\ , LongSubPath: PrimaryVolumePath\ , ShortSubPath: Primar~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PersonalFolder , Object: C:\Apps\ , LongSubPath: Personal\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MyPicturesFolder , Object: C:\Apps\ , LongSubPath: MyPictures\ , ShortSubPath: MyPict~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LocalAppDataFolder , Object: C:\Apps\ , LongSubPath: LocalAppData\ , ShortSubPath: LocalA~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: GlobalAssemblyCache , Object: C:\Apps\ , LongSubPath: GlobalAssemblyCache\ , ShortSubPath: Global~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: FontsFolder , Object: C:\Apps\ , LongSubPath: Fonts\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: FavoritesFolder , Object: C:\Apps\ , LongSubPath: Favorites\ , ShortSubPath: FAVORI~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: DesktopFolder , Object: C:\Apps\ , LongSubPath: Desktop\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CommonFiles64Folder , Object: C:\Apps\ , LongSubPath: Common64\ , ShortSubPath:
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: AppDataFolder , Object: C:\Apps\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: AdminToolsFolder , Object: C:\Apps\ , LongSubPath: AdminTools\ , ShortSubPath: Admint~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CommonAppDataFolder , Object: C:\Apps\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ALLUSERS_APPDATA_ADOBE , Object: C:\Apps\ , LongSubPath: CommonAppData\Adobe\ , ShortSubPath: Common~1\Adobe\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ALLUSERS_APPDATA_ADOBE_ACROBAT , Object: C:\Apps\ , LongSubPath: CommonAppData\Adobe\Acrobat\ , ShortSubPath: Common~1\Adobe\Acrobat\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ALLUSERS_APPDATA_ADOBE_ACROBAT_9 , Object: C:\Apps\ , LongSubPath: CommonAppData\Adobe\Acrobat\10.0\ , ShortSubPath: Common~1\Adobe\Acrobat\10.0\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE , Object: C:\Apps\ , LongSubPath: CommonAppData\Adobe\Acrobat\10.0\Replicate\ , ShortSubPath: Common~1\Adobe\Acrobat\10.0\REPLIC~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE_SECURITY , Object: C:\Apps\ , LongSubPath: CommonAppData\Adobe\Acrobat\10.0\Replicate\Security\ , ShortSubPath: Common~1\Adobe\Acrobat\10.0\REPLIC~1\SECURI~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ALLUSERSPROFILE , Object: C:\Apps\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ProgramFilesFolder , Object: C:\Apps\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ADOBE , Object: C:\Apps\ , LongSubPath: program files\Adobe\ , ShortSubPath: PROGRA~1\Adobe\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: READER_9.0 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\ , ShortSubPath: PROGRA~1\Adobe\READER~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: INSTALLDIR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\ , ShortSubPath: PROGRA~1\Adobe\READER~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: ESL_DIR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Esl\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Esl\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: RESOURCE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT_UNICODE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\Unicode\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT_UNICODE_MAPPINGS , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\Unicode\Mappings\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT_UNICODE_MAPPINGS_WIN , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\win\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\Unicode\Mappings\win\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT_UNICODE_MAPPINGS_MAC , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\Mac\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\Unicode\Mappings\Mac\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT_UNICODE_MAPPINGS_ADOBE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\Adobe\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\Unicode\Mappings\Adobe\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TYPESPT_UNICODE_ICU , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\ICU\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\TYPESU~1\Unicode\ICU\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SASIPREP , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\SaslPrep\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\SaslPrep\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: FONT , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Font\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\Font\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PFM , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Font\PFM\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\Font\PFM\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COMMON_LINGUISTIC , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Linguistics\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\LINGUI~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COMMON_LINGUISTIC_LANGUAGENAMES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Linguistics\LanguageNames2\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\LINGUI~1\Langua~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COMMON_ADOBE_PROVIDERS , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Linguistics\Providers\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\LINGUI~1\PROVID~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COMMON_ADOBE_PROVIDERS_PROXIMITY , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\LINGUI~1\PROVID~1\PROXIM~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COMMON_ADOBE_PROVIDERS_PROXIMITY_1100 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\11.00\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\LINGUI~1\PROVID~1\PROXIM~1\11.00\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: COMMON_ADOBE_PROVIDERS_PROXIMITY_1100_NCL3S4PNTX , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\11.00\NC-L3S4PNTX\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\LINGUI~1\PROVID~1\PROXIM~1\11.00\NC-L3S~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CMAP , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\CMap\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\CMap\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CIDFONT , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Resource\CIDFont\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Resource\CIDFont\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CACHE_SETUP_FILES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Setup Files\ , ShortSubPath: PROGRA~1\Adobe\READER~1\SETUPF~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: CACHE_DIR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AA1000000001}\ , ShortSubPath: PROGRA~1\Adobe\READER~1\SETUPF~1\PAC76B~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: READER , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: TRACKER , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Tracker\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Tracker\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SPPLUGINS , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\SPPlugins\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\SPPLUG~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PLUGINS_3D , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\plug_ins3d\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\plug_i~1\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: PLUGINS_3D_PRC , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\plug_ins3d\prc\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\plug_i~1\prc\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: NETSCAPE_4 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: NETSCAPE_3 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_8 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_7 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_6 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_5 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_4 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_3 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_2 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: MOZILLA_1 , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Browser\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Browser\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_ZH_TW , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\zh_TW\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\zh_TW\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_ZH_TW , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\zh_TW\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\zh_TW\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_ZH_CN , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\zh_CN\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\zh_CN\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_ZH_CN , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\zh_CN\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\zh_CN\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_UK_UA , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\uk_UA\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\uk_UA\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_UK_UA , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\uk_UA\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\uk_UA\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_TR_TR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\tr_TR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\tr_TR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_TR_TR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\tr_TR\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\tr_TR\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_SV_SE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\sv_SE\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\sv_SE\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_SV_SE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\sv_SE\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\sv_SE\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_SL_SI , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\sl_SI\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\sl_SI\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_SL_SI , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\sl_SI\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\sl_SI\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_SK_SK , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\sk_SK\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\sk_SK\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_SK_SK , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\sk_SK\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\sk_SK\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_RU_RU , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ru_RU\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ru_RU\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_RU_RU , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ru_RU\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ru_RU\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_RO_RO , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ro_RO\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ro_RO\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_RO_RO , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ro_RO\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ro_RO\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_PT_BR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\pt_BR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\pt_BR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_PT_BR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\pt_BR\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\pt_BR\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_PL_PL , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\pl_PL\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\pl_PL\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_PL_PL , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\pl_PL\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\pl_PL\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_NL_NL , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\nl_NL\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\nl_NL\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_NL_NL , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\nl_NL\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\nl_NL\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_NB_NO , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\nb_NO\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\nb_NO\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_NB_NO , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\nb_NO\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\nb_NO\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_KO_KR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ko_KR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ko_KR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_KO_KR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ko_KR\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ko_KR\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_JA_JP , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ja_JP\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ja_JP\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_JA_JP , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ja_JP\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ja_JP\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_IT_IT , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\it_IT\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\it_IT\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_IT_IT , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\it_IT\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\it_IT\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_HU_HU , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\hu_HU\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\hu_HU\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_HU_HU , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\hu_HU\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\hu_HU\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_HR_HR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\hr_HR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\hr_HR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_HR_HR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\hr_HR\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\hr_HR\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_FR_FR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\fr_FR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\fr_FR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_FR_FR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\fr_FR\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\fr_FR\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_FI_FI , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\fi_FI\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\fi_FI\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_FI_FI , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\fi_FI\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\fi_FI\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_EU_ES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\eu_ES\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\eu_ES\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_EU_ES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\eu_ES\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\eu_ES\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_ES_ES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\es_ES\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\es_ES\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_ES_ES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\es_ES\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\es_ES\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_DE_DE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\de_DE\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\de_DE\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_DE_DE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\de_DE\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\de_DE\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_DA_DK , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\da_DK\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\da_DK\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_DA_DK , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\da_DK\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\da_DK\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_CS_CZ , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\cs_CZ\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\cs_CZ\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_CS_CZ , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\cs_CZ\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\cs_CZ\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LOCALE_CA_ES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ca_ES\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ca_ES\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: SERVICES_CA_ES , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Locale\ca_ES\Services\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Locale\ca_ES\Services\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_UKR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\UKR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\UKR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_TUR , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\TUR\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\TUR\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_SVE , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\SVE\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\SVE\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_SUO , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\SUO\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\SUO\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_SLV , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\SLV\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\SLV\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_SKY , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\SKY\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\SKY\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_RUS , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\RUS\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\RUS\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_RUM , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\RUM\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\RUM\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_PTB , Object: C:\Apps\ , LongSubPath: program files\Adobe\Reader 10.0\Reader\Legal\PTB\ , ShortSubPath: PROGRA~1\Adobe\READER~1\Reader\Legal\PTB\
    MSI (c) (40:D0) [13:53:18:011]: Dir (source): Key: LEGAL_POL , Object: C:\Apps\ , LongSubPath: program files\A

  • How can I get Adobe Reader  for a PC with no Internet access?

    Hi
    I have a neighbour who doesn't have Internet access. I have downloaded the installer but the installer requires Internet access. Can I install it on my computer and copy the program file or folder to my neighbours computer?
    Thanks
    Geoff

    Good day Geoff,
    You can download the Adobe Reader 10.0.0 installer .EXE file from here:
    ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.0.0/en_US/AdbeRdr1000_en_US.exe
    Once you've downloaded it, you can burn it to a disc or copy it to a thumbdrive to bring to the PC that's offline. 
    Please let us know if you have any questions.
    Kind regards,
    David

  • Adobe reader won't open and closes internet when trying to open a pdf

    I'm not sure when it started, but for the last 2 weeks every time I try to open a pdf file on the internet it stops and says "internet Explorer has stopped working" and will then close the window.  I thought it was just a cable (internet connection) problem since we had been having issues in that area, but now that's fixed and I still cannot open a pdf on the internet.  I uninstallled and restarted and re-installled Adobe Reader and I can't even open Adobe Reader much less a pdf from the internet.  Please help!  I've also tried installing Safari and it has the same results.  I'm sure it has to do with my Reader, but I just don't know how to fix it.

    I finally uninstalled Adobe Reader and found a free pdf reader program.  At least now I can save the file I want to look at and can
    open it with the other program.  Thanks for all your suggestions and help.  I learned a lot of new things.  Sorry Adobe... your loss

Maybe you are looking for

  • I can no longer download MP3 or MP4 why?

    I have been downloading MP3 and MP4 for manyn months but can no longer do so. Those I have managed are downloaded to your site and I can not get them out.

  • Problem to acces linked table from Microsoft Access 2010

    We have a couple of MS access databases that have linked tables from  oracle Database. When the user try to view the content of the table it gets an error saying that the table or view does not exist. But if i create a new MS access db and link the s

  • Macintosh- opens all pdf files on my computer at once?

    Everything freezes and it won't me shut it down and close any windows. I then have to do a "force close" This is the alert it tells me "There was an error opening this document. The maximum number of files are already open. No other files can be open

  • Adding additional tables to the extractor configuration

    Hi Experts, Can you please help me adding additional tables to the SAP extractor and to configure the field data in the orgstructure to show a flag against the position. Luke - I have tried using the option said by you from Application-wide Settings-

  • Skew and perspective distortion for video files

    hello forumers. im trying to place a video on the screen of this game station,but i  cant get the corners to snap accordingly to the perspective of the screen, i can scew the object but thats about it like on the b) sample but i want to snap it like