[Main] Title=Adobe Reader XI Author=2aCD Level=5 Version=001 Description=Adobe Reader XI#$X(x64/x86) incl. Internet Explorer Addin Contact= Date=2013.04.22 Selected=False Download_Level=2 NoWarning=False HistoryNote001=initial [Variables] %ProgramFolderRoot%=AdobeReaderXI %ProgramFolder%=%ProgramFolderRoot%\Reader %ProgramEXE%=AcroRd32.exe %ProgramTitle%=Adobe Reader XI %ContainerFileName%=AdobeReaderXI_File.script %ContainerFile%=%scriptdir%\%ContainerFileName% // %Target_SysDir%=%Target_Sys% %Source_SysDir%=%Source_Sys% CopySys=Run,%ScriptFile%,Process-CopySys [Process] Echo,"Processing %ProgramTitle%..." // StrFormat,REPLACE,%ScrollBox_RunFromWhere%," ","",%runfrom% If,EXISTMACRO,CapiC,If,Not,%runfrom%,Equal,Rundefault,CapiC,VariableToMacro,%runfrom%,True If,Not,EXISTMACRO,CapiC,If,Not,%runfrom%,Equal,Rundefault,%runfrom%,True // IF,Not,%pTextBox2%,Equal,,Set,%ProgramTitle%,%pTextBox2% IF,%pCheckBox4%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1% If,%pCheckBox2%,Equal,True,Add_Shortcut,Desktop If,%pCheckBox3%,Equal,True,Add_Shortcut,QuickLaunch If,%pCheckBox6%,Equal,true,Begin If,EXISTMACRO,Add_Pin,Begin If,%pTextBox1%,EQUAL,.,Add_Pin,RecentPrograms,,$Start_Menu\Programs\%ProgramTitle%.lnk Else,Add_Pin,RecentPrograms,,$Start_Menu\Programs\%pTextBox1%\%ProgramTitle%.lnk End End // run,%ScriptFile%,SetLang run,%scriptfile%,PreConfig if,%SourceArch%,Equal,x86,Begin run,%ScriptFile%,WriteSettings run,%ScriptFile%,CopySystemFiles_x86 End if,%SourceArch%,Equal,x64,Begin Set,%Target_SysDir%,%Target_Win%\SysWOW64 Set,%Source_SysDir%,%Source_Win%\SysWOW64 run,%ScriptFile%,WriteSettings,"\Wow6432Node" run,%ScriptFile%,WriteSettings_x64 run,%ScriptFile%,CopySystemFiles_x64 End run,%ScriptFile%,CopyFiles // run,%scriptfile%,WriteInterface,,pTextLabel6,%Ver% run,%scriptfile%,PostConfig [PreConfig] If,Not,ExistFile,%ContainerFile%,run,%ScriptFile%,ErrorMsg,"%ContainerFileName% Not Found" IniRead,%ContainerFile%,Variables_INI,PackedFile_Version,%Ver% IniRead,%ContainerFile%,Variables_INI,PackedCommonFile,%PackedCommonFile% IniRead,%ContainerFile%,Variables_INI,PackedFile,%PackedFile% IniRead,%ContainerFile%,Variables_INI,PackedSystem,%PackedSystem% IniRead,%ContainerFile%,Variables_INI,PackedSystem_x64,%PackedSystem_x64% IniRead,%ContainerFile%,Variables_INI,PackedLang_%Lang%,%PackedLang% IniRead,%ContainerFile%,Variables_INI,PackedLangCommon_%Lang%,%PackedCommonLang% If,ExistDir,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%,Shellexecute,Hide,cmd.exe,"/C rd /s /q #$q%ProgramFolderRoot%#$q",%ProjectTemp%\TempExtractFolder If,ExistDir,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%,run,%ScriptFile%,ErrorMsg,"Temp-Directory NOT DELETED" DirMake,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% //Set Target CommonFiles IniRead,%ProjectInfo%,TargetPaths,Common_Files,%CommonFiles% If,Not,%CommonFiles%,EQUAL,,Set,%Target_CommonFiles%,%TargetDir%\%CommonFiles% If,%CommonFiles%,EQUAL,,Begin If,%SourceArch%,Equal,x86,Set,%Target_CommonFiles%,%TargetDir%\Program Files\Common Files If,%SourceArch%,Equal,x64,Set,%Target_CommonFiles%,%TargetDir%\Program Files (x86)\Common Files End //for Win7 If,Not,ExistFile,"%target_win%\txtsetup.sif",If,Not,ExistDir,%TargetProfilesUserDir%\AppData\LocalLow,DirMake,%TargetProfilesUserDir%\AppData\LocalLow [PostConfig] If,ExistDir,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%,Shellexecute,Hide,cmd.exe,"/C rd /s /q #$q%ProgramFolderRoot%#$q",%ProjectTemp%\TempExtractFolder If,ExistDir,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%,run,%ScriptFile%,ErrorMsg,"Temp-Directory NOT DELETED" [CopyFiles] Echo,"Unpack Files... %Ver%" DirMake,"%Target_Prog%\%ProgramFolderRoot%" // ExtractFile,%ContainerFile%,Program,%PackedFile%,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% ExtractFile,%ContainerFile%,Program,%PackedCommonFile%,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%\%PackedFile%#$q -y -o#$q%Target_Prog%\%ProgramFolderRoot%#$q" ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%\%PackedCommonFile%#$q -y -o#$q%Target_CommonFiles%#$q" //Language, not for en If,Not,%Lang%,EQUAL,ENU,Begin Echo,"Add Language Files: %LangStr%" ExtractFile,%ContainerFile%,Language,%PackedLang%,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% ExtractFile,%ContainerFile%,Language,%PackedCommonLang%,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%\%PackedLang%#$q -y -o#$q%Target_Prog%\%ProgramFolderRoot%#$q" ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%\%PackedCommonLang%#$q -y -o#$q%Target_CommonFiles%#$q" End // CopySys,d3d8thk.dll CopySys,dciman32.dll [CopySystemFiles_x86] Echo,"Unpack Systemfiles x86... %Ver%" ExtractFile,%ContainerFile%,System,%PackedSystem%,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%\%PackedSystem%#$q -y -o#$q%Target_Win%#$q" [CopySystemFiles_x64] Echo,"Unpack Systemfiles x64... %Ver%" ExtractFile,%ContainerFile%,System,%PackedSystem_x64%,%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot% ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\%ProgramFolderRoot%\%PackedSystem_x64%#$q -y -o#$q%Target_Win%#$q" [SetLang] StrFormat,SPLIT,%pScrollBox1%,"|",3,%LangDir% StrFormat,SPLIT,%pScrollBox1%,"|",2,%Lang% StrFormat,SPLIT,%pScrollBox1%,"|",1,%LangStr% set,%LangFile%,Locale\%LangDir%\RdLang32.%Lang% If,%Lang%,EQUAL,ENU,set,%LangFile%,acrord32.dll [WriteSettings] Echo,"Registering components..." //User Settings RegHiveLoad,Tmp_Default,%RegDefault% RegWrite,"HKLM",0x4,"Tmp_Default\Software\Adobe\Acrobat Reader\11.0\Privileged","bProtectedMode",0x0 RegWrite,"HKLM",0x1,"Tmp_Default\Software\Adobe\Acrobat Reader\11.0\Language",, RegWrite,"HKLM",0x1,"Tmp_Default\Software\Adobe\Acrobat Reader\11.0\Language\current","","%LangFile%" RegWrite,"HKLM",0x1,"Tmp_Default\Software\Adobe\Acrobat Reader\11.0\Language\next","","%LangFile%" RegWrite,"HKLM",0x4,"Tmp_Default\Software\Adobe\Acrobat Reader\11.0\Language\UseMUI","bUseMUI",0x0 RegHiveUnLoad,Tmp_Default // RegHiveLoad,Tmp_Software,%RegSoftware% //get %LiveProgramData%, %LiveCommonFiles% from running CD RegRead,"HKLM","Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common AppData",%LiveProgramData% RegRead,"HKLM","Tmp_Software#1\Microsoft\Windows\CurrentVersion","CommonFilesDir",%LiveCommonFiles% //Register Software RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0",, RegWrite,"HKLM",0x4,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\AdobeViewer","EULA",0x1 RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","","" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","bUpdateModeSet","" If,Not,%Lang%,EQUAL,ENU,RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","%Lang%_GUID","{AC76BA86-7AD7-1033-7B44-AB0000000001}" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","ENU_GUID","{AC76BA86-7AD7-1033-7B44-AB0000000001}" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","InstallDate","22.04.2013" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","InstallTime","14:30:36" RegAddBoot,"HKLM",0x1,"Software#1\Adobe\Acrobat Reader\11.0\Installer","Path","%PE_Programs%\%ProgramFolderRoot%\" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","ReinstallMode","omus" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer","ServiceControl","601" RegAddBoot,"HKLM",0x1,"Software#1\Adobe\Acrobat Reader\11.0\Installer\IOD","","#$q%PE_Programs%\%ProgramFolderRoot%\Esl\AiodLite.dll#$q" RegAddBoot,"HKLM",0x1,"Software#1\Adobe\Acrobat Reader\11.0\Installer\IOD","Library","%PE_Programs%\%ProgramFolderRoot%\Esl\AiodLite.dll" RegWrite,"HKLM",0x4,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer\Optimization","DefragStatus",0x1 RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer\Optimization","Enabled","YES" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Installer\Updates","","" RegAddBoot,"HKLM",0x1,"Software#1\Adobe\Acrobat Reader\11.0\InstallPath","","%PE_Programs%\%ProgramFolder%" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Language","UI",%Lang% RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Language\current","","%LangFile%" RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Acrobat Reader\11.0\Language\next","","%LangFile%" //RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Adobe ARM",, //RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Adobe ARM\1.0",, //RegWrite,"HKLM",0x4,"Tmp_Software#1\Adobe\Adobe ARM\1.0\ARM","iCheckReader",0x0 RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Repair",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Repair\Acrobat Reader",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Adobe\Repair\Acrobat Reader\11.0",, RegAddBoot,"HKLM",0x1,"Software#1\Adobe\Repair\Acrobat Reader\11.0\IOD","","#$q%PE_Programs%\%ProgramFolderRoot%\Esl\aiodlite.dll#$q" RegAddBoot,"HKLM",0x1,"Software#1\Adobe\Repair\Acrobat Reader\11.0\IOD","Library","%PE_Programs%\%ProgramFolderRoot%\Esl\aiodlite.dll" // RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\ActiveX Compatibility","","" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\ActiveX Compatibility\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}","Compatibility Flags",0x400 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{15B3FB63-66F4-4EFC-B717-BB283B85E79B}","AppName","AcroBroker.exe" RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{15B3FB63-66F4-4EFC-B717-BB283B85E79B}","AppPath","%PE_Programs%\%ProgramFolder%\" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{15B3FB63-66F4-4EFC-B717-BB283B85E79B}","Policy",0x3 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{358E6F10-DE8A-4602-8424-179CA217F8EE}","AppName","AcroRd32Info.exe" RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{358E6F10-DE8A-4602-8424-179CA217F8EE}","AppPath","%PE_Programs%\%ProgramFolder%" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{358E6F10-DE8A-4602-8424-179CA217F8EE}","Policy",0x3 //RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{76E2369A-75BA-41F9-8B9E-16059E5CF9A6}","AppName","AdobeARM.exe" //RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{76E2369A-75BA-41F9-8B9E-16059E5CF9A6}","AppPath","%LiveCommonFiles%\Adobe\ARM\1.0\" //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{76E2369A-75BA-41F9-8B9E-16059E5CF9A6}","Policy",0x3 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{8E1F80F4-953F-41E7-8460-E64AE5BE4ED3}","AppName","AdobeCollabSync.exe" RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{8E1F80F4-953F-41E7-8460-E64AE5BE4ED3}","AppPath","%PE_Programs%\%ProgramFolder%" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{8E1F80F4-953F-41E7-8460-E64AE5BE4ED3}","Policy",0x3 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{9C6A861C-B233-4994-AFB1-C158EE4FC578}","AppName","AcroRd32.exe" RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{9C6A861C-B233-4994-AFB1-C158EE4FC578}","AppPath","%PE_Programs%\%ProgramFolder%" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{9C6A861C-B233-4994-AFB1-C158EE4FC578}","Policy",0x3 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{A2397324-4D73-4870-A795-995C56F49FBD}","AppName","arh.exe" RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{A2397324-4D73-4870-A795-995C56F49FBD}","AppPath","%PE_Programs%\%ProgramFolder%" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{A2397324-4D73-4870-A795-995C56F49FBD}","Policy",0x1 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASAPI32","ConsoleTracingMask",0xFFFF0000 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASAPI32","EnableConsoleTracing",0x0 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASAPI32","EnableFileTracing",0x0 //RegWrite,"HKLM",0x2,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASAPI32","FileDirectory","%windir%\tracing" //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASAPI32","FileTracingMask",0xFFFF0000 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASAPI32","MaxFileSize",0x100000 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASMANCS","ConsoleTracingMask",0xFFFF0000 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASMANCS","EnableConsoleTracing",0x0 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASMANCS","EnableFileTracing",0x0 //RegWrite,"HKLM",0x2,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASMANCS","FileDirectory","%windir%\tracing" //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASMANCS","FileTracingMask",0xFFFF0000 //RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Tracing\AcroRd32_RASMANCS","MaxFileSize",0x100000 RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe","","%PE_Programs%\%ProgramFolder%\%ProgramEXE%" RegAddBoot,"HKLM",0x1,"Software#1\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe","Path","%PE_Programs%\%ProgramFolder%\" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\Explorer","GlobalAssocChangedCounter",0x4 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}","","AcroIEHelperStub" RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}","NoExplorer",0x1 RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\PreviewHandlers","{DC6EFB56-9CFA-464D-8880-44885D7DC193}","Adobe PDF Preview Handler for Vista" //RegWrite,"HKLM",0x1,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\Run","Adobe ARM","#$q%LiveCommonFiles%\Adobe\ARM\1.0\AdobeARM.exe#$q" RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\ICU\icudt26l.dat",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Adobe\symbol.txt",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Adobe\zdingbat.txt",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\CENTEURO.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\CORPCHAR.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\CROATIAN.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\CYRILLIC.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\GREEK.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\ICELAND.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\ROMAN.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\ROMANIAN.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\SYMBOL.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\TURKISH.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\Mac\UKRAINE.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1250.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1251.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1252.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1253.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1254.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1257.TXT",0x1 RegAddBoot,"HKLM",0x4,"Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","%PE_Programs%\%ProgramFolderRoot%\Resource\TypeSupport\Unicode\Mappings\win\CP1258.TXT",0x1 RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","X:\Windows\system32\msvcp100.dll",0x2 RegWrite,"HKLM",0x4,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\SharedDLLs","X:\Windows\system32\msvcr100.dll",0x2 RegWrite,"HKLM",0x3,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_ea33c8f0b247cd77\9.0","9.0.21022.8",01 RegWrite,"HKLM",0x3,"Tmp_Software#1\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_02d0010672fd8219\9.0","9.0.21022.8",01 // RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins",, RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader","Description","Handles PDFs in-place in Firefox" RegAddBoot,"HKLM",0x1,"Software#1\MozillaPlugins\Adobe Reader","Path","%PE_Programs%\%ProgramFolder%\AIR\nppdf32.dll" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader","ProductName","Adobe Reader Plugin for Firefox" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader","Vendor","Adobe Systems Incorporated. Copyright 1994-2010 All Rights Reserved" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader","Version","11.0.02" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader\MimeTypes",, RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader\MimeTypes\application/pdf","","" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader\MimeTypes\application/vnd.adobe.xdp+xml","","" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader\MimeTypes\application/vnd.adobe.xfd+xml","","" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader\MimeTypes\application/vnd.adobe.xfdf","","" RegWrite,"HKLM",0x1,"Tmp_Software#1\MozillaPlugins\Adobe Reader\MimeTypes\application/vnd.fdf","","" RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader",, RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0",, RegWrite,"HKLM",0x4,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown","bPurchaseAcro",0x0 RegWrite,"HKLM",0x4,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown","bUpdater",0x0 RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultExecMenuItems","tWhiteList","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" RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchAttachmentPerms","tBuiltInPermList","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" RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms","tFlashContentSchemeWhiteList","http|https|ftp|rtmp|rtmpe|rtmpt|rtmpte|rtmps|mailto" RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms","tSchemePerms","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" RegWrite,"HKLM",0x1,"Tmp_Software#1\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms","tSponsoredContentSchemeWhiteList","http|https" //Register Classes RegWrite,"HKLM",0x1,"Tmp_Software\Classes\","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.acrobatsecuritysettings","","AcroExch.acrobatsecuritysettings" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.acrobatsecuritysettings","Content Type","application/vnd.adobe.acrobat-security-settings" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.acrobatsecuritysettings\OpenWithList",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.acrobatsecuritysettings\OpenWithList\Acrobat.exe","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.acrobatsecuritysettings\OpenWithList\AcroRd32.exe","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.api","","AcroExch.Plugin" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.api\AcroExch.Plugin",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.api\AcroExch.Plugin\ShellNew",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.fdf","","AcroExch.FDFDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.fdf","Content Type","application/vnd.fdf" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.fdf\AcroExch.FDFDoc",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.fdf\AcroExch.FDFDoc\ShellNew",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf","","AcroExch.Document.11" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf","Content Type","application/pdf" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf\OpenWithList","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf\OpenWithList\AcroRd32.exe","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf\PersistentHandler","","{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf\ShellEx",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdf\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}","","{DC6EFB56-9CFA-464D-8880-44885D7DC193}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdfxml","","AcroExch.pdfxml" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdfxml","Content Type","application/vnd.adobe.pdfxml" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdfxml\OpenWithList",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdfxml\OpenWithList\Acrobat.exe","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdfxml\OpenWithList\AcroRd32.exe","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdx","","PDXFileType" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdx","Content Type","application/vnd.adobe.pdx" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdx\PDXFileType",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.pdx\PDXFileType\ShellNew",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.secstore","","AcroExch.SecStore" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.secstore\AcroExch.SecStore",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.secstore\AcroExch.SecStore\ShellNew",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xdp","","AcroExch.XDPDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xdp","Content Type","application/vnd.adobe.xdp+xml" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xdp\AcroExch.XDPDoc",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xdp\AcroExch.XDPDoc\ShellNew",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xfdf","","AcroExch.XFDFDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xfdf","Content Type","application/vnd.adobe.xfdf" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xfdf\AcroExch.XFDFDoc",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\.xfdf\AcroExch.XFDFDoc\ShellNew",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroAccess.AcrobatAccess","","AcrobatAccess Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroAccess.AcrobatAccess.1","","AcrobatAccess Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroAccess.AcrobatAccess.1\CLSID","","{C523F39F-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroAccess.AcrobatAccess\CLSID","","{C523F39F-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroAccess.AcrobatAccess\CurVer","","AcroAccess.AcrobatAccess.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat","","URL:Acrobat Protocol" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat","URL Protocol","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Acrobat.AcroAXDoc.1",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Acrobat.AcroAXDoc.1\Shellex",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Acrobat.AcroAXDoc.1\Shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}","","{F9DB5320-233E-11D1-9F84-707F02C10627}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Acrobat.AcroAXDoc.1\Shellex\PropertySheetHandlers",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Acrobat.AcroAXDoc.1\Shellex\PropertySheetHandlers\InfoPage","","{F9DB5320-233E-11D1-9F84-707F02C10627}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat\DefaultIcon","","AcroRd32.exe" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat\shell",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat\shell\open",, RegAddBoot,"HKLM",0x1,"Software\Classes\acrobat\shell\open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /u #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat\shell\open\ddeexec","","[HandleAcroURL(#$q#$p1#$q)]" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat\shell\open\ddeexec\application","","AcroViewR10" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\acrobat\shell\open\ddeexec\topic","","Control" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroBroker.Broker","","Broker Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroBroker.Broker.1","","Broker Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroBroker.Broker.1\CLSID","","{BD57A9B2-4E7D-4892-9107-9F4106472DA4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroBroker.Broker\CLSID","","{BD57A9B2-4E7D-4892-9107-9F4106472DA4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroBroker.Broker\CurVer","","AcroBroker.Broker.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings","","Adobe Acrobat Security Settings Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1","","Adobe Acrobat Security Settings Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\PDFFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\Insertable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Open",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Print",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Print\command","","#$q#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q#$q /p /h #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Printto",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Printto\command","","#$q#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q#$q /t #$q#$p1#$q #$q#$p2#$q #$q#$p3#$q #$q#$p4#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.acrobatsecuritysettings.1\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.acrobatsecuritysettings\CurVer","","AcroExch.acrobatsecuritysettings.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document","","Adobe Acrobat Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.Document","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11","","Adobe Acrobat Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.Document.11","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\PDFFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\Insertable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol\StdFileEditing",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol\StdFileEditing\RequestDataFormats","","NoteshNote" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol\StdFileEditing\server","","""Acrobat.exe""" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol\StdFileEditing\SetDataFormats","","NotesDocInfo" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol\StdFileEditing\verb",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\protocol\StdFileEditing\verb\0","","&Open" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\shell\Open",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.Document.11\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\shell\Print",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.Document.11\shell\Print\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /p /h #$q#$p1#$q " RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\shell\Printto",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.Document.11\shell\Printto\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /t #$q#$p1#$q #$q#$p2#$q #$q#$p3#$q #$q#$p4#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.Document.11\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\Shellex",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\Shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}","","{F9DB5320-233E-11D1-9F84-707F02C10627}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\Shellex\PropertySheetHandlers","","InfoPage" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.11\Shellex\PropertySheetHandlers\InfoPage","","{F9DB5320-233E-11D1-9F84-707F02C10627}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.7",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.7\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document.7\shell\read",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.Document.7\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document\CurVer","","AcroExch.Document.11" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document\Shell",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Document\Shell\Open",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.Document\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc","","Adobe Acrobat Forms Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.FDFDoc","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\AcrobatVersion","","11.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\FDFFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\shell\Open",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.FDFDoc\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\shell\Print","","Print" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.FDFDoc\shell\Print\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /p /h #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\shell\Printto",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.FDFDoc\shell\Printto\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /t #$q#$p1#$q #$q#$p2#$q #$q#$p3#$q #$q#$p4#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.FDFDoc\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.FDFDoc\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x7,"Tmp_Software\Classes\AcroExch.FDFDoc\shell\Read\command","command","34TL`i`Z5(=T?6!$,CC!ReaderProgramFiles>fWDK6Qbnd93&(S^FJi40 #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml","","Adobe Acrobat PDFXML Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.pdfxml","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1","","Adobe Acrobat PDFXML Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.pdfxml.1","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\PDFFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\Insertable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\shell\Open","","" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.pdfxml.1\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\shell\Print",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.pdfxml.1\shell\Print\command","","#$q#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q#$q /p /h #$q#$p1#$q " RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\shell\Printto",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.pdfxml.1\shell\Printto\command","","#$q#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q#$q /t #$q#$p1#$q #$q#$p2#$q #$q#$p3#$q #$q#$p4#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml.1\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.pdfxml.1\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.pdfxml\CurVer","","AcroExch.pdfxml.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Plugin",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.Plugin\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\APIFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.SecStore",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.SecStore\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\SecStoreFile.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc","","Adobe Acrobat XML Data Package File" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.XDPDoc","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\AcrobatVersion","","11.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\XDPFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\shell\Open",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XDPDoc\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\shell\Print",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XDPDoc\shell\Print\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%"" /p /h #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\shell\Printto",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XDPDoc\shell\Printto\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /t #$q#$p1#$q #$q#$p2#$q #$q#$p3#$q #$q#$p4#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XDPDoc\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XDPDoc\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x7,"Tmp_Software\Classes\AcroExch.XDPDoc\shell\Read\command","command","34TL`i`Z5(=T?6!$,CC!ReaderProgramFiles>fWDK6Qbnd93&(S^FJi40 #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc","","Adobe Acrobat Forms Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc","BrowseInPlace","1" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroExch.XFDFDoc","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\AcrobatVersion","","11.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\CLSID","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\XFDFFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\shell\Open",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XFDFDoc\shell\Open\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\shell\Print","","" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XFDFDoc\shell\Print\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /p /h #$q#$p1#$q " RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\shell\Printto",, RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XFDFDoc\shell\Printto\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q /t #$q#$p1#$q #$q#$p2#$q #$q#$p3#$q #$q#$p4#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroExch.XFDFDoc\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\AcroExch.XFDFDoc\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x7,"Tmp_Software\Classes\AcroExch.XFDFDoc\shell\Read\command","command","34TL`i`Z5(=T?6!$,CC!ReaderProgramFiles>fWDK6Qbnd93&(S^FJi40 #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelper.AcroIEHlprObj","","Adobe PDF Reader Link Helper" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelper.AcroIEHlprObj.1","","Adobe PDF Reader Link Helper" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelper.AcroIEHlprObj.1\CLSID","","{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelper.AcroIEHlprObj\CLSID","","{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelper.AcroIEHlprObj\CurVer","","AcroIEHelper.AcroIEHlprObj.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelperShim.AcroIEHelperShimObj","","Adobe PDF Link Helper" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelperShim.AcroIEHelperShimObj.1","","Adobe PDF Link Helper" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelperShim.AcroIEHelperShimObj.1\CLSID","","{18DF081C-E8AD-4283-A596-FA578C2EBDC3}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelperShim.AcroIEHelperShimObj\CLSID","","{18DF081C-E8AD-4283-A596-FA578C2EBDC3}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroIEHelperShim.AcroIEHelperShimObj\CurVer","","AcroIEHelperShim.AcroIEHelperShimObj.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.FDF","","CAcroFDFHandler Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.FDF.1","","CAcroFDFHandler Class" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroPDF.FDF.1","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.FDF.1\CLSID","","{5BB2200E-5672-4A32-902A-5A98DB1C58DC}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.FDF.1\DocObject","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.FDF\CLSID","","{5BB2200E-5672-4A32-902A-5A98DB1C58DC}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.FDF\CurVer","","AcroPDF.FDF.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.PDF","","Adobe PDF Reader" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.PDF.1","","Adobe PDF Reader" RegWrite,"HKLM",0x3,"Tmp_Software\Classes\AcroPDF.PDF.1","EditFlags",00,00,01,00 RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.PDF.1\CLSID","","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.PDF.1\DocObject","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.PDF\CLSID","","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AcroPDF.PDF\CurVer","","AcroPDF.PDF.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.AcrobatSearch","","Acrobat Search" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.AcrobatSearch.1","","Acrobat Search" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.AcrobatSearch.1\CLSID","","{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.AcrobatSearch\CLSID","","{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.AcrobatSearch\CurVer","","Adobe.AcrobatSearch.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.Reader.HTMLPreview.1","","Adobe Reader HTML Preview Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.Reader.HTMLPreview.1\CLSID","","{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Adobe.Reader.HTMLPreview.1\CurVer","","Adobe.Reader.HTMLPreview.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AdobeAcrobat.OpenDocuments","","Adobe Acrobat Sharepoint OpenDocuments Component" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AdobeAcrobat.OpenDocuments.2","","Adobe Acrobat Sharepoint OpenDocuments Component" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AdobeAcrobat.OpenDocuments.2\CurVer","","AdobeAcrobat.OpenDocuments.3" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AdobeAcrobat.OpenDocuments.3","","Adobe Acrobat Sharepoint OpenDocuments Component" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AdobeAcrobat.OpenDocuments.3\CLSID","","{24DA047B-40C0-4018-841B-6B7409F730FC}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AdobeAcrobat.OpenDocuments\CurVer","","AdobeAcrobat.OpenDocuments.3" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AFormAut.App","","AFormApp Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AFormAut.App.1","","AFormApp Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AFormAut.App.1\CLSID","","{7CD069A1-50AA-11D1-B8F0-00A0C9259304}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AFormAut.App\CLSID","","{7CD069A1-50AA-11D1-B8F0-00A0C9259304}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AFormAut.App\CurVer","","AFormAut.App.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}","DLLSurrogate","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{6236FF8C-E747-4173-86D3-99F511B61DF3}","","PDFPrevHndlr" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{77AB4812-5411-4EA9-8437-77AD0F230302}","","AcroIEHelperShim" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{A5090E95-F1E2-41C8-BDA1-5AEB6C321FDE}","","PDFShellInfo" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}","","AcroPDF" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}","DLLSurrogate","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}","","AcroBroker" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\AcroBroker.EXE","AppID","{F2383816-917A-46CC-AD2A-5013BED3800F}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\AcroIEHelperShim.DLL","AppID","{77AB4812-5411-4EA9-8437-77AD0F230302}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\AcroPDF.DLL","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\AcroPDF.DLL","AppID","{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\AppID\PDFPrevHndlr.DLL","AppID","{6236FF8C-E747-4173-86D3-99F511B61DF3}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Applications\AcroRD32.exe",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Applications\AcroRD32.exe\CurVer","","AcroExch.Document.11" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Applications\AcroRD32.exe\shell",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Applications\AcroRD32.exe\shell\Read",, RegAddBoot,"HKLM",0x1,"Software\Classes\Applications\AcroRD32.exe\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" // RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}","","Adobe PDF Reader Link Helper" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}\InprocServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroIEHelper.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}\ProgID","","AcroIEHelper.AcroIEHlprObj.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}\TypeLib","","{5F226421-415D-408D-9A09-0DCD94E25B48}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}\VersionIndependentProgID","","AcroIEHelper.AcroIEHlprObj" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}","","PSFactoryBuffer" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}\InProcServer32","","%PE_Programs%\%ProgramFolder%\ViewerPS.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}\InProcServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}","","PSFactoryBuffer" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}\InProcServer32","","%PE_Programs%\%ProgramFolder%\pdfprevhndlr.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}\InProcServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}","","Adobe PDF Link Helper" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}","AppID","{77AB4812-5411-4EA9-8437-77AD0F230302}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}\InprocServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroIEHelperShim.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}\ProgID","","AcroIEHelperShim.AcroIEHelperShimObj.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}\TypeLib","","{2991F100-D9C3-4243-82A2-A718747FC0CF}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{18DF081C-E8AD-4283-A596-FA578C2EBDC3}\VersionIndependentProgID","","AcroIEHelperShim.AcroIEHelperShimObj" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}","","Adobe Acrobat Sharepoint OpenDocuments Component" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\Implemented Categories",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\InprocServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroPDF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\ProgID","","AdobeAcrobat.OpenDocuments.3" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{24DA047B-40C0-4018-841B-6B7409F730FC}\VersionIndependentProgID","","AdobeAcrobat.OpenDocuments" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}","","Acrobat Search" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\ProgID","","Adobe.AcrobatSearch.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\TypeLib","","{47A7A4B0-2723-41BA-865E-EBBB7081A602}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\VersionIndependentProgID","","Adobe.AcrobatSearch" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}","","Adobe Reader Bitmap Factory Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}","AppID","{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}\InprocServer32","","%PE_Programs%\%ProgramFolder%\adoberfp.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}\ProgID","","Adobe.Reader.BitmapFactory.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}\TypeLib","","{BE79C475-D632-4A57-91B3-DA044FA27CDA}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}\VersionIndependentProgID","","Adobe.Reader.BitmapFactory" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}","","CAcroFDFHandler Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}","AppID","{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\DocObject","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\InprocServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroPDF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\ProgID","","AcroPDF.FDF.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}\VersionIndependentProgID","","AcroPDF.FDF" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5E628A96-1BE5-42FE-9117-EDAD9A9C479C}","","PSFactoryBuffer" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5E628A96-1BE5-42FE-9117-EDAD9A9C479C}\InProcServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\pdfshell.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{5E628A96-1BE5-42FE-9117-EDAD9A9C479C}\InProcServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{671B6145-4169-4ADD-9AF3-E6990EB2B325}","","PSFactoryBuffer" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{671B6145-4169-4ADD-9AF3-E6990EB2B325}\InProcServer32","","%PE_Programs%\%ProgramFolder%\adoberfp.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{671B6145-4169-4ADD-9AF3-E6990EB2B325}\InProcServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}","","AFormApp Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}\ProgID","","AFormAut.App.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{7CD069A1-50AA-11D1-B8F0-00A0C9259304}\VersionIndependentProgID","","AFormAut.App" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{8215BA54-B69F-4275-AE11-31CB63593B09}","","PSFactoryBuffer" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{8215BA54-B69F-4275-AE11-31CB63593B09}\InProcServer32","","%PE_Programs%\%ProgramFolder%\AcroRdIF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{8215BA54-B69F-4275-AE11-31CB63593B09}\InProcServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}","","PDFShellInfo Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}","AppID","{A5090E95-F1E2-41C8-BDA1-5AEB6C321FDE}" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}\LocalServer32","","""%PE_Programs%\%ProgramFolder%\AcroRd32Info.exe"" /PDFShell" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}\ProgID","","PDFShellServer.PDFShellInfo.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}\TypeLib","","{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}\VersionIndependentProgID","","PDFShellServer.PDFShellInfo" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}","","Adobe Acrobat Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\AuxUserType",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\AuxUserType\2","","Acrobat Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\AuxUserType\3","","Adobe Acrobat 8.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\0","","Embed Source,1,8,1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\1","","14,1,64,1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\2","","8,1,1,1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\3","","Link Source,1,4,1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\4","","NotesDocInfo, 1, 1, 2" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\5","","NoteshNote, 1, 1, 1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\6","","3, 1, 32, 1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\7","","2, 1, 16, 1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\8","","Rich Text Format, 1, 1, 1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DefaultExtension","",".pdf, PDF Files (*.pdf)" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\PDFFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\InprocHandler32","","ole32.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\Insertable","","" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\LocalServer32","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\MiscStatus","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\PersistentHandler","","{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\Printable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\ProgID","","AcroExch.Document.11" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\TypeLib","","{E64169B3-3592-47d2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\Verb",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\Verb\0","","&Open,0,2" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\VersionIndependentProgID","","AcroExch.Document" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}","","Broker Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}","AppID","{F2383816-917A-46CC-AD2A-5013BED3800F}" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}\LocalServer32","","#$q%PE_Programs%\%ProgramFolder%\AcroBroker.exe#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}\ProgID","","AcroBroker.Broker.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}\TypeLib","","{41738EEA-442F-477F-92CF-2889BD6CD7E7}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BD57A9B2-4E7D-4892-9107-9F4106472DA4}\VersionIndependentProgID","","AcroBroker.Broker" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}","","Adobe Reader HTML Preview Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}","AppID","{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}\InprocServer32","","%PE_Programs%\%ProgramFolder%\adoberfp.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}\ProgID","","Adobe.Reader.HTMLPreview.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}\TypeLib","","{BE79C475-D632-4A57-91B3-DA044FA27CDA}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}\VersionIndependentProgID","","Adobe.Reader.HTMLPreview" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}","","AcrobatAccess Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}","AppID","{8A523F4F-AB44-4477-BAB0-151E5936D144}" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}\InprocServer32","","%PE_Programs%\%ProgramFolder%\plug_ins\Accessibility.api" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}\ProgID","","AcroAccess.AcrobatAccess.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}\VersionIndependentProgID","","AcroAccess.AcrobatAccess" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}","","Adobe PDF Reader" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}","AppID","{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Control","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\DocObject","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\EnableFullPage",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\EnableFullPage\.fdf","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\EnableFullPage\.pdf","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\EnableFullPage\.xdp","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\EnableFullPage\.xfd","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\EnableFullPage\.xfdf","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Implemented Categories",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\InprocServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroPDF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\MiscStatus","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\MiscStatus\1","","131473" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\ProgID","","AcroPDF.PDF.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Programmable","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\ToolboxBitmap32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroPDF.dll, 102" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Version","","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\VersionIndependentProgID","","AcroPDF.PDF" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}","","PDFShellInfo2 Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}","AppID","{A5090E95-F1E2-41C8-BDA1-5AEB6C321FDE}" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}\LocalServer32","","""%PE_Programs%\%ProgramFolder%\AcroRd32Info.exe"" /PDFShell" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}\ProgID","","PDFShellServer.PDFShellInfo2.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}\TypeLib","","{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}\VersionIndependentProgID","","PDFShellServer.PDFShellInfo2" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}","","Adobe PDF Preview Handler for Vista" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}","AppID","{6d2b5079-2f0b-48dd-ab7f-97cec514d30b}" RegWrite,"HKLM",0x4,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}","DisableLowILProcessIsolation",0x0 RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}","DisplayName","@%PE_Programs%\%ProgramFolder%\pdfprevhndlr.dll,-101" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}\InprocServer32","","%PE_Programs%\%ProgramFolder%\pdfprevhndlr.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}\ProgID","","PDFPrevHndlr.PDFPreviewHandler.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}\TypeLib","","{0F6D3808-7974-4B1A-94C2-3200767EACE8}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}\VersionIndependentProgID","","PDFPrevHndlr.PDFPreviewHandler" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\AutoTreatAs","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs","","{B801CA65-A1FC-11D0-85AD-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{E8978DA6-047F-4E3D-9C78-CDBE46041603}","","PDF Filter" RegAddBoot,"HKLM",0x1,"Software\Classes#1\CLSID\{E8978DA6-047F-4E3D-9C78-CDBE46041603}\InprocServer32","","%PE_Programs%\%ProgramFolder%\AcroRdIF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{E8978DA6-047F-4E3D-9C78-CDBE46041603}\InprocServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}","","PSFactoryBuffer" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\InProcServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroPDF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\InProcServer32","ThreadingModel","Both" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}","","PDF Persistent Handler" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}\PersistentAddinsRegistered",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}\PersistentAddinsRegistered\{89BCB740-6119-101A-BCB7-00DD010655AF}","","{E8978DA6-047F-4E3D-9C78-CDBE46041603}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F9DB5320-233E-11D1-9F84-707F02C10627}","","PDF Shell Extension" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F9DB5320-233E-11D1-9F84-707F02C10627}\InprocServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\PDFShell.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F9DB5320-233E-11D1-9F84-707F02C10627}\InprocServer32","ThreadingModel","Apartment" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{F9DB5320-233E-11D1-9F84-707F02C10627}\VersionIndependentProgID","","PDFShell.PDFShell " RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}","","PSFactoryBuffer" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\InProcServer32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroIEHelperShim.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\CLSID\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\InProcServer32","ThreadingModel","Both" // RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Folder\ShellEx\ColumnHandlers",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\Folder\ShellEx\ColumnHandlers\{F9DB5320-233E-11D1-9F84-707F02C10627}","","PDF Column Info" // RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}","","IPDDomDocument" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\{B4848E37-7C66-40A6-9F66-D3A9BC8F4636}","","ISelectText" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\{B4848E37-7C66-40A6-9F66-D3A9BC8F4636}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\{B4848E37-7C66-40A6-9F66-D3A9BC8F4636}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\{B4848E37-7C66-40A6-9F66-D3A9BC8F4636}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\{B4848E37-7C66-40A6-9F66-D3A9BC8F4636}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{00FFD6C4-1A94-44BC-AD3E-8AC18552E3E6}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{03C2AEA5-BEFA-4C84-A187-C9245AC784F6}","","IPDomWord" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{03C2AEA5-BEFA-4C84-A187-C9245AC784F6}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{03C2AEA5-BEFA-4C84-A187-C9245AC784F6}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{03C2AEA5-BEFA-4C84-A187-C9245AC784F6}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{03C2AEA5-BEFA-4C84-A187-C9245AC784F6}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{08A9E040-9A9C-4F42-B5F5-2029B8F17E1D}","","IAcroAXDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{08A9E040-9A9C-4F42-B5F5-2029B8F17E1D}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{08A9E040-9A9C-4F42-B5F5-2029B8F17E1D}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{08A9E040-9A9C-4F42-B5F5-2029B8F17E1D}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{08A9E040-9A9C-4F42-B5F5-2029B8F17E1D}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{0C52A2CC-66F1-4B2B-A9E4-9723791F0BBD}","","IAdobeInitializeWithStream" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{0C52A2CC-66F1-4B2B-A9E4-9723791F0BBD}\NumMethods","","4" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{0C52A2CC-66F1-4B2B-A9E4-9723791F0BBD}\ProxyStubClsid32","","{671B6145-4169-4ADD-9AF3-E6990EB2B325}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}","","IPDFShellInfo2" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}\NumMethods","","6" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}\ProxyStubClsid32","","{12BA069D-0FC6-4577-97C6-5DF634CE6E84}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}","","IPDFPreviewHandler" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}\NumMethods","","3" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{17F2E344-8227-4AA7-A25A-E89424566BBA}\ProxyStubClsid32","","{17F2E344-8227-4AA7-A25A-E89424566BBA}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{198F17AE-B921-4308-9543-288D426A5C2B}","","IPDomElement" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{198F17AE-B921-4308-9543-288D426A5C2B}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{198F17AE-B921-4308-9543-288D426A5C2B}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{198F17AE-B921-4308-9543-288D426A5C2B}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{198F17AE-B921-4308-9543-288D426A5C2B}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}","","ISearch" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\TypeLib","","{47A7A4B0-2723-41BA-865E-EBBB7081A602}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2CE4D4CF-B278-4126-AD1E-B622DA2E8339}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2DEA7885-1846-411F-A41E-017A8FD778FF}","","_AcroAXDocEventSink" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2DEA7885-1846-411F-A41E-017A8FD778FF}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2DEA7885-1846-411F-A41E-017A8FD778FF}\ProxyStubClsid32","","{00020420-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2DEA7885-1846-411F-A41E-017A8FD778FF}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{2DEA7885-1846-411F-A41E-017A8FD778FF}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}","","IProtDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}","","IAcroAXDocShim" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}\NumMethods","","7" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}\ProxyStubClsid32","","{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3F77C747-A942-45B2-A812-097A1F5CFE6F}","","IBitmapProvider" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3F77C747-A942-45B2-A812-097A1F5CFE6F}\NumMethods","","6" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{3F77C747-A942-45B2-A812-097A1F5CFE6F}\ProxyStubClsid32","","{671B6145-4169-4ADD-9AF3-E6990EB2B325}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{46B89F5A-769D-4792-AD9A-E3755915CBC3}","","IStatusEvents" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{46B89F5A-769D-4792-AD9A-E3755915CBC3}\ProxyStubClsid","","{00020420-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{46B89F5A-769D-4792-AD9A-E3755915CBC3}\ProxyStubClsid32","","{00020420-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{46B89F5A-769D-4792-AD9A-E3755915CBC3}\TypeLib","","{47A7A4B0-2723-41BA-865E-EBBB7081A602}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{46B89F5A-769D-4792-AD9A-E3755915CBC3}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{4A894040-247E-4AFF-BB08-3489E9905235}","","IPDDomNodeExt" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{4A894040-247E-4AFF-BB08-3489E9905235}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{4A894040-247E-4AFF-BB08-3489E9905235}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{4A894040-247E-4AFF-BB08-3489E9905235}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{4A894040-247E-4AFF-BB08-3489E9905235}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}","","IPDomNode" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{566A7BC7-B295-41B7-A818-12F9E5CA46CA}","","IAdobePreviewHandler" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{566A7BC7-B295-41B7-A818-12F9E5CA46CA}\NumMethods","","10" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{566A7BC7-B295-41B7-A818-12F9E5CA46CA}\ProxyStubClsid32","","{671B6145-4169-4ADD-9AF3-E6990EB2B325}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{62776AC3-A015-4BA5-A1C7-DCD765881249}","","IAdobeInitializeWithFile" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{62776AC3-A015-4BA5-A1C7-DCD765881249}\NumMethods","","4" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{62776AC3-A015-4BA5-A1C7-DCD765881249}\ProxyStubClsid32","","{671B6145-4169-4ADD-9AF3-E6990EB2B325}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{671B6145-4169-4ADD-9AF3-E6990EB2B325}","","IBitmapConsumer" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{671B6145-4169-4ADD-9AF3-E6990EB2B325}\NumMethods","","5" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{671B6145-4169-4ADD-9AF3-E6990EB2B325}\ProxyStubClsid32","","{671B6145-4169-4ADD-9AF3-E6990EB2B325}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8452-7646-11D1-B90B-00A0C9259304}","","IFields" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8452-7646-11D1-B90B-00A0C9259304}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8452-7646-11D1-B90B-00A0C9259304}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8452-7646-11D1-B90B-00A0C9259304}\TypeLib","","{7CD06992-50AA-11D1-B8F0-00A0C9259304}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8452-7646-11D1-B90B-00A0C9259304}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8454-7646-11D1-B90B-00A0C9259304}","","IField" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8454-7646-11D1-B90B-00A0C9259304}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8454-7646-11D1-B90B-00A0C9259304}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8454-7646-11D1-B90B-00A0C9259304}\TypeLib","","{7CD06992-50AA-11D1-B8F0-00A0C9259304}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{673E8454-7646-11D1-B90B-00A0C9259304}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}","","IAcroIEHlprObj" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}\TypeLib","","{5F226421-415D-408D-9A09-0DCD94E25B48}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}","","IAFormApp" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}\TypeLib","","{7CD06992-50AA-11D1-B8F0-00A0C9259304}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7EA23D88-569E-4EFD-9851-A1528A7745F9}","","ISPOpenDocuments" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7EA23D88-569E-4EFD-9851-A1528A7745F9}\NumMethods","","21" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7EA23D88-569E-4EFD-9851-A1528A7745F9}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7EA23D88-569E-4EFD-9851-A1528A7745F9}\ProxyStubClsid32","","{7EA23D88-569E-4EFD-9851-A1528A7745F9}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7EA23D88-569E-4EFD-9851-A1528A7745F9}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{7EA23D88-569E-4EFD-9851-A1528A7745F9}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}","","IAccID" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{81F9B44F-BA3A-4F5D-9B51-090C74A9B3A4}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}","","IPDFShellInfo" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}\NumMethods","","7" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}\TypeLib","","{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}","","CAcroApp" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E7-4981-101B-9CA8-9240CE2738AE}","","CAcroPDDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E7-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E7-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E7-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E7-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E8-4981-101B-9CA8-9240CE2738AE}","","CAcroAVDoc" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E8-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E8-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E8-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E8-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E9-4981-101B-9CA8-9240CE2738AE}","","CAcroAVPageView" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E9-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E9-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E9-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3E9-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EA-4981-101B-9CA8-9240CE2738AE}","","CAcroPDPage" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EA-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EA-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EA-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EA-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EB-4981-101B-9CA8-9240CE2738AE}","","CAcroPDAnnot" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EB-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EB-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EB-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EB-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EC-4981-101B-9CA8-9240CE2738AE}","","CAcroPoint" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EC-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EC-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EC-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EC-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3ED-4981-101B-9CA8-9240CE2738AE}","","CAcroRect" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3ED-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3ED-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3ED-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3ED-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EE-4981-101B-9CA8-9240CE2738AE}","","CAcroTime" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EE-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EE-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EE-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EE-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EF-4981-101B-9CA8-9240CE2738AE}","","CAcroPDTextSelect" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EF-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EF-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EF-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3EF-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F0-4981-101B-9CA8-9240CE2738AE}","","CAcroHiliteList" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F0-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F0-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F0-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F0-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F1-4981-101B-9CA8-9240CE2738AE}","","CAcroPDBookmark" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F1-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F1-4981-101B-9CA8-9240CE2738AE}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F1-4981-101B-9CA8-9240CE2738AE}\TypeLib","","{E64169B3-3592-47D2-816E-602C5C13F328}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{9B4CD3F1-4981-101B-9CA8-9240CE2738AE}\TypeLib","Version","1.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}","","IBroker" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}\TypeLib","","{41738EEA-442F-477F-92CF-2889BD6CD7E7}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8C}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}","","_IAcroAXDocShimEvents" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}\ProxyStubClsid","","{00020420-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}\ProxyStubClsid32","","{00020420-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}","","IAcroFDFHandler" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\NumMethods","","7" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\ProxyStubClsid32","","{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\TypeLib","","{05BFD3F1-6319-4F30-B752-C7A22889BCC4}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F1E6C7A4-6B15-4C06-B1EF-88A4F2A886CB}","","IBitmapFactory" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F1E6C7A4-6B15-4C06-B1EF-88A4F2A886CB}\NumMethods","","4" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F1E6C7A4-6B15-4C06-B1EF-88A4F2A886CB}\ProxyStubClsid32","","{671B6145-4169-4ADD-9AF3-E6990EB2B325}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}","","IGetPDDomNode" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}\TypeLib","","{C523F390-9C83-11D3-9094-00104BD0D535}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}\TypeLib","Version","3.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}","","IAcroIEHelperShimObj" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\NumMethods","","7" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\ProxyStubClsid32","","{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\TypeLib","","{2991F100-D9C3-4243-82A2-A718747FC0CF}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\TypeLib","Version","1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\Interface\{FDA6EEC2-325B-4E8A-A8C7-1C75DFBE72D5}\TypeLib","Version","1.0" // RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/pdf","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/pdf","Extension",".pdf" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.acrobat-security-settings","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.acrobat-security-settings","Extension",".acrobatsecuritysettings" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.pdfxml","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.pdfxml","Extension",".pdfxml" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.pdx","Extension",".pdx" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.xdp+xml","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.xdp+xml","Extension",".xdp" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.xfd+xml","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.xfd+xml","Extension",".xfd" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.xfdf","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.adobe.xfdf","Extension",".xfdf" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.fdf","CLSID","{CA8A9780-280D-11CF-A24D-444553540000}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\MIME\Database\Content Type\application/vnd.fdf","Extension",".fdf" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PdfFile.OpenDocuments","","Adobe Acrobat Sharepoint OpenDocuments Component" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PdfFile.OpenDocuments\CurVer","","AdobeAcrobat.OpenDocuments.3" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFPrevHndlr.PDFPreviewHandler","","Adobe PDF Preview Handler for Vista" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFPrevHndlr.PDFPreviewHandler.1","","Adobe PDF Preview Handler for Vista" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFPrevHndlr.PDFPreviewHandler.1\CLSID","","{DC6EFB56-9CFA-464D-8880-44885D7DC193}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFPrevHndlr.PDFPreviewHandler\CLSID","","{DC6EFB56-9CFA-464D-8880-44885D7DC193}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFPrevHndlr.PDFPreviewHandler\CurVer","","PDFPrevHndlr.PDFPreviewHandler.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShell.PDFShell","","Adobe PDF Shell Extension" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShell.PDFShell.1","","Adobe PDF Shell Extension " RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShell.PDFShell.1\CLSID","","{F9DB5320-233E-11D1-9F84-707F02C10627}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShell.PDFShell\CLSID","","{F9DB5320-233E-11D1-9F84-707F02C10627}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShell.PDFShell\CurVer","","PDFShell.PDFShell.1 " RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo","","PDFShellInfo Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo.1","","PDFShellInfo Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo.1\CLSID","","{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo\CLSID","","{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo\CurVer","","PDFShellServer.PDFShellInfo.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo2","","PDFShellInfo2 Class" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo2.1","","PDFShellServer.PDFShellInfo2.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo2.1\CLSID","","{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo2\CLSID","","{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDFShellServer.PDFShellInfo2\Cur Ver","","PDFShellServer.PDFShellInfo2.1" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDXFileType","","Acrobat Catalog Index" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDXFileType\DefaultIcon","","X:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AB0000000001}\PDXFile_8.ico,0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDXFileType\shell","","Read" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\PDXFileType\shell\Read","","Open with Adobe Reader XI" RegAddBoot,"HKLM",0x1,"Software\Classes\PDXFileType\shell\Read\command","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q #$q#$p1#$q" RegWrite,"HKLM",0x7,"Tmp_Software\Classes\PDXFileType\shell\Read\command","command","34TL`i`Z5(=T?6!$,CC!ReaderProgramFiles>fWDK6Qbnd93&(S^FJi40 #$q#$p1#$q" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\SOFTWARE\Adobe",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes\SOFTWARE\Adobe\Acrobat",, RegAddBoot,"HKLM",0x1,"Software\Classes\SOFTWARE\Adobe\Acrobat\Exe","","#$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q" // run,%ScriptFile%,WriteSettings_TypeLib,#1 RegHiveUnLoad,Tmp_Software [WriteSettings_x64] RegHiveLoad,Tmp_Software,%RegSoftware% RegAddBoot,"HKLM",0x1,"Software\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe","","%PE_Programs%\%ProgramFolder%\%ProgramEXE%" RegAddBoot,"HKLM",0x1,"Software\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe","Path","%PE_Programs%\%ProgramFolder%\" RegWrite,"HKLM",0x1,"Tmp_Software\Microsoft\Windows\CurrentVersion\PreviewHandlers","{DC6EFB56-9CFA-464D-8880-44885D7DC193}","Adobe PDF Preview Handler for Vista" RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe",, RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader",, RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0",, RegWrite,"HKLM",0x4,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown","bPurchaseAcro",0x0 RegWrite,"HKLM",0x4,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown","bUpdater",0x0 RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultExecMenuItems","tWhiteList","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" RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchAttachmentPerms","tBuiltInPermList","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" RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms","tFlashContentSchemeWhiteList","http|https|ftp|rtmp|rtmpe|rtmpt|rtmpte|rtmps|mailto" RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms","tSchemePerms","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" RegWrite,"HKLM",0x1,"Tmp_Software\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms","tSponsoredContentSchemeWhiteList","http|https" // RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{5AAABB05-F91B-4bce-AB18-D8319DEDABA8}","DLLSurrogate","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{6236FF8C-E747-4173-86D3-99F511B61DF3}","","PDFPrevHndlr" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{77AB4812-5411-4EA9-8437-77AD0F230302}","","AcroIEHelperShim" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{A5090E95-F1E2-41C8-BDA1-5AEB6C321FDE}","","PDFShellInfo" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}","","AcroPDF" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{BDE0D630-7801-47cd-984E-1F0AFBC5ACBF}","DLLSurrogate","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}","","AcroBroker" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\AcroBroker.EXE","AppID","{F2383816-917A-46CC-AD2A-5013BED3800F}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\AcroIEHelperShim.DLL","AppID","{77AB4812-5411-4EA9-8437-77AD0F230302}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\AcroPDF.DLL","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\AcroPDF.DLL","AppID","{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}" RegWrite,"HKLM",0x1,"Tmp_Software\Classes\AppID\PDFPrevHndlr.DLL","AppID","{6236FF8C-E747-4173-86D3-99F511B61DF3}" // run,%ScriptFile%,WriteSettings_TypeLib RegHiveUnLoad,Tmp_Software [WriteSettings_TypeLib] RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}\1.0","","Adobe Acrobat 7.0 Browser Control Type Library 1.0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}\1.0\0",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}\1.0\0\win32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroPDF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}\1.0\HELPDIR","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}\1.0","","PDFPrevHndlr 1.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}\1.0\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}\1.0\0\win32","","%PE_Programs%\%ProgramFolder%\pdfprevhndlr.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}\1.0\FLAGS","","0" RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8}\1.0\HELPDIR","","%PE_Programs%\%ProgramFolder%\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{2991F100-D9C3-4243-82A2-A718747FC0CF}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{2991F100-D9C3-4243-82A2-A718747FC0CF}\1.0","","AcroIEHelperShim 1.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{2991F100-D9C3-4243-82A2-A718747FC0CF}\1.0\0",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{2991F100-D9C3-4243-82A2-A718747FC0CF}\1.0\0\win32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroIEHelperShim.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{2991F100-D9C3-4243-82A2-A718747FC0CF}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{2991F100-D9C3-4243-82A2-A718747FC0CF}\1.0\HELPDIR","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0","","AcroBrokerLib" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32","","%PE_Programs%\%ProgramFolder%\AcroBroker.exe" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\HELPDIR","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}\1.0","","PDFShellServer 1.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}\1.0\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}\1.0\0\win32","","%PE_Programs%\%ProgramFolder%\AcroRd32.dll\2" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}\1.0\HELPDIR","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}\1.0","","AcroIEHelper 1.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}\1.0\0",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}\1.0\0\win32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\AcroIEHelper.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}\1.0\HELPDIR","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{67E94227-7662-4050-9C72-746983CF37A2}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{67E94227-7662-4050-9C72-746983CF37A2}\1.0","","PDFShell 1.0 Type Library " RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{67E94227-7662-4050-9C72-746983CF37A2}\1.0\0",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{67E94227-7662-4050-9C72-746983CF37A2}\1.0\0\win32","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\pdfshell.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{67E94227-7662-4050-9C72-746983CF37A2}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{67E94227-7662-4050-9C72-746983CF37A2}\1.0\HELPDIR","","%LiveCommonFiles%\Adobe\Acrobat\ActiveX\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{789AD2D7-E1C2-4EC7-A049-2DB5BB4CB57A}","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{789AD2D7-E1C2-4EC7-A049-2DB5BB4CB57A}\1.0","","PDFFilter 1.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{789AD2D7-E1C2-4EC7-A049-2DB5BB4CB57A}\1.0\0","","" RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{789AD2D7-E1C2-4EC7-A049-2DB5BB4CB57A}\1.0\0\win32","","%PE_Programs%\%ProgramFolder%\AcroRdIF.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{789AD2D7-E1C2-4EC7-A049-2DB5BB4CB57A}\1.0\FLAGS","","0" RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{789AD2D7-E1C2-4EC7-A049-2DB5BB4CB57A}\1.0\HELPDIR","","%PE_Programs%\%ProgramFolder%\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{7CD06992-50AA-11D1-B8F0-00A0C9259304}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{7CD06992-50AA-11D1-B8F0-00A0C9259304}\1.0","","AFormAut 1.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{7CD06992-50AA-11D1-B8F0-00A0C9259304}\1.0\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{7CD06992-50AA-11D1-B8F0-00A0C9259304}\1.0\0\win32","","%PE_Programs%\%ProgramFolder%\plug_ins\AcroForm.api" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{7CD06992-50AA-11D1-B8F0-00A0C9259304}\1.0\FLAGS","","0" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{7CD06992-50AA-11D1-B8F0-00A0C9259304}\1.0\HELPDIR","","" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{BE79C475-D632-4A57-91B3-DA044FA27CDA}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{BE79C475-D632-4A57-91B3-DA044FA27CDA}\1.0","","Adobe Reader File Preview Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{BE79C475-D632-4A57-91B3-DA044FA27CDA}\1.0\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{BE79C475-D632-4A57-91B3-DA044FA27CDA}\1.0\0\win32","","%PE_Programs%\%ProgramFolder%\adoberfp.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{BE79C475-D632-4A57-91B3-DA044FA27CDA}\1.0\FLAGS","","0" RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{BE79C475-D632-4A57-91B3-DA044FA27CDA}\1.0\HELPDIR","","%PE_Programs%\%ProgramFolder%\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{C523F390-9C83-11D3-9094-00104BD0D535}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{C523F390-9C83-11D3-9094-00104BD0D535}\3.0","","Acrobat Access 3.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{C523F390-9C83-11D3-9094-00104BD0D535}\3.0\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{C523F390-9C83-11D3-9094-00104BD0D535}\3.0\0\win32","","%PE_Programs%\%ProgramFolder%\plug_ins\Accessibility.api" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{C523F390-9C83-11D3-9094-00104BD0D535}\3.0\FLAGS","","0" RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{C523F390-9C83-11D3-9094-00104BD0D535}\3.0\HELPDIR","","%PE_Programs%\%ProgramFolder%\plug_ins\" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}",, RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}\1.1","","Adobe Acrobat 8.0 Type Library" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}\1.1\0",, RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}\1.1\0\win32","","%PE_Programs%\%ProgramFolder%\AcroRd32.dll" RegWrite,"HKLM",0x1,"Tmp_Software\Classes#1\TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}\1.1\FLAGS","","0" RegAddBoot,"HKLM",0x1,"Software\Classes#1\TypeLib\{E64169B3-3592-47d2-816E-602C5C13F328}\1.1\HELPDIR","","%PE_Programs%\%ProgramFolder%\" [Interface] pBevel1=pBevel1,1,12,14,44,179,180 ScrollBox_RunFromWhere="Run from RAM",1,4,23,14,140,21,"Run default","Run from RAM","Run from CD" pCheckBox2="Add shortcut to Desktop",1,3,23,52,157,18,False pCheckBox3="Add shortcut to Quicklaunch",1,3,23,71,157,18,False pCheckBox4="Add shortcut to StartMenu",1,3,23,90,157,18,True pTextBox1="Start Menu folder:",1,0,23,154,155,21,. pTextBox2="Shortcut Name:",1,0,22,194,155,21,"Adobe Reader XI" pTextLabel2="Select language :",1,1,208,44,165,20,8,Normal pScrollBox1="Deutsch |DEU|de_DE",1,4,207,63,150,21,"English |ENU|","Deutsch |DEU|de_DE","Français |FRA|fr_FR","Español |ESP|es_ES","Italiano |ITA|it_IT" pCheckBox6="Add to Startmenu Favorites",1,3,23,110,163,18,True pTextLabel5="AdobeReader XI version:",1,1,215,4,105,18,7,Normal pTextLabel6="v11.0.2",1,1,323,5,49,18,7,Bold pBevel3=pBevel3,1,12,207,1,172,25 [WriteInterface] if,#1,Equal,,Set,%ScrFile%,%Scriptfile% if,Not,#1,Equal,,Set,%ScrFile%,#1 // IniRead,%ScrFile%,Interface,#2,%StrLabel% StrFormat,POS,%StrLabel%,#$c,%PosRepl% StrFormat,LEN,%StrLabel%,%LenStr% StrFormat,MID,%StrLabel%,%PosRepl%,%LenStr%,%RightStr% Set,%StrLabelNew%,#$q#3#$q%RightStr% IniWrite,%ScrFile%,Interface,#2,%StrLabelNew% [ErrorMsg] Echo,#1,Warn Message,#1,Error Halt,#1 [Process-CopySys] //System,ErrorOff If,ExistFile,%Source_SysDir%\#1,Begin If,Not,ExistFile,%Target_SysDir%\#1,FileCopy,%Source_SysDir%\#1,%Target_SysDir% End If,ExistFile,%Source_SysDir%\%DistLang%\#1.mui,Begin If,Not,ExistFile,%Target_SysDir%\%DistLang%\#1.mui,FileCopy,%Source_SysDir%\%DistLang%\#1.mui,%Target_SysDir%\%DistLang% End [AuthorEncoded] AdobeReader.bmp=4805,6407 Logo=AdobeReader.bmp [EncodedFile-AuthorEncoded-AdobeReader.bmp] lines=1 0=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 1=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