Adobe Transform not applying using managed install
I have setup a managed install and am using override default installation and and don't prepend msiexec.exe using the following command
msiexec.exe /i AcroRead.msi TRANSFORMS="AcroRead.mst" /qn /log "C:\temp\package.log"
It installs the application but does not apply the transform ... any ideas why this would be ? The package log says:
Property(S): TRANSFORMS = C:\ProgramData\Dell\KACE\downloads\7518\AcroRead.mst
Property(S): CLIENTUILEVEL = 3
Property(S): VersionDatabase = 300
Property(S): CLIENTPROCESSID = 852
Property(S): PackagecodeChanging = 1
Property(S): MsiLogFileLocation = C:\temp\package.log
Property(S): CWProvXMLFile = 0
MSI (s) (70:3C) [14:40:39:632]: Product: Adobe Acrobat Reader DC -- Installation operation completed successfully.
which indicates that it knows about it ..... any ideas ?
Answers (4)
The log will show you which features and components have been selected for installation. My bet's on a feature which is conditioned in some way.
Comments:
-
Couldn't see anything in the log related to the registry changes. - KiwiJJ 9 years ago
Comments:
-
You have to have the double quotes or it does not work. And yes the same command line works fine from an elevated command prompt. All other aspects of the MST file get applied, just not the registry part. I also put the reg changes into a .reg file and ran it and it updated the registry without a problem.
The registry changes are to change the font, set spelling to UK English and change units from inches to centimeters. Using the customization wizard you just drag from my PC's registry (which has had Adobe manually customised) to the destination computer and Bob's (supposedly) your Uncle - KiwiJJ 9 years ago
You need to trace backwards from the registry entry, to the component, then to the feature.
My money's still on a feature not being installed.
Are the registry entries in HKLM or HKCU?
When testing from the command line, did you emulate a KBox-driven installation by using the System account (using something like PSEXEC with its "-s" argument)?
BTW, you'll get more value using verbose logging:
msiexec.exe /i AcroRead.msi TRANSFORMS="AcroRead.mst" /qn /l*v "C:\temp\package.log"
DEBUG: Error 2746: Transform TGT_27ToUPG_27 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1058-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
Comments:
-
The machine has version 11.0.10 installed, when the package runs the transform has been told to uninstall the old version and do a few other things besides the registry changes. All these other items are applied by the transform just not the registry settings. Anyway we have decided not to use this version of the Reader as Adobe in their infinite wisdom have decided that the tool pane that sits on the right hand side when you open the reader can not be permanently turned off. As we display PDF's in some of our programs when the users use the program to display PDF's it cuts off half of it with that tools pane so for us it is unusable. Will wait until they fix this in a future release. I notice from the forums that there are a lot of people complaining about this as it could be turned off in previous releases. - KiwiJJ 9 years ago
-
1033 and 1058 look like language references. If an Adobe supplied transform was used as the starting point, it could be that the wrong language version was used. - EdT 9 years ago
-
As ever, Ed is the fount of all knowledge. 1033 is the locale code for US English, 1058 is the code for Ukranian. Either way, there's a mismatch! :-) - anonymous_9363 9 years ago
also, the MSI and MST is now working through KACE just NOT the registry part?? weird.
is ALL of the registry failng? Or just the software\policies part?? - Badger 9 years ago
Test the MSI and MST on a plane jane Win7 machine, go here http://www.qwertylab.com/freetools.aspx and get the RunAsSystem...so err, you can run as system :D This is persuming KACE runs as SYSTEM like SCCM. Anyway you want to test as SYSTEM as it will work as with/any other user if SYSTEM works (99% of the time). Crank up the cmd, fire msiexec at it, log the crap out of it with /l*vx - always log log log.
If it works fine on the plane jane, then you can test on your build using the the RunAsSystem, log and see how that goes.
Then I guess run from KACE, check logs again.
With all the above, you will spend a lot of time in the logs, so get WiLogUtil, I think they make you get it as part of the WAIK kit now? Its a proper pain to get cos its bundle with all this other deployment stuff, when really you only want a 500k file. Such as life.
https://msdn.microsoft.com/en-us/library/aa372811%28v=vs.85%29.aspx
You can get away with just using Notepad, but if not used too looking at the logs, it can all be a bit overwhelming. The WiLogUtil will highlights errors etc.
As mentioned before, going back to the start, you should get the MST and check it out, how are the registry settings getting applied? Are they getting applied via the REGISTRY table? Or is Adobe using some other voodooo to do the registry stuff you would like? You can use InstEd to view the MSI & MST applied, it will highlight the changes etc. Its better than Orca I find, mainly cos the the GUI is pretty, luls.
If you're unsure about the quality of the MST, use Orca to apply the MST to the MSI, this is how i validate the MST if I think its a bit funky/malformed. I don't think this will be your issue though.
Are you a Apps Packager by trade? Sorry got to ask, as it will help us help you.
Lastly, are you a kiwi? And hiya Badger! - rileyz 9 years ago
I will attempt to document what I have done tomorrow and give a more definitive answer.
And Rileyz, Nope not an apps packager, just a systems engineer, and yes, I am a Kiwi :) - KiwiJJ 9 years ago
=== Logging started: 20/04/2015 16:39:19 ===
Action start 16:39:19: INSTALL.
Action start 16:39:19: SystemFolder_x86_VC.194841A2_D0F2_3B96_9F71_05BA91BEA0FA.
Action ended 16:39:19: SystemFolder_x86_VC.194841A2_D0F2_3B96_9F71_05BA91BEA0FA. Return value 1.
Action start 16:39:19: SystemFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1.
Action ended 16:39:19: SystemFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1. Return value 1.
Action start 16:39:19: WindowsFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1.
Action ended 16:39:19: WindowsFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1. Return value 1.
Action start 16:39:19: WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
Action ended 16:39:19: WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
Action start 16:39:19: SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
Action ended 16:39:19: SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
Action start 16:39:19: ISSetupFilesExtract.
1: Starting to extract setup files
1: Getting SUPPORTDIR property :
1: Extracting SetupFiles to: C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}
1: Getting ISSetupFile table view
1: Executing ISSetupFile table view
1: Setting SUPPORTDIR property to: C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}
1: Setting ISSETUPFILESCOMPLETED property
Action ended 16:39:19: ISSetupFilesExtract. Return value 1.
Action start 16:39:19: AppSearch.
Action ended 16:39:19: AppSearch. Return value 1.
Action start 16:39:19: SetCustomInstallerProperties.
ADelRCP logging: : Entered SetCustomInstallerProperties
ADelRCP logging: : Entered SetOSSpecificProperties
ADelRCP logging: : SetCustomInstallerProperties: Check for Install Status
ADelRCP logging: : SetCustomInstallerProperties: Check for Uninstall Status
Action ended 16:39:19: SetCustomInstallerProperties. Return value 1.
Action start 16:39:19: LaunchConditions.
Action ended 16:39:19: LaunchConditions. Return value 1.
Action start 16:39:19: FindRelatedProducts.
Action ended 16:39:19: FindRelatedProducts. Return value 1.
Action start 16:39:19: SetARMMode.
ADelRCP logging: : [SetARMMode] : : Provided ARM mode is not valid. Hence Resetting to Fully auto.
Action ended 16:39:19: SetARMMode. Return value 1.
Action start 16:39:19: ValidateProductID.
Action ended 16:39:19: ValidateProductID. Return value 1.
Action start 16:39:19: setUserProfileNT.
Action ended 16:39:19: setUserProfileNT. Return value 1.
Action start 16:39:19: setAllUsersProfile2K.
Action ended 16:39:19: setAllUsersProfile2K. Return value 1.
Action start 16:39:19: IsInstallElevated.
Action ended 16:39:19: IsInstallElevated. Return value 1.
Action start 16:39:19: FileTypesOwnerInit.
ADelRCP logging: : PDF ownership: InitCurrentPDFOwner()
ADelRCP logging: : FindCurrentOwner::
ADelRCP logging: : FindCurrentOwner:: value of CURRENT_PDFOWNER_PROGID is -
ADelRCP logging: : FindCurrentOwner:: It is not win8, DefaultProgId- AcroExch.Document.11
ADelRCP logging: : Current owner: C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.exe
ADelRCP logging: : The installing/uninstall app path: "\AcroRd32.exe"; version: 15
ADelRCP logging: : The installing/uninstalling product is not the current PDF owner
ADelRCP logging: : Reduced UI mode (& PDF is owned) & [LEAVE_PDFOWNERSHIP] != "YES": take over PDF ownership
Action ended 16:39:19: FileTypesOwnerInit. Return value 1.
Action start 16:39:19: SetOwnershipState.
ADelRCP logging: : SetOwnershipState:: - current value of ARMED property is :-
ADelRCP logging: : SetOwnershipState:: - current value of PDFUNOWNED property is :-
ADelRCP logging: : SetOwnershipState:: - OWNERSHIP_STATE is not already set.
ADelRCP logging: : SetOwnershipState:: - PDF_INTEGRATION :- 1
ADelRCP logging: : SetOwnershipState:: - UILevel :- 2
ADelRCP logging: : SetOwnershipState:: - DEFAULT_VERB :- Read
ADelRCP logging: : SetOwnershipState:: - setting OWNERSHIP_STATE value to 2
Action ended 16:39:19: SetOwnershipState. Return value 1.
Action start 16:39:19: CA_WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
Action ended 16:39:19: CA_WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
Action start 16:39:19: CA_SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
Action ended 16:39:19: CA_SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
Action start 16:39:19: CA_WindowsFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1.
Action ended 16:39:19: CA_WindowsFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1. Return value 1.
Action start 16:39:19: CA_SystemFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1.
Action ended 16:39:19: CA_SystemFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1. Return value 1.
Action start 16:39:19: CostInitialize.
Action ended 16:39:19: CostInitialize. Return value 1.
Action start 16:39:19: ResolveSource.
Action ended 16:39:21: ResolveSource. Return value 1.
Action start 16:39:21: SetSourceDirCustom.
Action ended 16:39:21: SetSourceDirCustom. Return value 1.
Action start 16:39:21: SetSourceDirCustom_Transforms.
Action ended 16:39:21: SetSourceDirCustom_Transforms. Return value 1.
Action start 16:39:21: ProcessAbcpy.
CustomAction ProcessAbcpy returned actual error code 1603 but will be translated to success due to continue marking
Action ended 16:39:21: ProcessAbcpy. Return value 1.
Action start 16:39:21: SetupPluginsProperties.
Action ended 16:39:21: SetupPluginsProperties. Return value 1.
Action start 16:39:21: SupressReboot.
Action ended 16:39:21: SupressReboot. Return value 1.
Action start 16:39:21: FileCost.
Action ended 16:39:21: FileCost. Return value 1.
Action start 16:39:21: IsolateComponents.
Action ended 16:39:21: IsolateComponents. Return value 0.
Action start 16:39:21: CostFinalize.
Action ended 16:39:21: CostFinalize. Return value 1.
Action start 16:39:21: SetARPInstallLocation.
Action ended 16:39:21: SetARPInstallLocation. Return value 1.
Action start 16:39:21: SetARPReadme.
Action ended 16:39:21: SetARPReadme. Return value 1.
Action start 16:39:21: SetARPReadmeEx.
Action ended 16:39:21: SetARPReadmeEx. Return value 1.
Action start 16:39:21: FileTypesOwnerSet.
ADelRCP logging: : PDF ownership: SetCurrentPDFOwner()
ADelRCP logging: : Current value of [DEFAULT_VERB]=Read
ADelRCP logging: : system search and save several properties used by registry installation later
ADelRCP logging: : FindCurrentOwner::
ADelRCP logging: : FindCurrentOwner:: value of CURRENT_PDFOWNER_PROGID is -
ADelRCP logging: : FindCurrentOwner:: It is not win8, DefaultProgId- AcroExch.Document.11
ADelRCP logging: : [AS_HKCR_EXE]="C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"
ADelRCP logging: : [PDFSHELL_LOCALSERVER_COMMAND]="C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroRd32Info.exe" /PDFShell
ADelRCP logging: : [PDF_DEFAULTICON]=C:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\PDFFile_8.ico,0
ADelRCP logging: : [DEFAULT_PROGID]=AcroExch
ADelRCP logging: : [PDX_DEFAULT_PROGID]=PDXFileType
ADelRCP logging: : [DEFAULT_PDF_PROGID]=AcroExch.Document.DC
ADelRCP logging: : [DEFAULT_CURVER_PROGID]=AcroExch.Document.DC
ADelRCP logging: : [PDF_PREVIEW_HANDERLER_DLL]=C:\Program Files\Adobe\Acrobat Reader DC\Reader\pdfprevhndlr.dll
ADelRCP logging: : [PDF_PREVIEW_HANDERLER_HELPDIR]=C:\Program Files\Adobe\Acrobat Reader DC\Reader\
ADelRCP logging: : [PDF_INPROCSERVER_VIEWERPS]=C:\Program Files\Adobe\Acrobat Reader DC\Reader\ViewerPS.dll
ADelRCP logging: : taking ownership, [PDF_ACROBROKER_PATH]=C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroBroker.exe
ADelRCP logging: : taking ownership, [MIME_PDF_BROWSER]={CA8A9780-280D-11CF-A24D-444553540000}
Action ended 16:39:21: FileTypesOwnerSet. Return value 1.
Action start 16:39:21: Set_PROGID7_ALTERNATE_COMMAND_Reader.
Action ended 16:39:21: Set_PROGID7_ALTERNATE_COMMAND_Reader. Return value 1.
Action start 16:39:21: SetODBCFolders.
Action ended 16:39:21: SetODBCFolders. Return value 0.
Action start 16:39:21: MigrateFeatureStates.
Action ended 16:39:21: MigrateFeatureStates. Return value 1.
Action start 16:39:21: ApplicationsInUse.
ADelRCP logging: : Process privilege adjusted.
ADelRCP logging: : Looking for Module : C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.dll
ADelRCP logging: : In Process : smss.exe
ADelRCP logging: : In Process : csrss.exe
ADelRCP logging: : In Process : wininit.exe
ADelRCP logging: : In Process : csrss.exe
ADelRCP logging: : In Process : winlogon.exe
ADelRCP logging: : In Process : services.exe
ADelRCP logging: : In Process : lsass.exe
ADelRCP logging: : In Process : lsm.exe
ADelRCP logging: : In Process : LogonUI.exe
ADelRCP logging: : In Process : svchost.exe
ADelRCP logging: : In Process : TdmService.exe
ADelRCP logging: : In Process : AMPAgent.exe
ADelRCP logging: : In Process : AMPWatchDog.exe
ADelRCP logging: : In Process : ekrn.exe
ADelRCP logging: : In Process : GManager.exe
ADelRCP logging: : In Process : IProsetMonitor.exe
ADelRCP logging: : In Process : jhi_service.exe
ADelRCP logging: : In Process : MCTDesktopSvr.exe
ADelRCP logging: : In Process : upeksvr.exe
ADelRCP logging: : In Process : unsecapp.exe
ADelRCP logging: : In Process : IAStorDataMgrSvc.exe
ADelRCP logging: : In Process : LMS.exe
ADelRCP logging: : In Process : UNS.exe
ADelRCP logging: : In Process : MCTDUtil.exe
ADelRCP logging: : In Process : FDispPos.exe
ADelRCP logging: : In Process : armsvc.exe
ADelRCP logging: : In Process : wmiprvse.exe
ADelRCP logging: : In Process : csrss.exe
ADelRCP logging: : In Process : winlogon.exe
ADelRCP logging: : In Process : LogonUI.exe
ADelRCP logging: : In Process : upeksvr.exe
ADelRCP logging: : In Process : SearchProtocolHost.exe
ADelRCP logging: : In Process : SearchFilterHost.exe
ADelRCP logging: : In Process : rdpclip.exe
ADelRCP logging: : In Process : KUsrInit.exe
ADelRCP logging: : In Process : runkbot.exe
ADelRCP logging: : In Process : conhost.exe
ADelRCP logging: : In Process : KDeploy.exe
ADelRCP logging: : In Process : conhost.exe
ADelRCP logging: : In Process : taskhost.exe
ADelRCP logging: : In Process : msiexec.exe
ADelRCP logging: : In Process : msiexec.exe
ADelRCP logging: : In Process : MsiExec.exe
Action ended 16:39:22: ApplicationsInUse. Return value 1.
Action start 16:39:22: InstallValidate.
Info 1603.The file C:\Program Files\Common Files\Adobe\ARM\1.0\armsvc.exe is being held in use by the following process: Name: armsvc, ID: 3560, Window Title: (not determined yet). Close that application and retry.
Action ended 16:39:27: InstallValidate. Return value 1.
Action start 16:39:27: CloseApps.
Action ended 16:39:27: CloseApps. Return value 1.
Action start 16:39:27: TransferSourceVersionPrevious.
Action ended 16:39:27: TransferSourceVersionPrevious. Return value 1.
Action start 16:39:27: TransferRegistryCollect.
Action ended 16:39:27: TransferRegistryCollect. Return value 1.
Action start 16:39:27: RemoveExistingProducts.
MSI (s) (54:F0) [16:39:27:212]: Final Patch Application Order:
MSI (s) (54:F0) [16:39:27:212]: {AC76BA86-7AD7-0000-2550-7A8C40011010} -
DEBUG: Error 2746: Transform TGT_14ToUPG_14 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-2052-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_14ToUPG_14 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-2052-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_13ToUPG_13 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1042-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_13ToUPG_13 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1042-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_4ToUPG_4 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1041-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_4ToUPG_4 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1041-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_12ToUPG_12 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1053-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_12ToUPG_12 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1053-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_11ToUPG_11 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1046-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_11ToUPG_11 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1046-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_10ToUPG_10 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1043-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_10ToUPG_10 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1043-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_9ToUPG_9 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1044-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_9ToUPG_9 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1044-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_8ToUPG_8 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1040-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_8ToUPG_8 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1040-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_6ToUPG_6 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1034-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_6ToUPG_6 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1034-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_5ToUPG_5 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1030-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_5ToUPG_5 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1030-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_3ToUPG_3 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1036-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_3ToUPG_3 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1036-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_7ToUPG_7 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1035-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_7ToUPG_7 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1035-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_1ToUPG_1 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1031-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_1ToUPG_1 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1031-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_15ToUPG_15 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1028-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_15ToUPG_15 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1028-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_16ToUPG_16 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1027-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_16ToUPG_16 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1027-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_17ToUPG_17 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1029-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_17ToUPG_17 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1029-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_18ToUPG_18 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1069-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_18ToUPG_18 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1069-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_19ToUPG_19 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1050-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_19ToUPG_19 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1050-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_22ToUPG_22 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1048-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_22ToUPG_22 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1048-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_23ToUPG_23 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1049-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_23ToUPG_23 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1049-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_26ToUPG_26 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1055-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_26ToUPG_26 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1055-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_20ToUPG_20 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1038-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_20ToUPG_20 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1038-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_21ToUPG_21 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1045-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_21ToUPG_21 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1045-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_24ToUPG_24 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1051-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_24ToUPG_24 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1051-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_25ToUPG_25 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1060-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_25ToUPG_25 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1060-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
DEBUG: Error 2746: Transform TGT_27ToUPG_27 invalid for package C:\Windows\Installer\14199d.msi. Expected product {AC76BA86-7AD7-1058-7B44-AB0000000001}, found product {AC76BA86-7AD7-1033-7B44-AB0000000001}.
1: 2746 2: TGT_27ToUPG_27 3: C:\Windows\Installer\14199d.msi 4: {AC76BA86-7AD7-1058-7B44-AB0000000001} 5: {AC76BA86-7AD7-1033-7B44-AB0000000001}
Action start 16:39:27: INSTALL.
Action start 16:39:27: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
Action ended 16:39:27: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
Action start 16:39:27: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
Action ended 16:39:27: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
Action start 16:39:27: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
Action ended 16:39:27: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
Action start 16:39:27: ISSetupFilesExtract.
1: Starting to extract setup files
1: Getting SUPPORTDIR property :
1: Extracting SetupFiles to: C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AB0000000001}
1: Getting ISSetupFile table view
1: Executing ISSetupFile table view
1: Extracting Setup File:
1: C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AB0000000001}\FixTransforms.exe
1: Setting SUPPORTDIR property to: C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AB0000000001}
1: Setting ISSETUPFILESCOMPLETED property
Action ended 16:39:27: ISSetupFilesExtract. Return value 1.
Action start 16:39:27: AppSearch.
Action ended 16:39:27: AppSearch. Return value 1.
Action start 16:39:27: SetOSSpecificProperties.
Action ended 16:39:27: SetOSSpecificProperties. Return value 1.
Action start 16:39:27: LaunchConditions.
Action ended 16:39:27: LaunchConditions. Return value 1.
Action start 16:39:27: FindRelatedProducts.
Action ended 16:39:27: FindRelatedProducts. Return value 0.
Action start 16:39:27: ValidateProductID.
Action ended 16:39:27: ValidateProductID. Return value 1.
Action start 16:39:27: setUserProfileNT.
Action ended 16:39:27: setUserProfileNT. Return value 1.
Action start 16:39:27: setAllUsersProfile2K.
Action ended 16:39:27: setAllUsersProfile2K. Return value 1.
Action start 16:39:27: IsInstallElevated.
Action ended 16:39:27: IsInstallElevated. Return value 1.
Action start 16:39:27: FileTypesOwnerInit.
ADelRCP logging: : PDF ownership: InitCurrentPDFOwner()
ADelRCP logging: : FindCurrentOwner::
ADelRCP logging: : FindCurrentOwner:: It is not win8, DefaultProgId- AcroExch.Document.11
ADelRCP logging: : Current owner: C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.exe
ADelRCP logging: : The installing/uninstall app path: "C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.exe"; version: 11
ADelRCP logging: : The current PDF owner app path: "C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.exe"; version: 11.0.10.32
ADelRCP logging: : The installing/uninstalling product is the current PDF owner
ADelRCP logging: : Reinstall/uninstall: current value of [DEFAULT_VERB]=Read
Action ended 16:39:27: FileTypesOwnerInit. Return value 1.
Action start 16:39:27: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
Action ended 16:39:27: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
Action start 16:39:27: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
Action ended 16:39:27: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
Action start 16:39:27: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
Action ended 16:39:27: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
Action start 16:39:27: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.
Action ended 16:39:27: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A. Return value 1.
Action start 16:39:27: CostInitialize.
Action ended 16:39:27: CostInitialize. Return value 1.
Action start 16:39:27: SetupPluginsProperties.
Action ended 16:39:27: SetupPluginsProperties. Return value 1.
Action start 16:39:27: SupressReboot.
Action ended 16:39:27: SupressReboot. Return value 1.
Action start 16:39:27: FileCost.
Action ended 16:39:27: FileCost. Return value 1.
Action start 16:39:27: IsolateComponents.
Action ended 16:39:27: IsolateComponents. Return value 0.
Action start 16:39:27: CostFinalize.
Action ended 16:39:27: CostFinalize. Return value 1.
Action start 16:39:27: SetARPInstallLocation.
Action ended 16:39:27: SetARPInstallLocation. Return value 1.
Action start 16:39:27: SetARPReadme.
Action ended 16:39:27: SetARPReadme. Return value 1.
Action start 16:39:27: SetARPReadmeEx.
Action ended 16:39:27: SetARPReadmeEx. Return value 1.
Action start 16:39:27: ReSet_ENABLE_OPTIMIZATION.
Action ended 16:39:27: ReSet_ENABLE_OPTIMIZATION. Return value 1.
Action start 16:39:27: Set_PROGID7_ALTERNATE_COMMAND_Reader.
Action ended 16:39:27: Set_PROGID7_ALTERNATE_COMMAND_Reader. Return value 1.
Action start 16:39:27: SetODBCFolders.
Action ended 16:39:27: SetODBCFolders. Return value 0.
Action start 16:39:27: MigrateFeatureStates.
Action ended 16:39:27: MigrateFeatureStates. Return value 0.
Action start 16:39:27: ApplicationsInUse.
ADelRCP logging: : Process privilege adjusted.
ADelRCP logging: : Looking for Module : C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.dll
ADelRCP logging: : In Process : smss.exe
ADelRCP logging: : In Process : csrss.exe
ADelRCP logging: : In Process : wininit.exe
ADelRCP logging: : In Process : csrss.exe
ADelRCP logging: : In Process : winlogon.exe
ADelRCP logging: : In Process : services.exe
ADelRCP logging: : In Process : lsass.exe
ADelRCP logging: : In Process : lsm.exe
ADelRCP logging: : In Process : LogonUI.exe
ADelRCP logging: : In Process : svchost.exe
ADelRCP logging: : In Process : TdmService.exe
ADelRCP logging: : In Process : AMPAgent.exe
ADelRCP logging: : In Process : AMPWatchDog.exe
ADelRCP logging: : In Process : ekrn.exe
ADelRCP logging: : In Process : GManager.exe
ADelRCP logging: : In Process : IProsetMonitor.exe
ADelRCP logging: : In Process : jhi_service.exe
ADelRCP logging: : In Process : MCTDesktopSvr.exe
ADelRCP logging: : In Process : upeksvr.exe
ADelRCP logging: : In Process : unsecapp.exe
ADelRCP logging: : In Process : IAStorDataMgrSvc.exe
ADelRCP logging: : In Process : LMS.exe
ADelRCP logging: : In Process : UNS.exe
ADelRCP logging: : In Process : MCTDUtil.exe
ADelRCP logging: : In Process : FDispPos.exe
ADelRCP logging: : In Process : armsvc.exe
ADelRCP logging: : In Process : wmiprvse.exe
ADelRCP logging: : In Process : csrss.exe
ADelRCP logging: : In Process : winlogon.exe
ADelRCP logging: : In Process : LogonUI.exe
ADelRCP logging: : In Process : upeksvr.exe
ADelRCP logging: : In Process : SearchProtocolHost.exe
ADelRCP logging: : In Process : SearchFilterHost.exe
ADelRCP logging: : In Process : rdpclip.exe
ADelRCP logging: : In Process : KUsrInit.exe
ADelRCP logging: : In Process : runkbot.exe
ADelRCP logging: : In Process : conhost.exe
ADelRCP logging: : In Process : KDeploy.exe
ADelRCP logging: : In Process : conhost.exe
ADelRCP logging: : In Process : taskhost.exe
ADelRCP logging: : In Process : msiexec.exe
ADelRCP logging: : In Process : msiexec.exe
ADelRCP logging: : In Process : MsiExec.exe
Action ended 16:39:27: ApplicationsInUse. Return value 1.
Action start 16:39:27: InstallValidate.
Info 1603.The file C:\Program Files\Common Files\Adobe\ARM\1.0\armsvc.exe is being held in use by the following process: Name: armsvc, ID: 3560, Window Title: (not determined yet). Close that application and retry.
Action ended 16:39:28: InstallValidate. Return value 1.
Action start 16:39:28: CloseApps.
Action ended 16:39:28: CloseApps. Return value 1.
Action start 16:39:28: RemoveExistingProducts.
Action ended 16:39:28: RemoveExistingProducts. Return value 0.
Action start 16:39:28: CollectPropertiesMNT.
IWActs logging: : [CollectMntProperties] : : Could not find path for Enterprise.mnt.
Action ended 16:39:28: CollectPropertiesMNT. Return value 1.
Action start 16:39:28: CollectCustomTablesData.
Action ended 16:39:28: CollectCustomTablesData. Return value 1.
Action start 16:39:28: CollectProperties.
Action ended 16:39:28: CollectProperties. Return value 1.
Action start 16:39:28: InstallInitialize.
Action ended 16:39:29: InstallInitialize. Return value 1.
Action start 16:39:29: RegisterProperties_Rollback.
Action ended 16:39:29: RegisterProperties_Rollback. Return value 1.
Action start 16:39:29: RegisterProperties.
Action ended 16:39:29: RegisterProperties. Return value 1.
Action start 16:39:29: BroadcastUnloadStubMessage.
Action ended 16:39:29: BroadcastUnloadStubMessage. Return value 1.
Action start 16:39:29: AllowAppLaunch_rollback.
Action ended 16:39:29: AllowAppLaunch_rollback. Return value 1.
Action start 16:39:29: BlockAppLaunch.
Action ended 16:39:29: BlockAppLaunch. Return value 1.
Action start 16:39:29: FileTypesOwnerBackup.
Action ended 16:39:29: FileTypesOwnerBackup. Return value 1.
Action start 16:39:29: UninstallEnterpriseFiles.
Action ended 16:39:29: UninstallEnterpriseFiles. Return value 1.
Action start 16:39:29: UninstallEnterpriseRegistry.
Action ended 16:39:29: UninstallEnterpriseRegistry. Return value 1.
Action start 16:39:29: ProcessComponents.
Action ended 16:39:29: ProcessComponents. Return value 1.
Action start 16:39:29: UnpublishComponents.
Action ended 16:39:29: UnpublishComponents. Return value 0.
Action start 16:39:29: MsiUnpublishAssemblies.
Action ended 16:39:29: MsiUnpublishAssemblies. Return value 1.
Action start 16:39:29: UnpublishFeatures.
Action ended 16:39:29: UnpublishFeatures. Return value 1.
Action start 16:39:29: StopServices.
Action ended 16:39:29: StopServices. Return value 1.
Action start 16:39:29: DeleteServices.
Action ended 16:39:29: DeleteServices. Return value 1.
Action start 16:39:29: UnregisterComPlus.
Action ended 16:39:29: UnregisterComPlus. Return value 0.
Action start 16:39:29: SelfUnregModules.
Action ended 16:39:29: SelfUnregModules. Return value 1.
Action start 16:39:29: UnregisterTypeLibraries.
Action ended 16:39:29: UnregisterTypeLibraries. Return value 1.
Action start 16:39:29: RemoveODBC.
Action ended 16:39:29: RemoveODBC. Return value 1.
Action start 16:39:29: UnregisterFonts.
Action ended 16:39:29: UnregisterFonts. Return value 1.
Action start 16:39:29: DeleteForceASLRReg_Rollback.
Action ended 16:39:29: DeleteForceASLRReg_Rollback. Return value 1.
Action start 16:39:29: DeleteForceASLRReg.
Action ended 16:39:29: DeleteForceASLRReg. Return value 1.
Action start 16:39:29: RemoveRegistryValues.
Action ended 16:39:29: RemoveRegistryValues. Return value 1.
Action start 16:39:29: RemoveNetscapeRegistry.
AcroTgts logging:: [UnInitializeNetscapeRegistry] : : Failed to delete Netscape registry entries.
Action ended 16:39:29: RemoveNetscapeRegistry. Return value 1.
Action start 16:39:29: RemoveBrowserIESettings.
Action ended 16:39:29: RemoveBrowserIESettings. Return value 1.
Action start 16:39:29: UnregisterClassInfo.
Action ended 16:39:29: UnregisterClassInfo. Return value 1.
Action start 16:39:29: UnregisterExtensionInfo.
Action ended 16:39:29: UnregisterExtensionInfo. Return value 1.
Action start 16:39:29: UnregisterProgIdInfo.
Action ended 16:39:29: UnregisterProgIdInfo. Return value 1.
Action start 16:39:29: UnregisterMIMEInfo.
Action ended 16:39:29: UnregisterMIMEInfo. Return value 1.
Action start 16:39:29: RemoveIniValues.
Action ended 16:39:29: RemoveIniValues. Return value 1.
Action start 16:39:29: RemoveShortcuts.
Action ended 16:39:29: RemoveShortcuts. Return value 1.
Action start 16:39:29: RemoveEnvironmentStrings.
Action ended 16:39:29: RemoveEnvironmentStrings. Return value 1.
Action start 16:39:29: RemoveDuplicateFiles.
Action ended 16:39:29: RemoveDuplicateFiles. Return value 1.
Action start 16:39:29: RemoveFiles.
Action ended 16:39:29: RemoveFiles. Return value 1.
Action start 16:39:29: RemoveFolders.
Action ended 16:39:29: RemoveFolders. Return value 1.
Action start 16:39:29: CreateFolders.
Action ended 16:39:29: CreateFolders. Return value 1.
Action start 16:39:29: MoveFiles.
Action ended 16:39:29: MoveFiles. Return value 1.
Action start 16:39:29: InstallFiles.
Action ended 16:39:29: InstallFiles. Return value 1.
Action start 16:39:29: PatchFiles.
Action ended 16:39:29: PatchFiles. Return value 1.
Action start 16:39:29: DuplicateFiles.
Action ended 16:39:29: DuplicateFiles. Return value 1.
Action start 16:39:29: BindImage.
Action ended 16:39:29: BindImage. Return value 1.
Action start 16:39:29: CreateShortcuts.
Action ended 16:39:29: CreateShortcuts. Return value 1.
Action start 16:39:29: RegisterClassInfo.
Action ended 16:39:29: RegisterClassInfo. Return value 1.
Action start 16:39:29: RegisterExtensionInfo.
Action ended 16:39:29: RegisterExtensionInfo. Return value 1.
Action start 16:39:29: RegisterProgIdInfo.
Action ended 16:39:29: RegisterProgIdInfo. Return value 1.
Action start 16:39:29: RegisterMIMEInfo.
Action ended 16:39:29: RegisterMIMEInfo. Return value 1.
Action start 16:39:29: WriteRegistryValues.
Action ended 16:39:29: WriteRegistryValues. Return value 1.
Action start 16:39:29: WriteIniValues.
Action ended 16:39:29: WriteIniValues. Return value 1.
Action start 16:39:29: WriteEnvironmentStrings.
Action ended 16:39:29: WriteEnvironmentStrings. Return value 1.
Action start 16:39:29: RegisterFonts.
Action ended 16:39:29: RegisterFonts. Return value 1.
Action start 16:39:29: InstallODBC.
Action ended 16:39:29: InstallODBC. Return value 0.
Action start 16:39:29: RegisterTypeLibraries.
Action ended 16:39:29: RegisterTypeLibraries. Return value 1.
Action start 16:39:29: RegisterComPlus.
Action ended 16:39:29: RegisterComPlus. Return value 0.
Action start 16:39:29: InstallServices.
Action ended 16:39:29: InstallServices. Return value 1.
Action start 16:39:29: StartServices.
Action ended 16:39:29: StartServices. Return value 1.
Action start 16:39:29: SelfRegModules.
Action ended 16:39:29: SelfRegModules. Return value 1.
Action start 16:39:29: RegisterUser.
Action ended 16:39:29: RegisterUser. Return value 0.
Action start 16:39:29: RegisterProduct.
Action ended 16:39:29: RegisterProduct. Return value 1.
Action start 16:39:29: PublishComponents.
Action ended 16:39:29: PublishComponents. Return value 0.
Action start 16:39:29: MsiPublishAssemblies.
Action ended 16:39:29: MsiPublishAssemblies. Return value 1.
Action start 16:39:29: PublishFeatures.
Action ended 16:39:29: PublishFeatures. Return value 1.
Action start 16:39:29: PublishProduct.
Action ended 16:39:29: PublishProduct. Return value 1.
Action start 16:39:29: ProcessDeleteFilesEx.
Action ended 16:39:29: ProcessDeleteFilesEx. Return value 1.
Action start 16:39:29: ProcessDeleteRegistryEx.
Action ended 16:39:29: ProcessDeleteRegistryEx. Return value 1.
Action start 16:39:29: ProcessDeleteComponentsEx.
Action ended 16:39:29: ProcessDeleteComponentsEx. Return value 1.
Action start 16:39:29: ProcessDeleteProductsEx.
Action ended 16:39:29: ProcessDeleteProductsEx. Return value 1.
Action start 16:39:29: FileTypesOwnerRestore.
Action ended 16:39:29: FileTypesOwnerRestore. Return value 1.
Action start 16:39:29: RemoveDDENameRegistry.
Action ended 16:39:29: RemoveDDENameRegistry. Return value 1.
Action start 16:39:29: AllowAppLaunch.
Action ended 16:39:29: AllowAppLaunch. Return value 1.
Action start 16:39:29: BroadcastReloadStubMessage.
Action ended 16:39:29: BroadcastReloadStubMessage. Return value 1.
Action start 16:39:29: CreateAcroPDFRegForIE11.
Action ended 16:39:29: CreateAcroPDFRegForIE11. Return value 1.
Action start 16:39:29: InstallFinalize.
ADelRCP logging: : PDF ownership: BackupCurrentPDFOwner()
ADelRCP logging: : FindCurrentOwner::
ADelRCP logging: : FindCurrentOwner:: It is not win8, DefaultProgId- AcroExch.Document.11
ADelRCP logging: : Return: the uninstalling product is the current PDF owner. No need to back up.
1: BlockAppLaunch 2: 0
IWActs logging: : [IWProceedFiles] : : Failed to open database Enterprise.mnt.
IWActs logging: : [IWProceedRegistry] : : Failed to open database Enterprise.mnt.
CustomAction RemoveBrowserIESettings returned actual error code 1603 but will be translated to success due to continue marking
ADelRCP logging: : [ProcessDeleteProductsEx] : : Failed to get [CustomActionData].
ADelRCP logging: : PDF ownership: RestorePDFOwner()
ADelRCP logging: : Uninstall mode:
ADelRCP logging: : The uninstalling product is the current PDF owner. Try restore previous PDF owner from backup first.
ADelRCP logging: : No valid PDF owner backup is found. Looking for a PDF owner.
ADelRCP logging: : PDF ownership: RestoreFileTypesOwnerEx()
ADelRCP logging: : Product to restore PDF ownership is not detected:
ADelRCP logging: : RemoveDDEReg: current value of [DEFAULT_VERB]=Read
ADelRCP logging: : RemoveDDEReg: Deleting DDE server name value.
ADelRCP logging: : [ReleaseAppEntryPoints] : : Successfully sent MSG to UnBlock Entry Points
CustomAction AllowAppLaunch returned actual error code 1603 but will be translated to success due to continue marking
ADelRCP logging: : [CreateAcroPDFRegForIE11]This is uninstall hence Deleting the AcroPDF registry entries.
Action ended 16:39:32: InstallFinalize. Return value 1.
Action start 16:39:32: ISSetupFilesCleanup.
1: Deleting Support File: C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AB0000000001}\FixTransforms.exe
Action ended 16:39:32: ISSetupFilesCleanup. Return value 1.
Action start 16:39:32: RegisterReboot.
Action ended 16:39:32: RegisterReboot. Return value 1.
Action start 16:39:32: CleanupRunTime.
Action ended 16:39:32: CleanupRunTime. Return value 1.
Action ended 16:39:32: INSTALL. Return value 1.
Property(N): Text = 0
Property(N): ScreenY = 768
Property(N): ScreenX = 1024
Property(N): SystemLanguageID = 5129
Property(N): ROOTDRIVE = C:\
Property(N): ComputerName = WMCAAKL43
Property(N): IS_CURRENT_PDFOWNER = 1
Property(N): UserLanguageID = 5129
Property(N): INSTALLMAJORVERSION = 11
Property(N): UserSID = S-1-5-18
Property(N): LogonUser = SYSTEM
Property(N): MsiTrueAdminUser = 1
Property(N): WindowsSystemString = (Windows Vista 32-bit)
Property(N): AdminUser = 1
Property(N): VirtualMemory = 5289
Property(N): PhysicalMemory = 3241
Property(N): Intel = 6
Property(N): ISSETUPFILESCOMPLETED = Completed
Property(N): ShellAdvtSupport = 1
Property(N): OLEAdvtSupport = 1
Property(N): SUPPORTDIR = C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AB0000000001}
Property(N): GPTSupport = 1
Property(N): DiskPrompt = [1]
Property(N): Registration = No
Property(N): RecentFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(N): ACTION = INSTALL
Property(N): Preselected = 1
Property(N): PrintHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(N): OriginalDatabase = C:\Windows\Installer\14199d.msi
Property(N): UILevel = 2
Property(N): NetHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(N): DATABASE = C:\Windows\Installer\14199d.msi
Property(N): UpgradeCode = {A6EADE66-0000-0000-484E-7E8A45000000}
Property(N): COMPANYNAME = Microsoft
Property(N): USERNAME = Admin
Property(N): RemoteAdminTS = 1
Property(N): MsiRunningElevated = 1
Property(N): RedirectedDllSupport = 2
Property(N): MsiWin32AssemblySupport = 6.1.7601.17514
Property(N): MsiNTProductType = 1
Property(N): ServicePackLevelMinor = 0
Property(N): MsiNetAssemblySupport = 4.0.30319.34209
Property(N): ServicePackLevel = 1
Property(N): WindowsBuild = 7601
Property(N): Date = 20/04/2015
Property(N): Time = 16:39:32
Property(N): VersionMsi = 5.00
Property(N): TTCSupport = 1
Property(N): ColorBits = 32
Property(N): RDR11010 = C:\Windows\Installer\14199e.msp
Property(N): PATCHNEWSUMMARYCOMMENTS = Contact: Your local administrator
Property(N): PATCHNEWPACKAGECODE = {6B918C6A-F6C5-4E9E-99F9-A8C5725C8CE5}
Property(N): UPGRADINGPRODUCTCODE = {AC76BA86-7AD7-1033-7B44-AC0F074E4100}
Property(N): ProductState = 5
Property(N): MSPSRCAC76BA867AD7000025507A8C40011010 = C:\Windows\Installer\14199e.msp
Property(N): Installed = 2012/09/24 08:44:50
Property(N): LOCALES = C:\Program Files\Adobe\Reader 11.0\Reader\AcroExt\locales\
Property(N): ACROEXT = C:\Program Files\Adobe\Reader 11.0\Reader\AcroExt\
Property(N): VersionNT = 601
Property(N): FileTypesOwnerRestore = .api@@0@@PDF@@.fdf@@0@@PDF@@.pdf@@0@@PDF@@.pdx@@0@@PDF@@.secstore@@0@@PDF@@.xdp@@0@@PDF@@.xfdf@@0@@PDF@@AFormAut.App@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@PDF@@AcroIEHelper.AcroIEHlprObj@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@Acrobat.FDFDoc@@0@@PDF@@Acrobat.RMFFile@@0@@PDF@@Acrobat.SecStore@@0@@PDF@@Acrobat.XDPDoc@@0@@PDF@@Acrobat.XFDFDoc@@0@@PDF@@Acroexch.Document@@0@@PDF@@Acroexch.Document.7@@0@@PDF@@AppID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@AppID\{6236FF8C-E747-4173-86D3-99F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@0@@PDF@@CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PDF@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D54739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PDF@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PDF@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-3489E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C9259304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@@0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@SOFTWARE\Classes\AppID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}@@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}@@0@@PDF
Property(N): ProcessDeleteFilesEx = #@@C:\ProgramData\Adobe\Setup\{AC76BA86-7AD7-1033-7B44-AB0000000001}@@#@@ACTIVE_X
Property(N): RegisterProperties = CACHE_DIR@@C:\Program Files\Adobe\Reader 11.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AB0000000001}\@@ProductName@@Adobe Reader XI (11.0.10)@@OriginalDatabase@@C:\Windows\Installer\14199d.msi@@REMOVE@@ALL@@WindowsFolder@@C:\Windows\@@SetupCacheExport@@ @@ALLUSERS@@1@@REINSTALLMODE@@omus@@PLUG_INS@@C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\@@DefragResetProgress@@No@@ALLUSERS_APPDATA_ADOBE@@C:\ProgramData\Adobe\@@DEFAULT_VERB@@Read@@IS_CURRENT_PDFOWNER@@1@@ACTIVE_X@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@Installed@@2012/09/24 08:44:50@@READER@@C:\Program Files\Adobe\Reader 11.0\Reader\@@ProductCode@@{AC76BA86-7AD7-1033-7B44-AB0000000001}@@UPDATE_MODE@@@@INSTALLMAJORVERSION@@11@@VersionNT@@601@@VersionNT64@@@@SystemFolder@@C:\Windows\system32\@@PATCH@@@@DeleteUpdateFolder@@Yes
Property(N): ProcessDeleteRegistryEx = HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run@@Adobe Reader Synchronizer@@HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}@@-
Property(N): FileTypesOwnerBackup = .api@@0@@PDF@@.fdf@@0@@PDF@@.pdf@@0@@PDF@@.pdx@@0@@PDF@@.secstore@@0@@PDF@@.xdp@@0@@PDF@@.xfdf@@0@@PDF@@AFormAut.App@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@PDF@@AcroIEHelper.AcroIEHlprObj@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@Acrobat.FDFDoc@@0@@PDF@@Acrobat.RMFFile@@0@@PDF@@Acrobat.SecStore@@0@@PDF@@Acrobat.XDPDoc@@0@@PDF@@Acrobat.XFDFDoc@@0@@PDF@@Acroexch.Document@@0@@PDF@@Acroexch.Document.7@@0@@PDF@@AppID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@AppID\{6236FF8C-E747-4173-86D3-99F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@0@@PDF@@CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PDF@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D54739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PDF@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PDF@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-3489E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C9259304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@@0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@SOFTWARE\Classes\AppID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}@@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}@@0@@PDF
Property(N): LockFilePermissions = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@1@@1179817@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@22@@2032127@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@26@@1179817@@C:\Program Files\Adobe\Reader 11.0\Reader\Adobe.Reader.Dependencies.manifest@@1@@1179817@@C:\Program Files\Adobe\Reader 11.0\Reader\Adobe.Reader.Dependencies.manifest@@22@@2032127@@C:\Program Files\Adobe\Reader 11.0\Reader\Adobe.Reader.Dependencies.manifest@@26@@2032127
Property(N): ADOBEHUNSPELLPLUGIN2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\
Property(N): ABBREVIATIONS = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\
Property(N): ADOBE_COMMON_ACROBAT = C:\Program Files\Common Files\Adobe\Acrobat\
Property(N): ACTIVE_X = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\
Property(N): ProgramFilesFolder = C:\Program Files\
Property(N): ADOBE = C:\Program Files\Adobe\
Property(N): INSTALLDIR = C:\Program Files\Adobe\Reader 11.0\
Property(N): ADOBE1 = C:\Program Files\Adobe\Reader 11.0\Adobe\
Property(N): PROVIDERS = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\11.0\Linguistics\Providers\
Property(N): ADOBE2 = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\11.0\Linguistics\Providers\Adobe\
Property(N): PROVIDERS1 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\Linguistics\Providers\
Property(N): ADOBE3 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\Linguistics\Providers\Adobe\
Property(N): PROVIDERS2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\
Property(N): ADOBE4 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Adobe\
Property(N): PLUGINS2 = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\11.0\Linguistics\Providers\Plugins2\
Property(N): ADOBEHUNSPELLPLUGIN = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\
Property(N): PLUGINS21 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\Linguistics\Providers\Plugins2\
Property(N): ADOBEHUNSPELLPLUGIN1 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\
Property(N): PLUGINS22 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\
Property(N): CommonFilesFolder = C:\Program Files\Common Files\
Property(N): ADOBE_COMMON = C:\Program Files\Common Files\Adobe\
Property(N): AIR = C:\Program Files\Adobe\Reader 11.0\Reader\AIR\
Property(N): READER = C:\Program Files\Adobe\Reader 11.0\Reader\
Property(N): TARGETDIR = C:\
Property(N): ALLUSERSPROFILE = C:\ProgramData\
Property(N): CommonAppDataFolder = C:\ProgramData\
Property(N): ALLUSERS_APPDATA_ADOBE = C:\ProgramData\Adobe\
Property(N): ALLUSERS_APPDATA_ADOBE_ACROBAT = C:\ProgramData\Adobe\Acrobat\
Property(N): ALLUSERS_APPDATA_ADOBE_ACROBAT_9 = C:\ProgramData\Adobe\Acrobat\11.0\
Property(N): ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE = C:\ProgramData\Adobe\Acrobat\11.0\Replicate\
Property(N): ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE_SECURITY = C:\ProgramData\Adobe\Acrobat\11.0\Replicate\Security\
Property(N): PLUG_INS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\
Property(N): ANNOTATIONS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\
Property(N): ARM = C:\Program Files\Common Files\Adobe\ARM\
Property(N): ARM_1.0 = C:\Program Files\Common Files\Adobe\ARM\1.0\
Property(N): DICTIONARIES = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\
Property(N): AR_AE = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\ar_AE\
Property(N): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(N): AppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\
Property(N): BG_BG = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\bg_BG\
Property(N): BG_BG1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\bg_BG\
Property(N): SUPPLEMENTALDICTIONARIES = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\
Property(N): BG_BG2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\bg_BG\
Property(N): BROWSER = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): BROWSER_IE = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): CACHE_SETUP_FILES = C:\Program Files\Adobe\Reader 11.0\Setup Files\
Property(N): CACHE_DIR = C:\Program Files\Adobe\Reader 11.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AB0000000001}\
Property(N): CACHE_DIR_TRANSFORM = C:\Program Files\Adobe\Reader 11.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AB0000000001}\Transforms\
Property(N): CA_ES = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\ca_ES\
Property(N): CA_ES1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\ca_ES\
Property(N): CA_ES2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\ca_ES\
Property(N): RESOURCE = C:\Program Files\Adobe\Reader 11.0\Resource\
Property(N): CIDFONT = C:\Program Files\Adobe\Reader 11.0\Resource\CIDFont\
Property(N): CMAP = C:\Program Files\Adobe\Reader 11.0\Resource\CMap\
Property(N): COMMON_ADOBE_HELP = C:\Program Files\Common Files\Adobe\HelpCfg\
Property(N): COMMON_ADOBE_HELP_CAT = C:\Program Files\Common Files\Adobe\HelpCfg\ca_ES\
Property(N): COMMON_ADOBE_HELP_CHS = C:\Program Files\Common Files\Adobe\HelpCfg\zh_CN\
Property(N): COMMON_ADOBE_HELP_CHT = C:\Program Files\Common Files\Adobe\HelpCfg\zh_TW\
Property(N): COMMON_ADOBE_HELP_CZE = C:\Program Files\Common Files\Adobe\HelpCfg\cs_CZ\
Property(N): COMMON_ADOBE_HELP_DAN = C:\Program Files\Common Files\Adobe\HelpCfg\da_DK\
Property(N): COMMON_ADOBE_HELP_DEU = C:\Program Files\Common Files\Adobe\HelpCfg\de_DE\
Property(N): COMMON_ADOBE_HELP_ENU = C:\Program Files\Common Files\Adobe\HelpCfg\en_US\
Property(N): COMMON_ADOBE_HELP_ESP = C:\Program Files\Common Files\Adobe\HelpCfg\es_ES\
Property(N): COMMON_ADOBE_HELP_EUQ = C:\Program Files\Common Files\Adobe\HelpCfg\eu_ES\
Property(N): COMMON_ADOBE_HELP_FRA = C:\Program Files\Common Files\Adobe\HelpCfg\fr_FR\
Property(N): COMMON_ADOBE_HELP_HRV = C:\Program Files\Common Files\Adobe\HelpCfg\hr_HR\
Property(N): COMMON_ADOBE_HELP_HUN = C:\Program Files\Common Files\Adobe\HelpCfg\hu_HU\
Property(N): COMMON_ADOBE_HELP_ITA = C:\Program Files\Common Files\Adobe\HelpCfg\it_IT\
Property(N): COMMON_ADOBE_HELP_JPN = C:\Program Files\Common Files\Adobe\HelpCfg\ja_JP\
Property(N): COMMON_ADOBE_HELP_KOR = C:\Program Files\Common Files\Adobe\HelpCfg\ko_KR\
Property(N): COMMON_ADOBE_HELP_NLD = C:\Program Files\Common Files\Adobe\HelpCfg\nl_NL\
Property(N): COMMON_ADOBE_HELP_NOR = C:\Program Files\Common Files\Adobe\HelpCfg\nb_NO\
Property(N): COMMON_ADOBE_HELP_POL = C:\Program Files\Common Files\Adobe\HelpCfg\pl_PL\
Property(N): COMMON_ADOBE_HELP_PTB = C:\Program Files\Common Files\Adobe\HelpCfg\pt_BR\
Property(N): COMMON_ADOBE_HELP_RUM = C:\Program Files\Common Files\Adobe\HelpCfg\ro_RO\
Property(N): COMMON_ADOBE_HELP_RUS = C:\Program Files\Common Files\Adobe\HelpCfg\ru_RU\
Property(N): COMMON_ADOBE_HELP_SKY = C:\Program Files\Common Files\Adobe\HelpCfg\sk_SK\
Property(N): COMMON_ADOBE_HELP_SLV = C:\Program Files\Common Files\Adobe\HelpCfg\sl_SI\
Property(N): COMMON_ADOBE_HELP_SUO = C:\Program Files\Common Files\Adobe\HelpCfg\fi_FI\
Property(N): COMMON_ADOBE_HELP_SVE = C:\Program Files\Common Files\Adobe\HelpCfg\sv_SE\
Property(N): COMMON_ADOBE_HELP_TUR = C:\Program Files\Common Files\Adobe\HelpCfg\tr_TR\
Property(N): COMMON_ADOBE_HELP_UKR = C:\Program Files\Common Files\Adobe\HelpCfg\uk_UA\
Property(N): COMMON_LINGUISTIC = C:\Program Files\Adobe\Reader 11.0\Resource\Linguistics\
Property(N): COMMON_ADOBE_PROVIDERS = C:\Program Files\Adobe\Reader 11.0\Resource\Linguistics\Providers\
Property(N): COMMON_ADOBE_PROVIDERS_PROXIMITY = C:\Program Files\Adobe\Reader 11.0\Resource\Linguistics\Providers\Proximity\
Property(N): COMMON_ADOBE_PROVIDERS_PROXIMITY_1100 = C:\Program Files\Adobe\Reader 11.0\Resource\Linguistics\Providers\Proximity\11.00\
Property(N): COMMON_ADOBE_PROVIDERS_PROXIMITY_1100_NCL3S4PNTX = C:\Program Files\Adobe\Reader 11.0\Resource\Linguistics\Providers\Proximity\11.00\NC-L3S4PNTX\
Property(N): COMMON_FILES = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\
Property(N): COMMON_FILES1 = C:\Program Files\Adobe\Common Files\
Property(N): COMMON_LINGUISTIC_LANGUAGENAMES = C:\Program Files\Adobe\Reader 11.0\Resource\Linguistics\LanguageNames2\
Property(N): CS_CZ = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\cs_CZ\
Property(N): CS_CZ1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\cs_CZ\
Property(N): CS_CZ2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\cs_CZ\
Property(N): CommonFiles64Folder = C:\
Property(N): DA_DK = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\da_DK\
Property(N): DA_DK1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\da_DK\
Property(N): DA_DK2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\da_DK\
Property(N): DE_CH = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\de_CH\
Property(N): DE_CH1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\de_CH\
Property(N): DE_CH2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\de_CH\
Property(N): DE_DE = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\de_DE\
Property(N): DE_DE1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\de_DE\
Property(N): DE_DE2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\de_DE\
Property(N): DOCSETTINGS = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\
Property(N): DOCSETTINGS_PORTFOLIO = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\
Property(N): DOCSETTINGS_PORTFOLIO_CHS = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\CHS\
Property(N): DOCSETTINGS_PORTFOLIO_CHT = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\CHT\
Property(N): DOCSETTINGS_PORTFOLIO_CZE = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\CZE\
Property(N): DOCSETTINGS_PORTFOLIO_DAN = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\DAN\
Property(N): DOCSETTINGS_PORTFOLIO_DEU = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\DEU\
Property(N): DOCSETTINGS_PORTFOLIO_ENU = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\ENU\
Property(N): DOCSETTINGS_PORTFOLIO_ESP = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\ESP\
Property(N): DOCSETTINGS_PORTFOLIO_FRA = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\FRA\
Property(N): DOCSETTINGS_PORTFOLIO_HRV = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\HRV\
Property(N): DOCSETTINGS_PORTFOLIO_HUN = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\HUN\
Property(N): DOCSETTINGS_PORTFOLIO_ITA = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\ITA\
Property(N): DOCSETTINGS_PORTFOLIO_JPN = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\JPN\
Property(N): DOCSETTINGS_PORTFOLIO_KOR = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\KOR\
Property(N): DOCSETTINGS_PORTFOLIO_NLD = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\NLD\
Property(N): DOCSETTINGS_PORTFOLIO_NOR = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\NOR\
Property(N): DOCSETTINGS_PORTFOLIO_POL = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\POL\
Property(N): DOCSETTINGS_PORTFOLIO_PTB = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\PTB\
Property(N): DOCSETTINGS_PORTFOLIO_RUM = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\RUM\
Property(N): DOCSETTINGS_PORTFOLIO_RUS = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\RUS\
Property(N): DOCSETTINGS_PORTFOLIO_SKY = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\SKY\
Property(N): DOCSETTINGS_PORTFOLIO_SLV = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\SLV\
Property(N): DOCSETTINGS_PORTFOLIO_SUO = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\SUO\
Property(N): DOCSETTINGS_PORTFOLIO_SVE = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\SVE\
Property(N): DOCSETTINGS_PORTFOLIO_TUR = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\TUR\
Property(N): DOCSETTINGS_PORTFOLIO_UKR = C:\Program Files\Adobe\Reader 11.0\Reader\DocSettings\Portfolio\UKR\
Property(N): DesktopFolder = C:\Users\Public\Desktop\
Property(N): EL_GR = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\el_GR\
Property(N): EL_GR1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\el_GR\
Property(N): EL_GR2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\el_GR\
Property(N): EN_CA = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\en_CA\
Property(N): EN_CA1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\en_CA\
Property(N): EN_CA2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\en_CA\
Property(N): EN_GB = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\en_GB\
Property(N): EN_GB1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\en_GB\
Property(N): EN_GB2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\en_GB\
Property(N): EN_US = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\en_US\
Property(N): EN_US1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\en_US\
Property(N): EN_US2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\en_US\
Property(N): ESL_DIR = C:\Program Files\Adobe\Reader 11.0\Esl\
Property(N): ES_ES = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\es_ES\
Property(N): ES_ES1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\es_ES\
Property(N): ES_ES2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\es_ES\
Property(N): ET_EE = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\et_EE\
Property(N): ET_EE1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\et_EE\
Property(N): ET_EE2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\et_EE\
Property(N): EU_ES = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\eu_ES\
Property(N): FI_FI = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\fi_FI\
Property(N): FONT = C:\Program Files\Adobe\Reader 11.0\Resource\Font\
Property(N): FR_CA = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\fr_CA\
Property(N): FR_FR = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\fr_FR\
Property(N): FR_FR1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\fr_FR\
Property(N): FR_FR2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\fr_FR\
Property(N): LOCALE = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\
Property(N): FR_MA = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\fr_MA\
Property(N): FavoritesFolder = C:\Windows\system32\config\systemprofile\Favorites\
Property(N): FontsFolder = C:\Windows\Fonts\
Property(N): GlobalAssemblyCache = C:\
Property(N): HE_IL = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\he_IL\
Property(N): HR_HR = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\hr_HR\
Property(N): HR_HR1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\hr_HR\
Property(N): HR_HR2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\hr_HR\
Property(N): HU_HU = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\hu_HU\
Property(N): HU_HU1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\hu_HU\
Property(N): HU_HU2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\hu_HU\
Property(N): IDTEMPLATES = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\
Property(N): IDTEMPLATES_CAT = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\CAT\
Property(N): IDTEMPLATES_CHS = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\CHS\
Property(N): IDTEMPLATES_CHT = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\CHT\
Property(N): IDTEMPLATES_CZE = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\CZE\
Property(N): IDTEMPLATES_DAN = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\DAN\
Property(N): IDTEMPLATES_DEU = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\DEU\
Property(N): IDTEMPLATES_ENU = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\ENU\
Property(N): IDTEMPLATES_ESP = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\ESP\
Property(N): IDTEMPLATES_EUQ = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\EUQ\
Property(N): IDTEMPLATES_FRA = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\FRA\
Property(N): IDTEMPLATES_HRV = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\HRV\
Property(N): IDTEMPLATES_HUN = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\HUN\
Property(N): IDTEMPLATES_ITA = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\ITA\
Property(N): IDTEMPLATES_JPN = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\JPN\
Property(N): IDTEMPLATES_KOR = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\KOR\
Property(N): IDTEMPLATES_NLD = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\NLD\
Property(N): IDTEMPLATES_NOR = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\NOR\
Property(N): IDTEMPLATES_POL = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\POL\
Property(N): IDTEMPLATES_PTB = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\PTB\
Property(N): IDTEMPLATES_RUM = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\RUM\
Property(N): IDTEMPLATES_RUS = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\RUS\
Property(N): IDTEMPLATES_SKY = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\SKY\
Property(N): IDTEMPLATES_SLV = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\SLV\
Property(N): IDTEMPLATES_SUO = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\SUO\
Property(N): IDTEMPLATES_SVE = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\SVE\
Property(N): IDTEMPLATES_TUR = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\TUR\
Property(N): IDTEMPLATES_UKR = C:\Program Files\Adobe\Reader 11.0\Reader\IDTemplates\UKR\
Property(N): READER_11.0 = C:\Program Files\Adobe\Reader 11.0\
Property(N): IT_IT = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\it_IT\
Property(N): IT_IT1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\it_IT\
Property(N): IT_IT2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\it_IT\
Property(N): JAVASCRIPTS = C:\Program Files\Adobe\Reader 11.0\Reader\Javascripts\
Property(N): LINGUISTICS1 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\Linguistics\
Property(N): LANGUAGENAME2 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\Linguistics\LanguageName2\
Property(N): LINGUISTICS2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\
Property(N): LANGUAGENAME21 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\LanguageName2\
Property(N): LANGUAGENAMES2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\LanguageNames2\
Property(N): LEGAL = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\
Property(N): LEGAL_CAT = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\CAT\
Property(N): LEGAL_CHS = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\CHS\
Property(N): LEGAL_CHT = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\CHT\
Property(N): LEGAL_CZE = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\CZE\
Property(N): LEGAL_DAN = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\DAN\
Property(N): LEGAL_DEU = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\DEU\
Property(N): LEGAL_ENU = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\ENU\
Property(N): LEGAL_ESP = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\ESP\
Property(N): LEGAL_EUQ = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\EUQ\
Property(N): LEGAL_FRA = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\FRA\
Property(N): LEGAL_HRV = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\HRV\
Property(N): LEGAL_HUN = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\HUN\
Property(N): LEGAL_ITA = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\ITA\
Property(N): LEGAL_JPN = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\JPN\
Property(N): LEGAL_KOR = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\KOR\
Property(N): LEGAL_NLD = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\NLD\
Property(N): LEGAL_NOR = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\NOR\
Property(N): LEGAL_POL = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\POL\
Property(N): LEGAL_PTB = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\PTB\
Property(N): LEGAL_RUM = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\RUM\
Property(N): LEGAL_RUS = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\RUS\
Property(N): LEGAL_SKY = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\SKY\
Property(N): LEGAL_SLV = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\SLV\
Property(N): LEGAL_SUO = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\SUO\
Property(N): LEGAL_SVE = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\SVE\
Property(N): LEGAL_TUR = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\TUR\
Property(N): LEGAL_UKR = C:\Program Files\Adobe\Reader 11.0\Reader\Legal\UKR\
Property(N): _1.0 = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\11.0\
Property(N): LINGUISTICS = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\11.0\Linguistics\
Property(N): _1.01 = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\11.0\
Property(N): _1.02 = C:\Program Files\Common Files\Adobe\Reader\11.0\
Property(N): LOCALE_CA_ES = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ca_ES\
Property(N): LOCALE_CS_CZ = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\cs_CZ\
Property(N): LOCALE_DA_DK = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\da_DK\
Property(N): LOCALE_DE_DE = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\de_DE\
Property(N): LOCALE_ES_ES = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\es_ES\
Property(N): LOCALE_EU_ES = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\eu_ES\
Property(N): LOCALE_FI_FI = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\fi_FI\
Property(N): LOCALE_FR_FR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\fr_FR\
Property(N): LOCALE_HR_HR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\hr_HR\
Property(N): LOCALE_HU_HU = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\hu_HU\
Property(N): LOCALE_IT_IT = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\it_IT\
Property(N): LOCALE_JA_JP = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ja_JP\
Property(N): LOCALE_KO_KR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ko_KR\
Property(N): LOCALE_NB_NO = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\nb_NO\
Property(N): LOCALE_NL_NL = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\nl_NL\
Property(N): LOCALE_PL_PL = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\pl_PL\
Property(N): LOCALE_PT_BR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\pt_BR\
Property(N): LOCALE_RO_RO = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ro_RO\
Property(N): LOCALE_RU_RU = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ru_RU\
Property(N): LOCALE_SK_SK = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\sk_SK\
Property(N): LOCALE_SL_SI = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\sl_SI\
Property(N): LOCALE_SV_SE = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\sv_SE\
Property(N): LOCALE_TR_TR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\tr_TR\
Property(N): LOCALE_UK_UA = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\uk_UA\
Property(N): LOCALE_ZH_CN = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\zh_CN\
Property(N): LOCALE_ZH_TW = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\zh_TW\
Property(N): LT_LT = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\lt_LT\
Property(N): LT_LT1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\lt_LT\
Property(N): LT_LT2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\lt_LT\
Property(N): LV_LV = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\lv_LV\
Property(N): LV_LV1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\lv_LV\
Property(N): LV_LV2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\lv_LV\
Property(N): LocalAppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Local\
Property(N): MOZILLA_1 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_2 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_3 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_4 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_5 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_6 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_7 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MOZILLA_8 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): MPP = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\
Property(N): MPP_CZE = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_CZE\
Property(N): MPP_HRV = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_HRV\
Property(N): MPP_HUN = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_HUN\
Property(N): MPP_POL = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_POL\
Property(N): MPP_RUM = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_RUM\
Property(N): MPP_RUS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_RUS\
Property(N): MPP_SKY = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_SKY\
Property(N): MPP_SLV = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_SLV\
Property(N): MPP_TUR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_TUR\
Property(N): MPP_UKR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP_UKR\
Property(N): MULTIMEDIA_MPP_CAT = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_CHS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_CHT = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_DAN = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_DEU = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_ESP = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_EUQ = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_FRA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_ITA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_JAPN = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_KOR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_NLD = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_NOR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_PTB = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_SUO = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MULTIMEDIA_MPP_SVE = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Multimedia\MPP\
Property(N): MyPicturesFolder = C:\Windows\system32\config\systemprofile\Pictures\
Property(N): NB_NO = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\nb_NO\
Property(N): NB_NO1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\nb_NO\
Property(N): NB_NO2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\nb_NO\
Property(N): NETSCAPE_3 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): NETSCAPE_4 = C:\Program Files\Adobe\Reader 11.0\Reader\Browser\
Property(N): NL_NL = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\nl_NL\
Property(N): NL_NL1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\nl_NL\
Property(N): NL_NL2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\nl_NL\
Property(N): NN_NO = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\nn_NO\
Property(N): NN_NO1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\nn_NO\
Property(N): NN_NO2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\nn_NO\
Property(N): ONLINE_HELP = C:\Program Files\Common Files\Adobe\Help\
Property(N): ONLINE_HELP_CA_ES = C:\Program Files\Common Files\Adobe\Help\ca_es\
Property(N): ONLINE_HELP_CA_ES_RDR = C:\Program Files\Common Files\Adobe\Help\ca_es\reader\
Property(N): ONLINE_HELP_CA_ES_RDRX = C:\Program Files\Common Files\Adobe\Help\ca_es\reader\X\
Property(N): ONLINE_HELP_CS_CZ = C:\Program Files\Common Files\Adobe\Help\cs_cz\
Property(N): ONLINE_HELP_CS_CZ_RDR = C:\Program Files\Common Files\Adobe\Help\cs_cz\reader\
Property(N): ONLINE_HELP_CS_CZ_RDRX = C:\Program Files\Common Files\Adobe\Help\cs_cz\reader\X\
Property(N): ONLINE_HELP_DA_DK = C:\Program Files\Common Files\Adobe\Help\da_dk\
Property(N): ONLINE_HELP_DA_DK_RDR = C:\Program Files\Common Files\Adobe\Help\da_dk\reader\
Property(N): ONLINE_HELP_DA_DK_RDRX = C:\Program Files\Common Files\Adobe\Help\da_dk\reader\X\
Property(N): ONLINE_HELP_DE_DE = C:\Program Files\Common Files\Adobe\Help\de_de\
Property(N): ONLINE_HELP_DE_DE_RDR = C:\Program Files\Common Files\Adobe\Help\de_de\reader\
Property(N): ONLINE_HELP_DE_DE_RDRX = C:\Program Files\Common Files\Adobe\Help\de_de\reader\X\
Property(N): ONLINE_HELP_EN_US = C:\Program Files\Common Files\Adobe\Help\en_us\
Property(N): ONLINE_HELP_EN_US_RDR = C:\Program Files\Common Files\Adobe\Help\en_us\reader\
Property(N): ONLINE_HELP_EN_US_RDRX = C:\Program Files\Common Files\Adobe\Help\en_us\reader\X\
Property(N): ONLINE_HELP_ES_ES = C:\Program Files\Common Files\Adobe\Help\es_es\
Property(N): ONLINE_HELP_ES_ES_RDR = C:\Program Files\Common Files\Adobe\Help\es_es\reader\
Property(N): ONLINE_HELP_ES_ES_RDRX = C:\Program Files\Common Files\Adobe\Help\es_es\reader\X\
Property(N): ONLINE_HELP_EU_ES = C:\Program Files\Common Files\Adobe\Help\eu_ES\
Property(N): ONLINE_HELP_EU_ES_RDR = C:\Program Files\Common Files\Adobe\Help\eu_ES\reader\
Property(N): ONLINE_HELP_EU_ES_RDRX = C:\Program Files\Common Files\Adobe\Help\eu_ES\reader\X\
Property(N): ONLINE_HELP_FI_FI = C:\Program Files\Common Files\Adobe\Help\fi_fi\
Property(N): ONLINE_HELP_FI_FI_RDR = C:\Program Files\Common Files\Adobe\Help\fi_fi\reader\
Property(N): ONLINE_HELP_FI_FI_RDRX = C:\Program Files\Common Files\Adobe\Help\fi_fi\reader\X\
Property(N): ONLINE_HELP_FR_FR = C:\Program Files\Common Files\Adobe\Help\fr_fr\
Property(N): ONLINE_HELP_FR_FR_RDR = C:\Program Files\Common Files\Adobe\Help\fr_fr\reader\
Property(N): ONLINE_HELP_FR_FR_RDRX = C:\Program Files\Common Files\Adobe\Help\fr_fr\reader\X\
Property(N): ONLINE_HELP_HR_HR = C:\Program Files\Common Files\Adobe\Help\hr_hr\
Property(N): ONLINE_HELP_HR_HR_RDR = C:\Program Files\Common Files\Adobe\Help\hr_hr\reader\
Property(N): ONLINE_HELP_HR_HR_RDRX = C:\Program Files\Common Files\Adobe\Help\hr_hr\reader\X\
Property(N): ONLINE_HELP_HU_HU = C:\Program Files\Common Files\Adobe\Help\hu_hu\
Property(N): ONLINE_HELP_HU_HU_RDR = C:\Program Files\Common Files\Adobe\Help\hu_hu\reader\
Property(N): ONLINE_HELP_HU_HU_RDRX = C:\Program Files\Common Files\Adobe\Help\hu_hu\reader\X\
Property(N): ONLINE_HELP_IT_IT = C:\Program Files\Common Files\Adobe\Help\it_it\
Property(N): ONLINE_HELP_IT_IT_RDR = C:\Program Files\Common Files\Adobe\Help\it_it\reader\
Property(N): ONLINE_HELP_IT_IT_RDRX = C:\Program Files\Common Files\Adobe\Help\it_it\reader\X\
Property(N): ONLINE_HELP_JA_JP = C:\Program Files\Common Files\Adobe\Help\ja_jp\
Property(N): ONLINE_HELP_JA_JP_RDR = C:\Program Files\Common Files\Adobe\Help\ja_jp\reader\
Property(N): ONLINE_HELP_JA_JP_RDRX = C:\Program Files\Common Files\Adobe\Help\ja_jp\reader\X\
Property(N): ONLINE_HELP_KO_KR = C:\Program Files\Common Files\Adobe\Help\ko_kr\
Property(N): ONLINE_HELP_KO_KR_RDR = C:\Program Files\Common Files\Adobe\Help\ko_kr\reader\
Property(N): ONLINE_HELP_KO_KR_RDRX = C:\Program Files\Common Files\Adobe\Help\ko_kr\reader\X\
Property(N): ONLINE_HELP_NB_NO = C:\Program Files\Common Files\Adobe\Help\nb_no\
Property(N): ONLINE_HELP_NB_NO_RDR = C:\Program Files\Common Files\Adobe\Help\nb_no\reader\
Property(N): ONLINE_HELP_NB_NO_RDRX = C:\Program Files\Common Files\Adobe\Help\nb_no\reader\X\
Property(N): ONLINE_HELP_NL_NL = C:\Program Files\Common Files\Adobe\Help\nl_nl\
Property(N): ONLINE_HELP_NL_NL_RDR = C:\Program Files\Common Files\Adobe\Help\nl_nl\reader\
Property(N): ONLINE_HELP_NL_NL_RDRX = C:\Program Files\Common Files\Adobe\Help\nl_nl\reader\X\
Property(N): ONLINE_HELP_PL_PL = C:\Program Files\Common Files\Adobe\Help\pl_pl\
Property(N): ONLINE_HELP_PL_PL_RDR = C:\Program Files\Common Files\Adobe\Help\pl_pl\reader\
Property(N): ONLINE_HELP_PL_PL_RDRX = C:\Program Files\Common Files\Adobe\Help\pl_pl\reader\X\
Property(N): ONLINE_HELP_PT_BR = C:\Program Files\Common Files\Adobe\Help\pt_br\
Property(N): ONLINE_HELP_PT_BR_RDR = C:\Program Files\Common Files\Adobe\Help\pt_br\reader\
Property(N): ONLINE_HELP_PT_BR_RDRX = C:\Program Files\Common Files\Adobe\Help\pt_br\reader\X\
Property(N): ONLINE_HELP_RO_RO = C:\Program Files\Common Files\Adobe\Help\ro_ro\
Property(N): ONLINE_HELP_RO_RO_RDR = C:\Program Files\Common Files\Adobe\Help\ro_ro\reader\
Property(N): ONLINE_HELP_RO_RO_RDRX = C:\Program Files\Common Files\Adobe\Help\ro_ro\reader\X\
Property(N): ONLINE_HELP_RU_RU = C:\Program Files\Common Files\Adobe\Help\ru_ru\
Property(N): ONLINE_HELP_RU_RU_RDR = C:\Program Files\Common Files\Adobe\Help\ru_ru\reader\
Property(N): ONLINE_HELP_RU_RU_RDRX = C:\Program Files\Common Files\Adobe\Help\ru_ru\reader\X\
Property(N): ONLINE_HELP_SK_SK = C:\Program Files\Common Files\Adobe\Help\sk_sk\
Property(N): ONLINE_HELP_SK_SK_RDR = C:\Program Files\Common Files\Adobe\Help\sk_sk\reader\
Property(N): ONLINE_HELP_SK_SK_RDRX = C:\Program Files\Common Files\Adobe\Help\sk_sk\reader\X\
Property(N): ONLINE_HELP_SL_SI = C:\Program Files\Common Files\Adobe\Help\sl_si\
Property(N): ONLINE_HELP_SL_SI_RDR = C:\Program Files\Common Files\Adobe\Help\sl_si\reader\
Property(N): ONLINE_HELP_SL_SI_RDRX = C:\Program Files\Common Files\Adobe\Help\sl_si\reader\X\
Property(N): ONLINE_HELP_SV_SE = C:\Program Files\Common Files\Adobe\Help\sv_se\
Property(N): ONLINE_HELP_SV_SE_RDR = C:\Program Files\Common Files\Adobe\Help\sv_se\reader\
Property(N): ONLINE_HELP_SV_SE_RDRX = C:\Program Files\Common Files\Adobe\Help\sv_se\reader\X\
Property(N): ONLINE_HELP_TR_TR = C:\Program Files\Common Files\Adobe\Help\tr_tr\
Property(N): ONLINE_HELP_TR_TR_RDR = C:\Program Files\Common Files\Adobe\Help\tr_tr\reader\
Property(N): ONLINE_HELP_TR_TR_RDRX = C:\Program Files\Common Files\Adobe\Help\tr_tr\reader\X\
Property(N): ONLINE_HELP_UK_UA = C:\Program Files\Common Files\Adobe\Help\uk_ua\
Property(N): ONLINE_HELP_UK_UA_RDR = C:\Program Files\Common Files\Adobe\Help\uk_ua\reader\
Property(N): ONLINE_HELP_UK_UA_RDRX = C:\Program Files\Common Files\Adobe\Help\uk_ua\reader\X\
Property(N): ONLINE_HELP_ZH_CN = C:\Program Files\Common Files\Adobe\Help\zh_cn\
Property(N): ONLINE_HELP_ZH_CN_RDR = C:\Program Files\Common Files\Adobe\Help\zh_cn\reader\
Property(N): ONLINE_HELP_ZH_CN_RDRX = C:\Program Files\Common Files\Adobe\Help\zh_cn\reader\X\
Property(N): ONLINE_HELP_ZH_TW = C:\Program Files\Common Files\Adobe\Help\zh_tw\
Property(N): ONLINE_HELP_ZH_TW_RDR = C:\Program Files\Common Files\Adobe\Help\zh_tw\reader\
Property(N): ONLINE_HELP_ZH_TW_RDRX = C:\Program Files\Common Files\Adobe\Help\zh_tw\reader\X\
Property(N): PFM = C:\Program Files\Adobe\Reader 11.0\Resource\Font\PFM\
Property(N): PI_BROKERS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\pi_brokers\
Property(N): PLUGINS_3D = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins3d\
Property(N): PLUGINS_3D_PRC = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins3d\prc\
Property(N): PLUG_INS_ACROFORM = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\AcroForm\
Property(N): PLUG_INS_ACROFORM_PMP = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\AcroForm\PMP\
Property(N): PL_PL = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\pl_PL\
Property(N): PL_PL1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\pl_PL\
Property(N): PL_PL2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\pl_PL\
Property(N): PT_BR = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\pt_BR\
Property(N): PT_BR1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\pt_BR\
Property(N): PT_BR2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\pt_BR\
Property(N): PT_PT = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\pt_PT\
Property(N): PT_PT1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\pt_PT\
Property(N): PT_PT2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\pt_PT\
Property(N): PersonalFolder = C:\Windows\system32\config\systemprofile\Documents\
Property(N): PrimaryVolumePath = C:\
Property(N): ProgramFiles64Folder = C:\
Property(N): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(N): READER1 = C:\Program Files\Adobe\Reader 11.0\Adobe\Common Files\Reader\
Property(N): READER2 = C:\Program Files\Common Files\Adobe\Reader\
Property(N): RO_RO = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\ro_RO\
Property(N): RO_RO1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\ro_RO\
Property(N): RO_RO2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\ro_RO\
Property(N): RU_RU = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\ru_RU\
Property(N): RU_RU1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\ru_RU\
Property(N): RU_RU2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\ru_RU\
Property(N): SASIPREP = C:\Program Files\Adobe\Reader 11.0\Resource\SaslPrep\
Property(N): SERVICES = C:\Program Files\Adobe\Reader 11.0\Reader\Services\
Property(N): SERVICES1 = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\fr_MA\Services\
Property(N): SERVICES_CA_ES = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ca_ES\Services\
Property(N): SERVICES_CS_CZ = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\cs_CZ\Services\
Property(N): SERVICES_DA_DK = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\da_DK\Services\
Property(N): SERVICES_DE_DE = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\de_DE\Services\
Property(N): SERVICES_ES_ES = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\es_ES\Services\
Property(N): SERVICES_EU_ES = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\eu_ES\Services\
Property(N): SERVICES_FI_FI = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\fi_FI\Services\
Property(N): SERVICES_FR_FR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\fr_FR\Services\
Property(N): SERVICES_HR_HR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\hr_HR\Services\
Property(N): SERVICES_HU_HU = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\hu_HU\Services\
Property(N): SERVICES_IT_IT = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\it_IT\Services\
Property(N): SERVICES_JA_JP = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ja_JP\Services\
Property(N): SERVICES_KO_KR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ko_KR\Services\
Property(N): SERVICES_NB_NO = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\nb_NO\Services\
Property(N): SERVICES_NL_NL = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\nl_NL\Services\
Property(N): SERVICES_PL_PL = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\pl_PL\Services\
Property(N): SERVICES_PT_BR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\pt_BR\Services\
Property(N): SERVICES_RO_RO = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ro_RO\Services\
Property(N): SERVICES_RU_RU = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\ru_RU\Services\
Property(N): SERVICES_SK_SK = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\sk_SK\Services\
Property(N): SERVICES_SL_SI = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\sl_SI\Services\
Property(N): SERVICES_SV_SE = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\sv_SE\Services\
Property(N): SERVICES_TR_TR = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\tr_TR\Services\
Property(N): SERVICES_UK_UA = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\uk_UA\Services\
Property(N): SERVICES_ZH_CN = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\zh_CN\Services\
Property(N): SERVICES_ZH_TW = C:\Program Files\Adobe\Reader 11.0\Reader\Locale\zh_TW\Services\
Property(N): SK_SK = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\sk_SK\
Property(N): SK_SK1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\sk_SK\
Property(N): SK_SK2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\sk_SK\
Property(N): SL_SI = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\sl_SI\
Property(N): SL_SI1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\sl_SI\
Property(N): SL_SI2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\sl_SI\
Property(N): STAMP = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\
Property(N): STAMP_CAT = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\CAT\
Property(N): STAMP_CHS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\CHS\
Property(N): STAMP_CHT = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\CHT\
Property(N): STAMP_CZE = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\CZE\
Property(N): STAMP_DAN = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\DAN\
Property(N): STAMP_DEU = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\DEU\
Property(N): STAMP_ENU = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\ENU\
Property(N): STAMP_ESP = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\ESP\
Property(N): STAMP_EUQ = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\EUQ\
Property(N): STAMP_FRA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\FRA\
Property(N): STAMP_HRV = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\HRV\
Property(N): STAMP_HUN = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\HUN\
Property(N): STAMP_ITA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\ITA\
Property(N): STAMP_JPN = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\JPN\
Property(N): STAMP_KOR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\KOR\
Property(N): STAMP_NLD = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\NLD\
Property(N): STAMP_NOR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\NOR\
Property(N): STAMP_POL = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\POL\
Property(N): STAMP_PTB = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\PTB\
Property(N): STAMP_RUM = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\RUM\
Property(N): STAMP_RUS = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\RUS\
Property(N): STAMP_SKY = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\SKY\
Property(N): STAMP_SLV = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\SLV\
Property(N): STAMP_SUO = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\SUO\
Property(N): STAMP_SVE = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\SVE\
Property(N): STAMP_TUR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\TUR\
Property(N): STAMP_UKR = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\Annotations\Stamps\UKR\
Property(N): SV_SE = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\sv_SE\
Property(N): SV_SE1 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\sv_SE\
Property(N): SV_SE2 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\sv_SE\
Property(N): SendToFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(N): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(N): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(N): System16Folder = C:\Windows\system\
Property(N): System64Folder = C:\
Property(N): SystemFolder = C:\Windows\system32\
Property(N): TRACKER = C:\Program Files\Adobe\Reader 11.0\Reader\Tracker\
Property(N): TR_TR = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\tr_TR\
Property(N): TYPESPT = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\
Property(N): TYPESPT_UNICODE = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\Unicode\
Property(N): TYPESPT_UNICODE_ICU = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\Unicode\ICU\
Property(N): TYPESPT_UNICODE_MAPPINGS = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\Unicode\Mappings\
Property(N): TYPESPT_UNICODE_MAPPINGS_ADOBE = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\Unicode\Mappings\Adobe\
Property(N): TYPESPT_UNICODE_MAPPINGS_MAC = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\Unicode\Mappings\Mac\
Property(N): TYPESPT_UNICODE_MAPPINGS_WIN = C:\Program Files\Adobe\Reader 11.0\Resource\TypeSupport\Unicode\Mappings\win\
Property(N): TempFolder = C:\Windows\TEMP\
Property(N): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(N): UK_UA = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\uk_UA\
Property(N): USERPROFILE = C:\Users\Default\
Property(N): VDKHOME = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\
Property(N): VDKHOME_DEU = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\DEU\
Property(N): VDKHOME_ENU = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\ENU\
Property(N): VDKHOME_ESP = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\ESP\
Property(N): VDKHOME_FRA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\FRA\
Property(N): VDKHOME_ITA = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\ITA\
Property(N): VDKHOME_NLD = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\NLD\
Property(N): VDKHOME_SVE = C:\Program Files\Adobe\Reader 11.0\Reader\plug_ins\VDKHome\SVE\
Property(N): WindowsFolder = C:\Windows\
Property(N): WindowsVolume = C:\
Property(N): _005 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\nl_NL\2005\
Property(N): _0051 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\nl_NL\2005\
Property(N): _0052 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\nl_NL\2005\
Property(N): _006 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\de_CH\2006\
Property(N): _0061 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\de_DE\2006\
Property(N): _0062 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\de_DE\2006\
Property(N): _0063 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\de_CH\2006\
Property(N): _0064 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\de_DE\2006\
Property(N): _0065 = C:\Program Files\Common Files\Adobe\Reader\11.0\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\de_CH\2006\
Property(N): _ACROBAT_OR_READER_ = C:\Program Files\Adobe\Common Files\[Acrobat or Reader]\
Property(N): WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\Windows\
Property(N): SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\Windows\system32\
Property(N): ALLUSERS = 1
Property(N): DirectoryTable100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D = DirectoryTable
Property(N): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\
Property(N): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\system32\
Property(N): WinSxsDirectory.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\
Property(N): payload_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\
Property(N): payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\
Property(N): WinSxsManifests.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\Manifests\
Property(N): WinSxsPolicies.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\Policies\
Property(N): policydir.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\
Property(N): policydir_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\
Property(N): Dummy_Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54 = 1
Property(N): WinSxsDirectory.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A = C:\Windows\winsxs\
Property(N): payload_ul.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A = C:\Windows\winsxs\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_60a5df56e60dc5df\
Property(N): WinSxsPolicies.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A = C:\Windows\winsxs\Policies\
Property(N): policydir.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A = C:\Windows\winsxs\Policies\x86_policy.9.0.Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_b7353f75\
Property(N): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A = C:\Windows\
Property(N): Dummy_policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A = 1
Property(N): MIN_SYSTEM = C:\Windows\system32\Shdocvw.dll
Property(N): AS_INSTALLDIR = C:\Program Files\Adobe\Reader 11.0\
Property(N): AS_OPTIMIZE_ENABLED = YES
Property(N): AS_REPAIR_VERSION_LIST = A
Property(N): AS_OPTIMIZE_STATUS = #1
Property(N): READER_PATH = C:\Program Files\Adobe\Reader 11.0\Reader\
Property(N): ProductCode = {AC76BA86-7AD7-1033-7B44-AB0000000001}
Property(N): ApplicationUsers = AllUsers
Property(N): AgreeToLicense = No
Property(N): _IsMaintenance = Reinstall
Property(N): SetupType = Typical
Property(N): _IsSetupTypeMin = Typical
Property(N): ARPCONTACT = Customer Support
Property(N): ARPHELPLINK = http://www.adobe.com/support/main.html
Property(N): ARPREADME = C:\Program Files\Adobe\Reader 11.0\Readme.htm
Property(N): ARPURLINFOABOUT = http://www.adobe.com
Property(N): ARPURLUPDATEINFO = http://www.adobe.com/products/acrobat/readstep.html
Property(N): DefaultUIFont = Tahoma8
Property(N): ErrorDialog = SetupError
Property(N): INSTALLLEVEL = 100
Property(N): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available, please run ISScript.msi, or contact your support personnel for further assistance.
Property(N): Manufacturer = Adobe Systems Incorporated
Property(N): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(N): ProductID = none
Property(N): ProductLanguage = 1033
Property(N): ProductName = Adobe Reader XI (11.0.10)
Property(N): ProductVersion = 11.0.10
Property(N): ProgressType0 = install
Property(N): ProgressType1 = Installing
Property(N): ProgressType2 = installed
Property(N): ProgressType3 = installs
Property(N): RebootYesNo = Yes
Property(N): ReinstallModeText = omus
Property(N): TRACKINGKEY = Software\Adobe\Acrobat Reader\7.0
Property(N): ARPPRODUCTICON = SC_Reader.ico
Property(N): Cancel = 0
Property(N): RadioGroup = 0
Property(N): TypicalText = 0
Property(N): ARPCOMMENTS =
Property(N): ERROR_MIN_OVER_BIG = Setup has detected that you already have a more functional product installed. Setup will now terminate.
Property(N): SecureCustomProperties = DEFAULT_VERB;ACTIONPROPERTY;ELEMENTS;RDRMIN;RDRBIG;RDRBIG_8X;RDRBIG_9X;RDRBIG_10X;UT_FRB;UT_FRS;UT_AT;UT_AP1;UT_AP2;UT_AS1;UT_AS2;UT_A3D;UT_6X;UT_7X;UT_MM61;UT_MM62;UT_MM63;UT_EB61;UT_EB62;UT_EB63;AS_OPTIMIZE_ENABLED;ACROBAT_APP_PATH;AS_HKCR_EXE;PDFSHELL_LOCALSERVER_COMMAND;PDF_DEFAULTICON;PDF_PREVIEW_HANDERLER_DLL;PDF_PREVIEW_HANDERLER_HELPDIR;DISABLE_PDFOWNERSHIP_RESTORE;PDF_INPROCSERVER_VIEWERPS;READER_PATH;IS_CURRENT_PDFOWNER;SUPPRESSLANGSELECTION;MIN_SYSTEM;ACROBAT_11_INSTALLED;AS_INSTALLDIR;ARM_COLLECT;BLOCK_APP_TIMEOUT;BLOCK_ENTRYPOINT_LOGGING;UPDATE_MODE;UPDATE_UI_MODE;PDX_DEFAULT_PROGID;DEFAULT_PROGID;OWNERSHIP_STATE;PDF_INTEGRATION;ENABLE_OPTIMIZATION;DEFAULT_PDF_PROGID;DEFAULT_CURVER_PROGID;PDF_ACROBROKER_PATH;INSTALLMAJORVERSION;ARMED;DEFAULT_LAUNCH_URL;DEFAULT_LAUNCH_URL_OLD;DEFAULT_ATTACHMENT_WHITELIST;DEFAULT_ATTACHMENT_WHITELIST_OLD
Property(N): BrandName = Adobe Reader XI (11.0.10)
Property(N): ISVROOT_PORT_NO = 0
Property(N): IsMinIE_Message = requires Internet Explorer 7.0 or greater. Please visit www.microsoft.com to upgrade Internet Explorer.
Property(N): ISLANGFLAG = ENU
Property(N): FilesLabel = 0
Property(N): DisallowRunFromSource = 1
Property(N): AppsInUseSilentAbort = A process is running that cannot be shut down by Setup. Please either close all applications and run Setup again, or restart your computer and run Setup again.
Property(N): ENABLE_CACHE_FILES = YES
Property(N): OLE_VERB_OPEN = &Open,0,2
Property(N): REINSTALLMODE = omus
Property(N): Elevated = 1
Property(N): ENABLE_OPTIMIZATION = YES
Property(N): ERROR_DEFRAG_MSG = Optimizing performance ...
Property(N): ERROR_DEFRAG_ADTEMPLATE = Completed [1]% of process
Property(N): ERROR_CANNOT_OPTIMIZE_DISK = NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
Property(N): EULA_ACCEPT = NO
Property(N): DISABLE_BROWSER_INTEGRATION = NO
Property(N): AcroIEHelper_Description = Adobe PDF Reader Link Helper
Property(N): ADMIN_INSTALL = NO
Property(N): AdminProperties = ADMIN_INSTALL
Property(N): REMOVE_PREVIOUS = YES
Property(N): SYNCHRONIZER = YES
Property(N): OpenWith = Open with Adobe Reader XI
Property(N): SetupCacheExport =
Property(N): LC_UNSUPPORTED_OS = This application cannot be installed on this operating system. Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
Property(N): ApplicationList = 0
Property(N): DEFAULT_ATTACHMENT_WHITELIST = version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.chm:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3|.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3|.ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3|.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops:3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb:3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3|.vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2|.jar:3|.pkg:3|.tool:3|.term:3|.acm:3|.asa:3|.aspx:3|.ax:3|.ad:3|.application:3|.asx:3|.cer:3|.cfg:3|.chi:3|.class:3|.clb:3|.cnt:3|.cnv:3|.cpx:3|.crx:3|.der:3|.drv:3|.fon:3|.gadget:3|.grp:3|.htt:3|.ime:3|.jnlp:3|.local:3|.manifest:3|.mmc:3|.mof:3|.msh:3|.msh1:3|.msh2:3|.mshxml:3|.msh1xml:3|.msh2xml:3|.mui:3|.nls:3|.pl:3|.perl:3|.plg:3|.ps1:3|.ps2:3|.ps1xml:3|.ps2xml:3|.psc1:3|.psc2:3|.py:3|.pyc:3|.pyo:3|.pyd:3|.rb:3|.sys:3|.tlb:3|.tsp:3|.xbap:3|.xnk:3|.xpi:3|.air:3|.appref-ms:3|.desklink:3|.glk:3|.library-ms:3|.mapimail:3|.mydocs:3|.sct:3|.search-ms:3|.searchConnector-ms:3|.vxd:3|.website:3|.zfsendtotarget:3
Property(N): EXEC_MENU_WHITELIST = Close|GeneralInfo|Quit|FirstPage|PrevPage|NextPage|LastPage|ActualSize|FitPage|FitWidth|FitHeight|SinglePage|OneColumn|TwoPages|TwoColumns|ZoomViewIn|ZoomViewOut|ShowHideBookmarks|ShowHideThumbnails|Print|GoToPage|ZoomTo|GeneralPrefs|SaveAs|FullScreenMode|OpenOrganizer|Scan|Web2PDF:OpnURL|AcroSendMail:SendMail|Spelling:Check Spelling|PageSetup|Find|FindSearch|GoBack|GoForward|FitVisible|ShowHideArticles|ShowHideFileAttachment|ShowHideAnnotManager|ShowHideFields|ShowHideOptCont|ShowHideModelTree|ShowHideSignatures|InsertPages|ExtractPages|ReplacePages|DeletePages|CropPages|RotatePages|AddFileAttachment|FindCurrentBookmark|BookmarkShowLocation|GoBackDoc|GoForwardDoc|DocHelpUserGuide|HelpReader|rolReadPage|HandMenuItem|ZoomDragMenuItem|CollectionPreview|CollectionHome|CollectionDetails|CollectionShowRoot|&Pages|Co&ntent|&Forms|Action &Wizard|Recognize &Text|P&rotection|&Sign && Certify|Doc&ument Processing|Print Pro&duction|Ja&vaScript|&Accessibility|Analy&ze|&Annotations|D&rawing Markups|Revie&w
Property(N): Browser_Integration = 2
Property(N): ARPNOREPAIR = 1
Property(N): ActionTextLabel = 0
Property(N): CurrentPdfOwner = 0
Property(N): ReadmeHtml = Readme.htm
Property(N): OprimizeError2 = 0
Property(N): KBDOCLINK_ERROR_INVDRIVE = http://kb2.adobe.com/cps/404/kb404946.html
Property(N): ReaderProcessPopup = 0
Property(N): BrandNameMajorVer = Adobe Reader XI
Property(N): DefragResetProgress = No
Property(N): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(N): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
Property(N): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
Property(N): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
Property(N): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(N): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(N): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(N): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
Property(N): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(N): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(N): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(N): IS_SQLSERVER_AUTHENTICATION = 0
Property(N): IS_SQLSERVER_USERNAME = sa
Property(N): PDF_INTEGRATION = 1
Property(N): _5789b66a5ab8e = {AC76BA80-0011-7AD7-0000-000000000000}
Property(N): AttentionCloseReader = 0
Property(N): RunTimeProperties = CACHE_DIR;ProductName;OriginalDatabase;REMOVE;WindowsFolder;SetupCacheExport;ALLUSERS;REINSTALLMODE;PLUG_INS;DefragResetProgress;ALLUSERS_APPDATA_ADOBE;DEFAULT_VERB;IS_CURRENT_PDFOWNER;ACTIVE_X;Installed;READER;ProductCode;UPDATE_MODE;INSTALLMAJORVERSION;VersionNT;VersionNT64;SystemFolder;PATCH
Property(N): ReaderDefaultProgramDesc = is the trusted standard for reliably viewing, printing, signing and commenting on PDF documents. It's the only PDF viewer that can open and interact with all types of PDF content - including forms and multimedia - and is available across leading desktop and mobile device platforms
Property(N): DV = 11.0
Property(N): MSIRESTARTMANAGERCONTROL = Disable
Property(N): IS_PROGMSG_XML_COSTING = Costing XML files...
Property(N): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
Property(N): IS_PROGMSG_XML_FILES = Performing XML file changes...
Property(N): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
Property(N): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
Property(N): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
Property(N): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...
Property(N): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
Property(N): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Creating web service extension
Property(N): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Creating web service extensions...
Property(N): PROGMSG_IIS_REMOVEAPPPOOL = Removing application pool
Property(N): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
Property(N): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
Property(N): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
Property(N): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
Property(N): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
Property(N): RestartManagerOption = CloseRestart
Property(N): DEFAULT_VERB = Read
Property(N): UPDATE_UI_MODE = 3
Property(N): BLOCK_APP_TIMEOUT = 120
Property(N): BLOCK_ENTRYPOINT_LOGGING = 0
Property(N): LC_UNSUPPORTED_OS_2 = Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
Property(N): LC_UNSUPPORTED_OS_1 = This application cannot be installed on this operating system
Property(N): AppsInUseUnknownAcrobatApps = Applications that are using Adobe Reader or Adobe Acrobat
Property(N): EmbdUI = 1
Property(N): ADOBE_LINK = http://www.adobe.com
Property(N): _WebLinkChecked = 0
Property(N): CurrentProduct = 0
Property(N): DWUSLINK = CEFB870FBECC80BF79AC97C8298C978FD9DCB78FCEDC5098CE8B974F99DBF0F8CEEC50A809AC
Property(N): PROCESSPATHWITHID = %s with process ID: %d
Property(N): LANG_LIST = en_US,ca_ES,eu_ES,bg_BG,zh_CN,zh_TW,cs_CZ,da_DK,de_DE,es_ES,et_ET,fr_FR,hr_HR,hu_HU,it_IT,ja_JP,ko_KR,lt_LT,lv_LV,nl_NL,nb_NO,pl_PL,pt_BR,ro_RO,ru_RU,sk_SK,sl_SI,fi_FI,sv_SE,tr_TR,uk_UA
Property(N): PROGMSG_IIS_EXTRACTDONEz = Extracted information for IIS virtual directories...
Property(N): PROGMSG_IIS_EXTRACTzDONE = Extracted information for IIS virtual directories...
Property(N): UNKNOWNPROCESSWITHID = Unknown process with process ID: %d
Property(N): Square = 1
Property(N): SUPPRESSLANGSELECTION = 1
Property(N): ISReleaseFlags = ENU,READERBIG
Property(N): ARPINSTALLLOCATION = C:\Program Files\Adobe\Reader 11.0\Reader\
Property(N): REBOOT = ReallySuppress
Property(N): PROGID7_ALTERNATE_COMMAND = C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.exe
Property(N): Privileged = 1
Property(N): PackageCode = {D4D01680-CBA4-47E0-BB20-755BDE5D1870}
Property(N): DEFAULT_ATTACHMENT_WHITELIST_OLD = version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.chm:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3|.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3|.ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3|.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops:3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb:3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3|.vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2|.jar:3|.pkg:3|.tool:3|.term:3@@version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.chm:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3|.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3|.ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3|.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops:3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb:3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3|.vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2|.jar:3|.pkg:3|.tool:3|.term:3|.acm:3|.asa:3|.aspx:3|.ax:3|.ad:3|.application:3|.asx:3|.cer:3|.cfg:3|.chi:3|.class:3|.clb:3|.cnt:3|.cnv:3|.cpx:3|.crx:3|.der:3|.drv:3|.fon:3|.gadget:3|.grp:3|.htt:3|.ime:3|.jnlp:3|.local:3|.manifest:3|.mmc:3|.mof:3|.msh:3|.msh1:3|.msh2:3|.mshxml:3|.msh1xml:3|.msh2xml:3|.mui:3|.nls:3|.pl:3|.perl:3|.plg:3|.ps1:3|.ps2:3|.ps1xml:3|.ps2xml:3|.psc1:3|.psc2:3|.py:3|.pyc:3|.pyo:3|.pyd:3|.rb:3|.sys:3|.tlb:3|.tsp:3|.xbap:3|.xnk:3|.xpi:3
Property(N): FeatureNamesToCheckInstallState_Patch = ReaderBrowserIntegration
Property(N): DEFAULT_LAUNCH_URL = version:2|shell:3|hcp:3|ms-help:3|ms-its:3|ms-itss:3|its:3|mk:3|mhtml:3|help:3|disk:3|afp:3|disks:3|telnet:3|ssh:3|acrobat:2|mailto:2|file:1|rlogin:3|javascript:4|data:3|jar:3|vbscript:3
Property(N): DEFAULT_LAUNCH_URL_OLD = version:2|shell:3|hcp:3|ms-help:3|ms-its:3|ms-itss:3|its:3|mk:3|mhtml:3|help:3|disk:3|afp:3|disks:3|telnet:3|ssh:3|acrobat:2|mailto:2|file:1|rlogin:3|javascript:4|data:3
Property(N): TextInternalLeading = 3
Property(N): VersionDatabase = 300
Property(N): TextHeight = 16
Property(N): PRODUCTLANGUAGE = 1033
Property(N): BorderSide = 1
Property(N): MsiSystemRebootPending = 1
Property(N): BorderTop = 1
Property(N): REMOVE = ALL
Property(N): CLIENTUILEVEL = 3
Property(N): CaptionHeight = 22
Property(N): CostingComplete = 1
Property(N): OutOfDiskSpace = 0
Property(N): OutOfNoRbDiskSpace = 0
Property(N): PrimaryVolumeSpaceAvailable = 0
Property(N): PrimaryVolumeSpaceRequired = 0
Property(N): PrimaryVolumeSpaceRemaining = 0
Action ended 16:39:32: RemoveExistingProducts. Return value 1.
Action start 16:39:32: ExportCacheBinary.
Action ended 16:39:33: ExportCacheBinary. Return value 1.
Action start 16:39:33: SetMoveCacheBinary.
Action ended 16:39:33: SetMoveCacheBinary. Return value 1.
Action start 16:39:33: CollectPropertiesMNT.
Action ended 16:39:33: CollectPropertiesMNT. Return value 1.
Action start 16:39:33: CollectCustomTablesData.
ADelRCP logging: : CustomActionInfo: CollectDataFromTable is now collecting data for ProcessDeleteProductsEx
ADelRCP logging: : CustomActionInfo: CollectDataFromTable is now collecting data for ProcessDeleteComponentsEx
ADelRCP logging: : CustomActionInfo: CollectDataFromTable is now collecting data for ProcessDeleteRegistryEx
ADelRCP logging: : CustomActionInfo: CollectDataFromTable is now collecting data for FileTypesOwnerRestore
ADelRCP logging: : CustomActionInfo: CollectDataFromTable is now collecting data for LockFilePermissions
ADelRCP logging: : CustomActionInfo: CollectDataFromTable is now collecting data for LockRegPermissions
Action ended 16:39:33: CollectCustomTablesData. Return value 1.
Action start 16:39:33: CollectProperties.
Action ended 16:39:33: CollectProperties. Return value 1.
Action start 16:39:33: InstallInitialize.
Action ended 16:39:36: InstallInitialize. Return value 1.
Action start 16:39:36: RegisterProperties_Rollback.
Action ended 16:39:36: RegisterProperties_Rollback. Return value 1.
Action start 16:39:36: RegisterProperties.
Action ended 16:39:36: RegisterProperties. Return value 1.
Action start 16:39:36: FixRegPermissions.
Action ended 16:39:36: FixRegPermissions. Return value 1.
Action start 16:39:36: FixFilePermissions.
Action ended 16:39:36: FixFilePermissions. Return value 1.
Action start 16:39:36: BroadcastUnloadStubMessage.
Action ended 16:39:36: BroadcastUnloadStubMessage. Return value 1.
Action start 16:39:36: FileTypesOwnerBackup.
Action ended 16:39:36: FileTypesOwnerBackup. Return value 1.
Action start 16:39:36: AllocateRegistrySpace.
Action ended 16:39:36: AllocateRegistrySpace. Return value 1.
Action start 16:39:36: ProcessComponents.
Action ended 16:39:36: ProcessComponents. Return value 1.
Action start 16:39:36: UnpublishComponents.
Action ended 16:39:36: UnpublishComponents. Return value 0.
Action start 16:39:36: MsiUnpublishAssemblies.
Action ended 16:39:36: MsiUnpublishAssemblies. Return value 0.
Action start 16:39:36: UnpublishFeatures.
Action ended 16:39:36: UnpublishFeatures. Return value 1.
Action start 16:39:36: StopServices.
Action ended 16:39:36: StopServices. Return value 1.
Action start 16:39:36: DeleteServices.
Action ended 16:39:36: DeleteServices. Return value 1.
Action start 16:39:36: UnregisterComPlus.
Action ended 16:39:36: UnregisterComPlus. Return value 0.
Action start 16:39:36: SelfUnregModules.
Action ended 16:39:36: SelfUnregModules. Return value 1.
Action start 16:39:36: UnregisterTypeLibraries.
Action ended 16:39:36: UnregisterTypeLibraries. Return value 1.
Action start 16:39:36: RemoveODBC.
Action ended 16:39:36: RemoveODBC. Return value 1.
Action start 16:39:36: UnregisterFonts.
Action ended 16:39:36: UnregisterFonts. Return value 1.
Action start 16:39:36: RemoveRegistryValues.
Action ended 16:39:36: RemoveRegistryValues. Return value 1.
Action start 16:39:36: UnregisterClassInfo.
Action ended 16:39:36: UnregisterClassInfo. Return value 1.
Action start 16:39:36: UnregisterExtensionInfo.
Action ended 16:39:36: UnregisterExtensionInfo. Return value 1.
Action start 16:39:36: UnregisterProgIdInfo.
Action ended 16:39:36: UnregisterProgIdInfo. Return value 1.
Action start 16:39:36: UnregisterMIMEInfo.
Action ended 16:39:36: UnregisterMIMEInfo. Return value 1.
Action start 16:39:36: RemoveIniValues.
Action ended 16:39:36: RemoveIniValues. Return value 1.
Action start 16:39:36: RemoveShortcuts.
Action ended 16:39:36: RemoveShortcuts. Return value 1.
Action start 16:39:36: RemoveEnvironmentStrings.
Action ended 16:39:36: RemoveEnvironmentStrings. Return value 1.
Action start 16:39:36: RemoveDuplicateFiles.
Action ended 16:39:36: RemoveDuplicateFiles. Return value 1.
Action start 16:39:36: RemoveFiles.
Action ended 16:39:36: RemoveFiles. Return value 1.
Action start 16:39:36: RemoveFolders.
Action ended 16:39:36: RemoveFolders. Return value 1.
Action start 16:39:36: SetupNetscapeRegistry.
CustomAction SetupNetscapeRegistry returned actual error code 1603 but will be translated to success due to continue marking
Action ended 16:39:36: SetupNetscapeRegistry. Return value 1.
Action start 16:39:36: CreateFolders.
Action ended 16:39:36: CreateFolders. Return value 1.
Action start 16:39:36: MoveFiles.
Action ended 16:39:36: MoveFiles. Return value 1.
Action start 16:39:36: InstallFiles.
Action ended 16:39:37: InstallFiles. Return value 1.
Action start 16:39:37: PatchFiles.
Action ended 16:39:37: PatchFiles. Return value 1.
Action start 16:39:37: DuplicateFiles.
Action ended 16:39:37: DuplicateFiles. Return value 1.
Action start 16:39:37: BindImage.
Action ended 16:39:37: BindImage. Return value 1.
Action start 16:39:37: CreateShortcuts.
Action ended 16:39:37: CreateShortcuts. Return value 1.
Action start 16:39:37: RegisterClassInfo.
Action ended 16:39:37: RegisterClassInfo. Return value 1.
Action start 16:39:37: RegisterExtensionInfo.
Action ended 16:39:37: RegisterExtensionInfo. Return value 1.
Action start 16:39:37: RegisterProgIdInfo.
Action ended 16:39:37: RegisterProgIdInfo. Return value 1.
Action start 16:39:37: RegisterMIMEInfo.
Action ended 16:39:37: RegisterMIMEInfo. Return value 1.
Action start 16:39:37: WriteRegistryValues.
Action ended 16:39:37: WriteRegistryValues. Return value 1.
Action start 16:39:37: WriteIniValues.
Action ended 16:39:37: WriteIniValues. Return value 1.
Action start 16:39:37: WriteEnvironmentStrings.
Action ended 16:39:37: WriteEnvironmentStrings. Return value 1.
Action start 16:39:37: RegisterFonts.
Action ended 16:39:37: RegisterFonts. Return value 1.
Action start 16:39:37: InstallODBC.
Action ended 16:39:37: InstallODBC. Return value 0.
Action start 16:39:37: RegisterTypeLibraries.
Action ended 16:39:37: RegisterTypeLibraries. Return value 1.
Action start 16:39:37: RegisterComPlus.
Action ended 16:39:37: RegisterComPlus. Return value 0.
Action start 16:39:37: InstallServices.
Action ended 16:39:37: InstallServices. Return value 1.
Action start 16:39:37: MsiConfigureServices.
Action ended 16:39:37: MsiConfigureServices. Return value 1.
Action start 16:39:37: DefragmentFiles_InitProgress.
DefragmentFiles_InitProgress: Starting immediate custom action
DefragmentFiles_InitProgress: Current UILevel is (2)
DefragmentFiles_InitProgress: MSI property DefragmentFiles: IMM_SUCCESS;C:\Program Files\Adobe\Acrobat Reader DC\;Software\Adobe\Adobe Acrobat\;2;Optimizing performance ...;Completed [1]% of process;NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
;|rdr|\acrord32.exe;|rdr|\acrord32.dll;|rdr|\acrord32res.dll;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\cooltype.dll;|rdr|\ace.dll;|rdr|\AXE8SharedExpat.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\annots.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|rdr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr|\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendmail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|rdr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;|rdr|\AcroCEF\libcef.dll;|rdr|\sqlite.dll;|rdr|\cryptocme.dll;|rdr|\ccme_base.dll;|rdr|\ccme_base_non_fips.dll;|rdr|\ccme_asym.dll;|rdr|\ccme_ecc.dll;|rdr|\ccme_ecdrbg.dll;|rdr|\PDFPrevHndlr.dll;|rdr|\BibUtils.dll;|rdr|\LogSession.dll;|rdr|\AdobeXMP.dll;|rdr|\A3DUtils.dll;|rdr|\AcroBroker.exe;|rdr|\AXSLE.dll;|rdr|\ExtendScript.dll;|rdr|\LogTransport2.exe;|rdr|\rt3d.dll;|rdr|\Javascripts\JSByteCodeWin.bin;|rdr|\AcroCEF\cef.pak;|rdr|\AcroCEF\icudtl.dat;|rdr|\AcroCEF\RdrCEF.exe;109726028
DefragmentFiles_InitProgress: Ending immediate custom action
Action ended 16:39:37: DefragmentFiles_InitProgress. Return value 1.
Action start 16:39:37: DefragmentFiles.
Action ended 16:39:37: DefragmentFiles. Return value 1.
Action start 16:39:37: StartServices.
Action ended 16:39:37: StartServices. Return value 1.
Action start 16:39:37: TransferRegistryApply.
Action ended 16:39:37: TransferRegistryApply. Return value 1.
Action start 16:39:37: MoveCacheBinary.
Action ended 16:39:37: MoveCacheBinary. Return value 1.
Action start 16:39:37: InstallEnterpriseFiles.
Action ended 16:39:37: InstallEnterpriseFiles. Return value 1.
Action start 16:39:37: InstallEnterpriseRegistry.
Action ended 16:39:37: InstallEnterpriseRegistry. Return value 1.
Action start 16:39:37: LockRegPermissions.
Action ended 16:39:37: LockRegPermissions. Return value 1.
Action start 16:39:37: LockFilePermissions.
Action ended 16:39:37: LockFilePermissions. Return value 1.
Action start 16:39:37: SelfRegModules.
Action ended 16:39:37: SelfRegModules. Return value 1.
Action start 16:39:37: RegisterUser.
Action ended 16:39:37: RegisterUser. Return value 1.
Action start 16:39:37: RegisterProduct.
Action ended 16:39:37: RegisterProduct. Return value 1.
Action start 16:39:37: PublishComponents.
Action ended 16:39:37: PublishComponents. Return value 0.
Action start 16:39:37: MsiPublishAssemblies.
Action ended 16:39:37: MsiPublishAssemblies. Return value 0.
Action start 16:39:37: PublishFeatures.
Action ended 16:39:37: PublishFeatures. Return value 1.
Action start 16:39:37: PublishProduct.
Action ended 16:39:37: PublishProduct. Return value 1.
Action start 16:39:37: CacheSetupFiles_SetSourceList.
Action ended 16:39:37: CacheSetupFiles_SetSourceList. Return value 1.
Action start 16:39:37: ProcessDeleteFilesEx.
Action ended 16:39:37: ProcessDeleteFilesEx. Return value 1.
Action start 16:39:37: ProcessDeleteComponentsEx.
Action ended 16:39:37: ProcessDeleteComponentsEx. Return value 1.
Action start 16:39:37: ProcessDeleteProductsEx.
Action ended 16:39:37: ProcessDeleteProductsEx. Return value 1.
Action start 16:39:37: InstallWebResources.
Action ended 16:39:37: InstallWebResources. Return value 1.
Action start 16:39:37: ProcessDeleteRegistryEx.
Action ended 16:39:37: ProcessDeleteRegistryEx. Return value 1.
Action start 16:39:37: CreateDDENameRegistry.
Action ended 16:39:37: CreateDDENameRegistry. Return value 1.
Action start 16:39:37: CreateForceASLRReg_Rollback.
Action ended 16:39:37: CreateForceASLRReg_Rollback. Return value 1.
Action start 16:39:37: CreateForceASLRReg.
Action ended 16:39:37: CreateForceASLRReg. Return value 1.
Action start 16:39:37: BroadcastReloadStubMessage.
Action ended 16:39:37: BroadcastReloadStubMessage. Return value 1.
Action start 16:39:37: UnsetIEKillBit.
Action ended 16:39:37: UnsetIEKillBit. Return value 1.
Action start 16:39:37: RestartIEUser.
Action ended 16:39:37: RestartIEUser. Return value 1.
Action start 16:39:37: CreateActiveSetupKey.
Action ended 16:39:37: CreateActiveSetupKey. Return value 1.
Action start 16:39:37: StartArmService.BDCA7721_F290_4124_BBED_7A15FE7694EB.
Action ended 16:39:37: StartArmService.BDCA7721_F290_4124_BBED_7A15FE7694EB. Return value 1.
Action start 16:39:37: AddTask.BDCA7721_F290_4124_BBED_7A15FE7694EB.
Action ended 16:39:37: AddTask.BDCA7721_F290_4124_BBED_7A15FE7694EB. Return value 1.
Action start 16:39:37: InstallFinalize.
ADelRCP logging: : PDF ownership: BackupCurrentPDFOwner()
ADelRCP logging: : FindCurrentOwner::
ADelRCP logging: : FindCurrentOwner:: value of CURRENT_PDFOWNER_PROGID is - AcroExch.Document.11
ADelRCP logging: : FindCurrentOwner::m_sCurOwnerPath is-
ADelRCP logging: : FindCurrentOwner::Current owner is not valid.
ADelRCP logging: : Return: can't find current owner. No need to backup.
DefragmentFiles: Starting deferred custom action
DefragmentFiles: MSI property CustomActionData: IMM_SUCCESS;C:\Program Files\Adobe\Acrobat Reader DC\;Software\Adobe\Adobe Acrobat\;2;Optimizing performance ...;Completed [1]% of process;NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
;|rdr|\acrord32.exe;|rdr|\acrord32.dll;|rdr|\acrord32res.dll;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\cooltype.dll;|rdr|\ace.dll;|rdr|\AXE8SharedExpat.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\annots.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|rdr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr|\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendmail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|rdr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;|rdr|\AcroCEF\libcef.dll;|rdr|\sqlite.dll;|rdr|\cryptocme.dll;|rdr|\ccme_base.dll;|rdr|\ccme_base_non_fips.dll;|rdr|\ccme_asym.dll;|rdr|\ccme_ecc.dll;|rdr|\ccme_ecdrbg.dll;|rdr|\PDFPrevHndlr.dll;|rdr|\BibUtils.dll;|rdr|\LogSession.dll;|rdr|\AdobeXMP.dll;|rdr|\A3DUtils.dll;|rdr|\AcroBroker.exe;|rdr|\AXSLE.dll;|rdr|\ExtendScript.dll;|rdr|\LogTransport2.exe;|rdr|\rt3d.dll;|rdr|\Javascripts\JSByteCodeWin.bin;|rdr|\AcroCEF\cef.pak;|rdr|\AcroCEF\icudtl.dat;|rdr|\AcroCEF\RdrCEF.exe;109726028
DefragmentFiles: Error in setting the DWORD registry value (DefragStatus) under (Software\Adobe\Adobe Acrobat\DC\Installer\Optimization)
DefragmentFiles: Defragmention process was invoked
DefragmentFiles: Setting up action data and progress bar ...
DefragmentFiles: DefragResetProgress disabled
DefragmentFiles: Finished setting up action data and progress bar
DefragmentFiles: Ending deferred custom action
ADelRCP logging: : CustomActionInfo: ERROR Encountered: [LockRegPermissions] : : Failed to get [CustomActionData].
ADelRCP logging: : CustomActionInfo: ERROR Encountered:[ProcessDeleteProductsEx] : : Failed to get [CustomActionData].
ADelRCP logging: : CustomActionInfo: ERROR Encountered: [ProcessDeleteRegistryEx] : : Failed to get [CustomActionData].
ADelRCP logging: : CreateDDEReg: current value of [DEFAULT_VERB]=Read
ADelRCP logging: : CreateDDEReg: DDE server name value = AcroViewR10
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: Inside this function for creating active setup key for Adobe Reader
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: RegKey to look for Aiod.dll/aiodlite.dll pathHKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\DC\Installer\IOD
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: Aiod.dll/aiodlite.dll pathC:\Program Files\Adobe\Acrobat Reader DC\Esl\AiodLite.dll
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: stubPath"C:\Windows\system32\Rundll32.exe" "C:\Program Files\Adobe\Acrobat Reader DC\Esl\AiodLite.dll",CreateReaderUserSettings
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: Successfully created the default value for Active Setup key for Reader, ActiveSetup Key::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A6EADE66-0000-0000-484E-7E8A45000000}
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: Successfully created the IsInstalled key
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: Successfully created the ComponentId key
ADelRCP logging: : CreateAcroReaderActiveSetupKey:: Successfully created the StubPath key, StubPath::-"C:\Windows\system32\Rundll32.exe" "C:\Program Files\Adobe\Acrobat Reader DC\Esl\AiodLite.dll",CreateReaderUserSettings
ADelRCP logging: : CreateAcroReaderActiveSetupKey::Active setup key version string, format - 1,Year,Month,Day - ::1,2015,4,20
ADelRCP logging: : CreateAcroReaderActiveSetupKey::Sucessfully created the version string
ARM Installer logging: : Entered StartArmService
ARM Installer logging: : Entered AddTask
ARM Installer logging: : SetTask: Add
ARM Installer logging: : AddUserLoggonTrigger...
ARM Installer logging: : Success registered Task!
Action ended 16:40:15: InstallFinalize. Return value 1.
Action start 16:40:15: CreateUserChoiceKeyOnWin8AndAbove.
CustomAction CreateUserChoiceKeyOnWin8AndAbove returned actual error code 1603 but will be translated to success due to continue marking
Action ended 16:40:15: CreateUserChoiceKeyOnWin8AndAbove. Return value 1.
Action start 16:40:15: ISSetupFilesCleanup.
Action ended 16:40:15: ISSetupFilesCleanup. Return value 1.
Action start 16:40:15: RegisterReboot.
ADelRCP logging: : RegisterReboot:: Reboot NOT Required.
Action ended 16:40:15: RegisterReboot. Return value 1.
Action start 16:40:15: CleanupRunTime.
Action ended 16:40:15: CleanupRunTime. Return value 1.
Action start 16:40:15: DoSubLaunches.
CustomAction DoSubLaunches returned actual error code 1603 but will be translated to success due to continue marking
Action ended 16:40:15: DoSubLaunches. Return value 1.
Action ended 16:40:15: INSTALL. Return value 1.
Property(S): Text = 0
Property(S): DiskPrompt = [1]
Property(S): Registration = No
Property(S): UpgradeCode = {A6EADE66-0000-0000-484E-7E8A45000000}
Property(S): ProductCode = {AC76BA86-7AD7-1033-7B44-AC0F074E4100}
Property(S): VersionNT = 601
Property(S): DefragmentFiles = IMM_SUCCESS;C:\Program Files\Adobe\Acrobat Reader DC\;Software\Adobe\Adobe Acrobat\;2;Optimizing performance ...;Completed [1]% of process;NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
;|rdr|\acrord32.exe;|rdr|\acrord32.dll;|rdr|\acrord32res.dll;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\cooltype.dll;|rdr|\ace.dll;|rdr|\AXE8SharedExpat.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\annots.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|rdr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr|\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendmail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|rdr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;|rdr|\AcroCEF\libcef.dll;|rdr|\sqlite.dll;|rdr|\cryptocme.dll;|rdr|\ccme_base.dll;|rdr|\ccme_base_non_fips.dll;|rdr|\ccme_asym.dll;|rdr|\ccme_ecc.dll;|rdr|\ccme_ecdrbg.dll;|rdr|\PDFPrevHndlr.dll;|rdr|\BibUtils.dll;|rdr|\LogSession.dll;|rdr|\AdobeXMP.dll;|rdr|\A3DUtils.dll;|rdr|\AcroBroker.exe;|rdr|\AXSLE.dll;|rdr|\ExtendScript.dll;|rdr|\LogTransport2.exe;|rdr|\rt3d.dll;|rdr|\Javascripts\JSByteCodeWin.bin;|rdr|\AcroCEF\cef.pak;|rdr|\AcroCEF\icudtl.dat;|rdr|\AcroCEF\RdrCEF.exe;109726028
Property(S): FileTypesOwnerBackup = .api@@0@@PDF@@.fdf@@0@@PDF@@.pdf@@0@@PDF@@.pdx@@0@@PDF@@.secstore@@0@@PDF@@.xdp@@0@@PDF@@.xfdf@@0@@PDF@@AFormAut.App@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@Acrobat.FDFDoc@@0@@PDF@@Acrobat.RMFFile@@0@@PDF@@Acrobat.SecStore@@0@@PDF@@Acrobat.XDPDoc@@0@@PDF@@Acrobat.XFDFDoc@@0@@PDF@@Acroexch.Document@@0@@PDF@@Acroexch.Document.7@@0@@PDF@@AppID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@AppID\{6236FF8C-E747-4173-86D3-99F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@0@@PDF@@CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PDF@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D54739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PDF@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PDF@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-3489E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C9259304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@@0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@SOFTWARE\Classes\AppID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}@@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}@@0@@PDF
Property(S): FileTypesOwnerRestore = .api@@0@@PDF@@.fdf@@0@@PDF@@.pdf@@0@@PDF@@.pdx@@0@@PDF@@.secstore@@0@@PDF@@.xdp@@0@@PDF@@.xfdf@@0@@PDF@@AFormAut.App@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@Acrobat.FDFDoc@@0@@PDF@@Acrobat.RMFFile@@0@@PDF@@Acrobat.SecStore@@0@@PDF@@Acrobat.XDPDoc@@0@@PDF@@Acrobat.XFDFDoc@@0@@PDF@@Acroexch.Document@@0@@PDF@@Acroexch.Document.7@@0@@PDF@@AppID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@AppID\{6236FF8C-E747-4173-86D3-99F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@0@@PDF@@CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PDF@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D54739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PDF@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PDF@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-3489E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C9259304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@@0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@SOFTWARE\Classes\AppID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}@@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}@@0@@PDF
Property(S): LockFilePermissions = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@1@@1179817@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@22@@2032127@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@26@@1179817@@C:\Program Files\Adobe\Acrobat Reader DC\Resource\CMap\@@1@@1179817@@C:\Program Files\Adobe\Acrobat Reader DC\Resource\CMap\@@22@@2032127@@C:\Program Files\Adobe\Acrobat Reader DC\Resource\CMap\@@26@@1179817@@C:\Program Files\Adobe\Acrobat Reader DC\Reader\Adobe.Reader.Dependencies.manifest@@1@@1179817@@C:\Program Files\Adobe\Acrobat Reader DC\Reader\Adobe.Reader.Dependencies.manifest@@22@@2032127@@C:\Program Files\Adobe\Acrobat Reader DC\Reader\Adobe.Reader.Dependencies.manifest@@26@@2032127
Property(S): MoveCacheBinary = C:\Windows\TEMP\;C:\Program Files\Adobe\Acrobat Reader DC\Setup Files\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\
Property(S): RegisterProperties = CACHE_DIR@@C:\Program Files\Adobe\Acrobat Reader DC\Setup Files\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\@@ProductName@@Adobe Acrobat Reader DC@@OriginalDatabase@@C:\ProgramData\Dell\KACE\downloads\7518\AcroRead.msi@@REMOVE@@@@WindowsFolder@@C:\Windows\@@SetupCacheExport@@Enterprise.mnt@@ALLUSERS@@1@@REINSTALLMODE@@omus@@PLUG_INS@@C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\@@DefragResetProgress@@No@@ALLUSERS_APPDATA_ADOBE@@C:\ProgramData\Adobe\@@DEFAULT_VERB@@Read@@IS_CURRENT_PDFOWNER@@@@ACTIVE_X@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@Installed@@@@READER@@C:\Program Files\Adobe\Acrobat Reader DC\Reader\@@ProductCode@@{AC76BA86-7AD7-1033-7B44-AC0F074E4100}@@INSTALLMAJORVERSION@@15@@VersionNT@@601@@VersionNT64@@@@SystemFolder@@C:\Windows\system32\@@CURRENT_PDFOWNER_PROGID@@AcroExch.Document.11@@DV@@Consumer@@RegistryHiveName@@DC@@ChannelName@@Consumer@@ARM_PROPERTIES@@DISABLE_FIU_CHECK=1##IGNORE_TRACK_INTEROP=YES@@ARM_EXECUTION@@@@INSTALLDIR@@C:\Program Files\Adobe\Acrobat Reader DC\@@DeleteUpdateFolder@@Yes
Property(S): ADOBEHUNSPELLPLUGIN2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\
Property(S): ABBREVIATIONS = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\
Property(S): READER = C:\Program Files\Adobe\Acrobat Reader DC\Reader\
Property(S): ACROAPP = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroApp\
Property(S): ACROCEFEXE.15EE1C08_ED51_465D_B6F3_FB152B1CC435 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroCEF\
Property(S): ADOBE_COMMON_ACROBAT = C:\Program Files\Common Files\Adobe\Acrobat\
Property(S): ACTIVE_X = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): ADOBE = C:\Program Files\Adobe\
Property(S): INSTALLDIR = C:\Program Files\Adobe\Acrobat Reader DC\
Property(S): PROVIDERS2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\
Property(S): ADOBE4 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Adobe\
Property(S): PLUGINS22 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): ADOBE_COMMON = C:\Program Files\Common Files\Adobe\
Property(S): AIR = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AIR\
Property(S): TARGETDIR = C:\
Property(S): ALLUSERSPROFILE = C:\ProgramData\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): ALLUSERS_APPDATA_ADOBE = C:\ProgramData\Adobe\
Property(S): PLUG_INS = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\
Property(S): ANNOTATIONS = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\Annotations\
Property(S): DICTIONARIES = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\
Property(S): AppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\
Property(S): SUPPLEMENTALDICTIONARIES = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\
Property(S): BROWSER = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): BROWSER_IE = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): CACHE_SETUP_FILES = C:\Program Files\Adobe\Acrobat Reader DC\Setup Files\
Property(S): CACHE_DIR = C:\Program Files\Adobe\Acrobat Reader DC\Setup Files\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\
Property(S): CACHE_DIR_TRANSFORM = C:\Program Files\Adobe\Acrobat Reader DC\Setup Files\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\Transforms\
Property(S): RESOURCE = C:\Program Files\Adobe\Acrobat Reader DC\Resource\
Property(S): CMAP = C:\Program Files\Adobe\Acrobat Reader DC\Resource\CMap\
Property(S): COMMON_ADOBE_HELP = C:\Program Files\Common Files\Adobe\HelpCfg\
Property(S): COMMON_ADOBE_HELP_ENU = C:\Program Files\Common Files\Adobe\HelpCfg\en_US\
Property(S): ProductToBeRegistered = 1
Property(S): COMMON_LINGUISTIC = C:\Program Files\Adobe\Acrobat Reader DC\Resource\Linguistics\
Property(S): MIME_PDF_BROWSER = {CA8A9780-280D-11CF-A24D-444553540000}
Property(S): PDF_ACROBROKER_PATH = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroBroker.exe
Property(S): PDF_INPROCSERVER_VIEWERPS = C:\Program Files\Adobe\Acrobat Reader DC\Reader\ViewerPS.dll
Property(S): PDF_PREVIEW_HANDERLER_HELPDIR = C:\Program Files\Adobe\Acrobat Reader DC\Reader\
Property(S): PDF_PREVIEW_HANDERLER_DLL = C:\Program Files\Adobe\Acrobat Reader DC\Reader\pdfprevhndlr.dll
Property(S): DEFAULT_CURVER_PROGID = AcroExch.Document.DC
Property(S): DEFAULT_PDF_PROGID = AcroExch.Document.DC
Property(S): PDX_DEFAULT_PROGID = PDXFileType
Property(S): DEFAULT_PROGID = AcroExch
Property(S): PDF_DEFAULTICON = C:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\PDFFile_8.ico,0
Property(S): PDFSHELL_LOCALSERVER_COMMAND = "C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroRd32Info.exe" /PDFShell
Property(S): AS_HKCR_EXE = "C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"
Property(S): ENU = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroApp\ENU\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): EN_CA = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\en_CA\
Property(S): EN_CA1 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\en_CA\
Property(S): EN_CA2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\en_CA\
Property(S): EN_GB = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\en_GB\
Property(S): EN_GB1 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\en_GB\
Property(S): EN_GB2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\en_GB\
Property(S): EN_US = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Abbreviations\en_US\
Property(S): EN_US1 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\Dictionaries\en_US\
Property(S): EN_US2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\SupplementalDictionaries\en_US\
Property(S): LOCALE = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Locale\
Property(S): EN_US3 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Locale\en_US\
Property(S): ESL_DIR = C:\Program Files\Adobe\Acrobat Reader DC\Esl\
Property(S): FONT = C:\Program Files\Adobe\Acrobat Reader DC\Resource\Font\
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): OutOfDiskSpace = 0
Property(S): IDTEMPLATES = C:\Program Files\Adobe\Acrobat Reader DC\Reader\IDTemplates\
Property(S): IDTEMPLATES_ENU = C:\Program Files\Adobe\Acrobat Reader DC\Reader\IDTemplates\ENU\
Property(S): READER_12.0 = C:\Program Files\Adobe\Acrobat Reader DC\
Property(S): JAVASCRIPTS = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Javascripts\
Property(S): LINGUISTICS2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\
Property(S): LANGUAGENAMES2 = C:\Program Files\Common Files\Adobe\Reader\DC\Linguistics\LanguageNames2\
Property(S): LEGAL = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Legal\
Property(S): LEGAL_ENU = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Legal\ENU\
Property(S): _2.01 = C:\Program Files\Common Files\Adobe\Reader\DC\
Property(S): LOCALES.15EE1C08_ED51_465D_B6F3_FB152B1CC435 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroCEF\locales\
Property(S): MOZILLA_1 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_2 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_3 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_4 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_5 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_6 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_7 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MOZILLA_8 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): MPP = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\Multimedia\MPP\
Property(S): MULTIMEDIA = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\Multimedia\
Property(S): WEBRCSC_PRODUCT_CODE = {291AA914-A987-1033-BD63-AC0A92D435E5}
Property(S): WEBRCSC_ARM_REG_CODE = {291AA914-A987-4CE9-BD63-AC0A92D435E5}
Property(S): SourcedirProduct = {AC76BA86-7AD7-1033-7B44-AC0F074E4100}
Property(S): SOURCEDIR = C:\ProgramData\Dell\KACE\downloads\7518\
Property(S): NETSCAPE_3 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): NETSCAPE_4 = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\
Property(S): CostingComplete = 1
Property(S): PFM = C:\Program Files\Adobe\Acrobat Reader DC\Resource\Font\PFM\
Property(S): PI_BROKERS = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\pi_brokers\
Property(S): PLUGINS_3D = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins3d\
Property(S): PLUGINS_3D_PRC = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins3d\prc\
Property(S): PLUG_INS_ACROFORM = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\AcroForm\
Property(S): PLUG_INS_ACROFORM_PMP = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\AcroForm\PMP\
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): READER2 = C:\Program Files\Common Files\Adobe\Reader\
Property(S): SASIPREP = C:\Program Files\Adobe\Acrobat Reader DC\Resource\SaslPrep\
Property(S): ROOTDRIVE = C:\
Property(S): STAMP = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\Annotations\Stamps\
Property(S): OWNERSHIP_STATE = 2
Property(S): CURRENT_PDFOWNER_PROGID = AcroExch.Document.11
Property(S): INSTALLMAJORVERSION = 15
Property(S): STAMP_ENU = C:\Program Files\Adobe\Acrobat Reader DC\Reader\plug_ins\Annotations\Stamps\ENU\
Property(S): UPDATE_MODE = 3
Property(S): MIGRATE = {AC76BA86-7AD7-1033-7B44-AB0000000001}
Property(S): WindowsSystemString = (Windows 7 SP1 32-bit)
Property(S): ISSETUPFILESCOMPLETED = Completed
Property(S): SUPPORTDIR = C:\Windows\TEMP\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}
Property(S): ACTION = INSTALL
Property(S): UILevel = 2
Property(S): OriginalDatabase = C:\ProgramData\Dell\KACE\downloads\7518\AcroRead.msi
Property(S): DATABASE = C:\Windows\Installer\37e215.msi
Property(S): COMPANYNAME = Microsoft
Property(S): USERNAME = Admin
Property(S): MsiRunningElevated = 1
Property(S): RedirectedDllSupport = 2
Property(S): MsiWin32AssemblySupport = 6.1.7601.17514
Property(S): MsiNetAssemblySupport = 4.0.30319.34209
Property(S): Date = 20/04/2015
Property(S): SystemFolder = C:\Windows\system32\
Property(S): SourceDir = C:\ProgramData\Dell\KACE\downloads\7518\
Property(S): TRACKER = C:\Program Files\Adobe\Acrobat Reader DC\Reader\Tracker\
Property(S): Time = 16:40:15
Property(S): TYPESPT = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\
Property(S): TYPESPT_UNICODE = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\Unicode\
Property(S): TYPESPT_UNICODE_ICU = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\Unicode\ICU\
Property(S): TYPESPT_UNICODE_MAPPINGS = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\Unicode\Mappings\
Property(S): TYPESPT_UNICODE_MAPPINGS_ADOBE = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\Unicode\Mappings\Adobe\
Property(S): TYPESPT_UNICODE_MAPPINGS_MAC = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\Unicode\Mappings\Mac\
Property(S): TYPESPT_UNICODE_MAPPINGS_WIN = C:\Program Files\Adobe\Acrobat Reader DC\Resource\TypeSupport\Unicode\Mappings\win\
Property(S): TTCSupport = 1
Property(S): ColorBits = 32
Property(S): TextInternalLeading = 3
Property(S): USERPROFILE = C:\Users\Default\
Property(S): TextHeight = 16
Property(S): BorderSide = 1
Property(S): BorderTop = 1
Property(S): CaptionHeight = 22
Property(S): ScreenY = 768
Property(S): ScreenX = 1024
Property(S): SystemLanguageID = 5129
Property(S): ComputerName = WMCAAKL43
Property(S): UserLanguageID = 5129
Property(S): UserSID = S-1-5-18
Property(S): LogonUser = SYSTEM
Property(S): MsiTrueAdminUser = 1
Property(S): AdminUser = 1
Property(S): VirtualMemory = 5290
Property(S): PhysicalMemory = 3241
Property(S): Intel = 6
Property(S): ShellAdvtSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): GPTSupport = 1
Property(S): ARM.BDCA7721_F290_4124_BBED_7A15FE7694EB = C:\Program Files\Common Files\Adobe\ARM\
Property(S): ADOBE_COMMON.BDCA7721_F290_4124_BBED_7A15FE7694EB = C:\Program Files\Common Files\Adobe\
Property(S): ARM_1.0.BDCA7721_F290_4124_BBED_7A15FE7694EB = C:\Program Files\Common Files\Adobe\ARM\1.0\
Property(S): INSTALLDIR.BDCA7721_F290_4124_BBED_7A15FE7694EB = C:\
Property(S): FontsFolder = C:\Windows\Fonts\
Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(S): WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2 = C:\Windows\
Property(S): SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2 = C:\Windows\system32\
Property(S): ALLUSERS = 1
Property(S): DirectoryTable100_x86.1DEE2A86_2F57_3629_8107_A71DBB4DBED2 = DirectoryTable
Property(S): SystemFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1 = C:\Windows\system32\
Property(S): WindowsFolder_x86_VC.D371D00B_69EC_3F8E_A622_74710A89ADC1 = C:\Windows\
Property(S): DirectoryTable100_x86.D371D00B_69EC_3F8E_A622_74710A89ADC1 = DirectoryTable
Property(S): SystemFolder_x86_VC.194841A2_D0F2_3B96_9F71_05BA91BEA0FA = C:\Windows\system32\
Property(S): DirectoryTable100_x86.194841A2_D0F2_3B96_9F71_05BA91BEA0FA = DirectoryTable
Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(S): MyPicturesFolder = C:\Windows\system32\config\systemprofile\Pictures\
Property(S): LocalAppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Local\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): SendToFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): RecentFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): PrintHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): PersonalFolder = C:\Windows\system32\config\systemprofile\Documents\
Property(S): NetHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): FavoritesFolder = C:\Windows\system32\config\systemprofile\Favorites\
Property(S): AS_REPAIR_VERSION_LIST = A
Property(S): MIN_SYSTEM = C:\Windows\system32\Shdocvw.dll
Property(S): READER_PATH = C:\Program Files\Adobe\Reader 11.0\Reader\
Property(S): PDF_INTEGRATION = 1
Property(S): Cancel = 0
Property(S): RadioGroup = 0
Property(S): _IsMaintenance = Reinstall
Property(S): OprimizeError2 = 0
Property(S): ActionTextLabel = 0
Property(S): FilesLabel = 0
Property(S): ENABLE_OPTIMIZATION = YES
Property(S): ARPREADME = C:\Program Files\Adobe\Acrobat Reader DC\Readme.htm
Property(S): ADMIN_INSTALL = NO
Property(S): ProductName = Adobe Acrobat Reader DC
Property(S): ProductVersion = 15.007.20033
Property(S): ADOBE_LINK = http://www.adobe.com
Property(S): ARMCheckFrequency = 72
Property(S): ARMManifestLocation = https://armmf.adobe.com/arm-manifests/win/ReaderDCManifest.msi
Property(S): ARM_PROPERTIES = DISABLE_FIU_CHECK=1##IGNORE_TRACK_INTEROP=YES
Property(S): ARM_Update = https://armmf.adobe.com/arm-updates/win/ARM-NEXT/ARM_update/AdobeARM.msi
Property(S): ARPCOMMENTS =
Property(S): ARPCONTACT = Customer Support
Property(S): ARPHELPLINK = http://www.adobe.com/support/main.html
Property(S): ARPNOREPAIR = 1
Property(S): ARPPRODUCTICON = SC_Reader.ico
Property(S): ARPURLINFOABOUT = http://www.adobe.com
Property(S): ARPURLUPDATEINFO = http://helpx.adobe.com/reader.html
Property(S): AcroIEHelper_Description = Adobe PDF Reader Link Helper
Property(S): AdminProperties = ADMIN_INSTALL
Property(S): AgreeToLicense = No
Property(S): ApplicationList = 0
Property(S): ApplicationUsers = AllUsers
Property(S): AppsInUseSilentAbort = A process is running that cannot be shut down by Setup. Please either close all applications and run Setup again, or restart your computer and run Setup again.
Property(S): AppsInUseUnknownAcrobatApps = Applications that are using Adobe Reader or Adobe Acrobat
Property(S): AttentionCloseReader = 0
Property(S): BLOCK_APP_TIMEOUT = 120
Property(S): BLOCK_ENTRYPOINT_LOGGING = 0
Property(S): BrandName = Adobe Acrobat Reader DC
Property(S): BrandNameMajorVer = Adobe Acrobat Reader DC
Property(S): Browser_Integration = 2
Property(S): ChannelName = Consumer
Property(S): CurrentPdfOwner = 0
Property(S): CurrentProduct = 0
Property(S): DEFAULT_ATTACHMENT_WHITELIST = version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.chm:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3|.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3|.ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3|.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops:3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb:3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3|.vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2|.jar:3|.pkg:3|.tool:3|.term:3|.acm:3|.asa:3|.aspx:3|.ax:3|.ad:3|.application:3|.asx:3|.cer:3|.cfg:3|.chi:3|.class:3|.clb:3|.cnt:3|.cnv:3|.cpx:3|.crx:3|.der:3|.drv:3|.fon:3|.gadget:3|.grp:3|.htt:3|.ime:3|.jnlp:3|.local:3|.manifest:3|.mmc:3|.mof:3|.msh:3|.msh1:3|.msh2:3|.mshxml:3|.msh1xml:3|.msh2xml:3|.mui:3|.nls:3|.pl:3|.perl:3|.plg:3|.ps1:3|.ps2:3|.ps1xml:3|.ps2xml:3|.psc1:3|.psc2:3|.py:3|.pyc:3|.pyo:3|.pyd:3|.rb:3|.sys:3|.tlb:3|.tsp:3|.xbap:3|.xnk:3|.xpi:3|.air:3|.appref-ms:3|.desklink:3|.glk:3|.library-ms:3|.mapimail:3|.mydocs:3|.sct:3|.search-ms:3|.searchConnector-ms:3|.vxd:3|.website:3|.zfsendtotarget:3
Property(S): DEFAULT_LAUNCH_URL = version:2|shell:3|hcp:3|ms-help:3|ms-its:3|ms-itss:3|its:3|mk:3|mhtml:3|help:3|disk:3|afp:3|disks:3|telnet:3|ssh:3|acrobat:2|mailto:2|file:1|rlogin:3|javascript:4|data:3|jar:3|vbscript:3
Property(S): DEFAULT_UPDATE_MODE = 3
Property(S): DEFAULT_VERB = Read
Property(S): DISABLE_BROWSER_INTEGRATION = NO
Property(S): DV = Consumer
Property(S): DWUSLINK = CEFB870FBECC80BF79AC97C8298C978FD9DCB78FCEDC5098CE8B974F99DBF0F8CEEC50A809AC
Property(S): DefaultUIFont = Tahoma8
Property(S): DefragResetProgress = No
Property(S): DisallowRunFromSource = 1
Property(S): ENABLE_CACHE_FILES = YES
Property(S): ERROR_CANNOT_OPTIMIZE_DISK = NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
Property(S): ERROR_DEFRAG_ADTEMPLATE = Completed [1]% of process
Property(S): ERROR_DEFRAG_MSG = Optimizing performance ...
Property(S): ERROR_MIN_OVER_BIG = Setup has detected that you already have a more functional product installed. Setup will now terminate.
Property(S): EULA_ACCEPT = YES
Property(S): EXEC_MENU_WHITELIST = Close|GeneralInfo|Quit|FirstPage|PrevPage|NextPage|LastPage|ActualSize|FitPage|FitWidth|FitHeight|SinglePage|OneColumn|TwoPages|TwoColumns|ZoomViewIn|ZoomViewOut|ShowHideBookmarks|ShowHideThumbnails|Print|GoToPage|ZoomTo|GeneralPrefs|SaveAs|FullScreenMode|OpenOrganizer|Scan|Web2PDF:OpnURL|AcroSendMail:SendMail|Spelling:Check Spelling|PageSetup|Find|FindSearch|GoBack|GoForward|FitVisible|ShowHideArticles|ShowHideFileAttachment|ShowHideAnnotManager|ShowHideFields|ShowHideOptCont|ShowHideModelTree|ShowHideSignatures|InsertPages|ExtractPages|ReplacePages|DeletePages|CropPages|RotatePages|AddFileAttachment|FindCurrentBookmark|BookmarkShowLocation|GoBackDoc|GoForwardDoc|DocHelpUserGuide|HelpReader|rolReadPage|HandMenuItem|ZoomDragMenuItem|CollectionPreview|CollectionHome|CollectionDetails|CollectionShowRoot|&Pages|Co&ntent|&Forms|Action &Wizard|Recognize &Text|P&rotection|&Sign && Certify|Doc&ument Processing|Print Pro&duction|Ja&vaScript|&Accessibility|Analy&ze|&Annotations|D&rawing Markups|Revie&w
Property(S): Elevated = 1
Property(S): EmbdUI = 1
Property(S): ErrorDialog = SetupError
Property(S): INSTALLLEVEL = 100
Property(S): ISLANGFLAG = ENU
Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available, please run ISScript.msi, or contact your support personnel for further assistance.
Property(S): ISVROOT_PORT_NO = 0
Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(S): IS_PROGMSG_TEXTFILECHANGS_REPLACE = Replacing %s with %s in %s...
Property(S): IS_PROGMSG_XML_COSTING = Costing XML files...
Property(S): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
Property(S): IS_PROGMSG_XML_FILES = Performing XML file changes...
Property(S): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
Property(S): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
Property(S): IS_SQLSERVER_AUTHENTICATION = 0
Property(S): IS_SQLSERVER_USERNAME = sa
Property(S): InstallerProps = UILevel;ACTION;PATCH;TRANSFORM;REMOVE_PREVIOUS;REGISTRATION_SUPPRESS;LANG_LIST;REBOOT;Privileged;MsiRunningElevated;UserLanguageID;INSTALL_MODE;ENABLE_OPTIMIZATION;SUPPRESS_APP_LAUNCH;DISABLE_BROWSER_INTEGRATION;IGNORE_INTEROP_REQS;EULA_ACCEPT;RebootYesNo;ReplacedInUseFiles;ProductVersion;ProductLanguage;AAM_DESKTOPSHORTCUT_EXISTS;PRESERIALIZATIONFILEPATH;SUITEMODE;REMOVE;ADDLOCAL;ProductLocale;DEACTIVATE;REINSTALL;REINSTALLMODE;DefragStatus;Install_Trial;MULSERIAL;LANG_LIST_SERIAL;DISABLEDESKTOPSHORTCUT;UPDATE_MODE;ProductCode
Property(S): IsMinIE_Message = requires Internet Explorer 7.0 or greater. Please visit www.microsoft.com to upgrade Internet Explorer.
Property(S): KBDOCLINK_ERROR_INVDRIVE = http://kb2.adobe.com/cps/404/kb404946.html
Property(S): LANG_LIST = en_US,ca_ES,eu_ES,bg_BG,zh_CN,zh_TW,cs_CZ,da_DK,de_DE,es_ES,et_ET,fr_FR,hr_HR,hu_HU,it_IT,ja_JP,ko_KR,lt_LT,lv_LV,nl_NL,nb_NO,pl_PL,pt_BR,ro_RO,ru_RU,sk_SK,sl_SI,fi_FI,sv_SE,tr_TR,uk_UA
Property(S): LC_UNSUPPORTED_OS = This application cannot be installed on this operating system. Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
Property(S): LC_UNSUPPORTED_OS_1 = This application cannot be installed on this operating system
Property(S): LC_UNSUPPORTED_OS_2 = Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
Property(S): MSIRESTARTMANAGERCONTROL = Disable
Property(S): MachinePoliciesProps = TransformsSecure;TransformsAtSource;DisablePatch;AllowLockdownPatch;DisableLUAPatching;DisableFlyWeightPatching;DisableMsi;AlwaysInstallElevated
Property(S): ManifestURL = https://armmf.adobe.com/arm-manifests/win/ArmManifest.msi
Property(S): Manufacturer = Adobe Systems Incorporated
Property(S): OLE_VERB_OPEN = &Open,0,2
Property(S): OpenWith = Open with Adobe Acrobat Reader DC
Property(S): PDFOwnershipProps = PDF_INTEGRATION;IS_CURRENT_PDFOWNER;DEFAULT_VERB;LEAVE_PDFOWNERSHIP;OWNERSHIP_STATE
Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(S): PROCESSPATHWITHID = %s with process ID: %d
Property(S): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...
Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Creating web service extension
Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Creating web service extensions...
Property(S): PROGMSG_IIS_CREATEWEBSITE = Creating IIS website %s
Property(S): PROGMSG_IIS_CREATEWEBSITES = Creating IIS websites...
Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTDONEz = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTzDONE = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEAPPPOOL = Removing application pool
Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
Property(S): PROGMSG_IIS_REMOVEWEBSITES = Removing IIS websites...
Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
Property(S): ProductID = none
Property(S): ProductLanguage = 1033
Property(S): ProgressType0 = install
Property(S): ProgressType1 = Installing
Property(S): ProgressType2 = installed
Property(S): ProgressType3 = installs
Property(S): REINSTALLMODE = omus
Property(S): REMOVE_PREVIOUS = YES
Property(S): TempFolder = C:\Windows\TEMP\
Property(S): ReaderDefaultProgramDesc = is the trusted standard for reliably viewing, printing, signing and commenting on PDF documents. It's the only PDF viewer that can open and interact with all types of PDF content - including forms and multimedia - and is available across leading desktop and mobile device platforms.
Property(S): ReaderProcessPopup = 0
Property(S): ReadmeHtml = Readme.htm
Property(S): RebootYesNo = Yes
Property(S): RegistryHiveName = DC
Property(S): ReinstallModeText = omus
Property(S): RestartManagerOption = CloseRestart
Property(S): RunTimeProperties = CACHE_DIR;ProductName;OriginalDatabase;REMOVE;WindowsFolder;SetupCacheExport;ALLUSERS;REINSTALLMODE;PLUG_INS;DefragResetProgress;ALLUSERS_APPDATA_ADOBE;DEFAULT_VERB;IS_CURRENT_PDFOWNER;ACTIVE_X;Installed;READER;ProductCode;INSTALLMAJORVERSION;VersionNT;VersionNT64;SystemFolder;CURRENT_PDFOWNER_PROGID;DV;RegistryHiveName;ChannelName;ARM_PROPERTIES;ARM_EXECUTION;INSTALLDIR
Property(S): SUPPRESSLANGSELECTION = 1
Property(S): SYNCHRONIZER = YES
Property(S): SecureCustomProperties = ACROBAT_12_INSTALLED;ACROBAT_APP_PATH;ACTIONPROPERTY;ARMED;ARM_COLLECT;AS_HKCR_EXE;AS_INSTALLDIR;AS_OPTIMIZE_ENABLED;BLOCK_APP_TIMEOUT;BLOCK_ENTRYPOINT_LOGGING;COMMON_LINGUISTIC;DEFAULT_CURVER_PROGID;DEFAULT_PDF_PROGID;DEFAULT_PROGID;DEFAULT_VERB;DISABLE_PDFOWNERSHIP_RESTORE;ELEMENTS;ENABLE_OPTIMIZATION;INSTALLDIR;INSTALLMAJORVERSION;IS_CURRENT_PDFOWNER;MIN_SYSTEM;OWNERSHIP_STATE;PDFSHELL_LOCALSERVER_COMMAND;PDF_ACROBROKER_PATH;MIME_PDF_BROWSER;PDF_DEFAULTICON;PDF_INPROCSERVER_VIEWERPS;PDF_INTEGRATION;PDF_PREVIEW_HANDERLER_DLL;PDF_PREVIEW_HANDERLER_HELPDIR;PDX_DEFAULT_PROGID;RDRBIG;RDRBIG_11X;RDRBIG_8X;RDRBIG_9X;RDRMIN;READER_PATH;SUPPORTDIR;SUPPRESSLANGSELECTION;DEFAULT_UPDATE_MODE;UPDATE_MODE;UT_6X;UT_7X;UT_A3D;UT_AP1;UT_AP2;UT_AS1;UT_AS2;UT_AT;UT_EB61;UT_EB62;UT_EB63;UT_FRB;UT_FRS;UT_MM61;UT_MM62;UT_MM63;RDRBIG_12X_DETECT;UT_OLD_12X;RegistryHiveName;ChannelName;ARM_EXECUTION;DISABLE_LANG_LIST_MIGRATE;LANG_LIST;WEBRCSC_ARM_REG_CODE;WEBRCSC_PRODUCT_CODE
Property(S): SetupCacheExport = Enterprise.mnt
Property(S): SetupType = Typical
Property(S): Square = 1
Property(S): TRACKINGKEY = Software\Adobe\Acrobat Reader\7.0
Property(S): TypicalText = 0
Property(S): UNKNOWNPROCESSWITHID = Unknown process with process ID: %d
Property(S): WebRscProductCodeString = {291AA914-A987-4CE9-BD63-AC0A92D435E5}
Property(S): WebRcscManifestURL = https://armmf.adobe.com/arm-manifests/win/ServicesUpdater/DCRdrManifest.msi
Property(S): _5789b66a5ab8e = {AC76BA80-0012-7AD7-0000-000000000000}
Property(S): _IsSetupTypeMin = Typical
Property(S): _WebLinkChecked = 0
Property(S): ISReleaseFlags = ENU,READERBIG
Property(S): SETUPEXENAME = setup.exe
Property(S): ARPINSTALLLOCATION = C:\Program Files\Adobe\Acrobat Reader DC\
Property(S): SourceDirCustom = C:\ProgramData\Dell\KACE\downloads\7518\
Property(S): SourceDirTransforms = C:\ProgramData\Dell\KACE\downloads\7518\Transforms
Property(S): PROGID7_ALTERNATE_COMMAND = C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe
Property(S): REBOOT = ReallySuppress
Property(S): SV = 11.0
Property(S): RemoteAdminTS = 1
Property(S): System16Folder = C:\Windows\system\
Property(S): WindowsVolume = C:\
Property(S): WindowsFolder = C:\Windows\
Property(S): MsiNTProductType = 1
Property(S): ServicePackLevelMinor = 0
Property(S): ServicePackLevel = 1
Property(S): WindowsBuild = 7601
Property(S): CWProvXMLFile = 0
Property(S): Privileged = 1
Property(S): VersionMsi = 5.00
Property(S): CLIENTPROCESSID = 352
Property(S): MsiSystemRebootPending = 1
Property(S): PackageCode = {D1523CF4-4315-41D0-B4C0-4B764ECB31EA}
Property(S): PackagecodeChanging = 1
Property(S): TRANSFORMS = C:\ProgramData\Dell\KACE\downloads\7518\AcroRead.mst
Property(S): CURRENTDIRECTORY = C:\ProgramData\Dell\KACE\downloads\7518
Property(S): CLIENTUILEVEL = 3
Property(S): RDRBIG_11X = {AC76BA86-7AD7-1033-7B44-AB0000000001}
Property(S): VersionDatabase = 300
Property(S): ProductState = -1
Property(S): MsiLogFileLocation = C:\temp\package.log
MSI (s) (54:A8) [16:40:16:009]: Product: Adobe Acrobat Reader DC -- Installation operation completed successfully.
MSI (s) (54:A8) [16:40:16:009]: Windows Installer installed the product. Product Name: Adobe Acrobat Reader DC. Product Version: 15.007.20033. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 0.
=== Logging stopped: 20/04/2015 16:40:16 === - KiwiJJ 9 years ago
Without having a look at the MST or reading the log cos im lazy, here is what I think is happening.
Your setting HKCU registry settings (HKCU/Software/Adobe/Acrobat Reader/DC), when you install this on a test machine you will most likely use a admin account, the admin account gets the registry settings.
When you deploy from KACE (SYSTEM account) the HKCU registry settings are missing.
Question, when you manually tested it, did you test it as another user?
ie. Install (Admin) > make new user account on PC > log out > log in as new user.
(Btw, always test a clean standard user, use virtual machines, will make like easier :)
This is what i would do for the manual deploy test.
msiexec /i Adobe.msi TRANSFORMS=Blah.mst /qb /l*vx .\mylog.log
Install the MSI with the MST using the admin account. Then create a new (standard) user account, brand spanking new, then log on as that user, start Adobe Reader/Acrobat (give it sec to do its thing) and then check HKCU for your settings.
When you launch the shortcut make sure its an Advertised shortcut, this is the shortcut type that will launch the self heal - if you right click it the shortcut for properties, it will not show the target (will be grayed out).
If HKCU settings is still missing, then I would check the event viewer, this is to check if Adobe tried to self heal, you will see it pop up in the Application event log I think. From what I recall, this is stretching my memory a bit, Adobe normally self heals on run to populate your HKCU with adobe junk.
If it did self heal and its still missing, then I think registry settings for that COMPONENT is missing a KEYPATH.
If it is populated, woot.
If not, this means KACE is fubaring your install somehow.
Other thoughts.
Use /l*vx as this gives the most detail in the log, means we can see what the installer is doing action by action (literally as it lays each file down). Dump it on http://pastebin.com/ or something like that as the log will be huge.
Re: running as SYSTEM account, definitely use that tool i mentioned. Saves typing to get a SYSTEM cmd box up. - rileyz 9 years ago