Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
3.0 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4. [DefaultInstall]
  5. RequiredEngine=Setupapi,%BadSetupVer%
  6. ComponentName="IE5BAKEX"
  7. ComponentVersion=6.0
  8. CustomDestination=MSIExploreDestinationSection
  9. RegisterOCXs=RegisterOCX.AdvAuth
  10. CopyFiles=Color.Install,AdvAuth.Files,Inf.Install,Catalog.CopyFile
  11. AddReg=!Uninstall.Reg,Proxy.Reg,ActiveAddReg
  12. BackupPath=%49000%\%UninstallData%
  13. CatalogName=advauth.cat
  14. [DefaultInstall.NT]
  15. RequiredEngine=Setupapi,%BadSetupVer%
  16. ComponentName="IE5BAKEX"
  17. ComponentVersion=6.0
  18. CustomDestination=MSIExploreDestinationSection
  19. RegisterOCXs=RegisterOCX.AdvAuth
  20. CopyFiles=AdvAuth.Files,Inf.Install
  21. AddReg=!Uninstall.Reg,Proxy.Reg,ActiveAddReg
  22. BackupPath=%49000%\%UninstallData%
  23. [MSIExploreDestinationSection]
  24. 49000=MSIExploreLDIDSection,5
  25. [MSIExploreLDIDSection]
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\%LProgramF%\%LMSIE4%"
  27. [SourceDisksNames]
  28. 55="%DisplayDesc%",,0
  29. [DestinationDirs]
  30. AdvAuth.Files =11
  31. Inf.Install =17
  32. Color.Install =11,Color
  33. Catalog.CopyFile =11,sfp\ie
  34. [SourceDisksFiles]
  35. advauth.inf=55
  36. licmgr10.dll=55
  37. pngfilt.dll=55
  38. jsproxy.dll=55
  39. srgb.icm=55
  40. unie5bak.inf=55
  41. advauth.cat=55
  42. [Inf.Install]
  43. unie5bak.inf
  44. [Color.Install]
  45. sRGB Color Space Profile.icm,srgb.icm,,32
  46. [AdvAuth.Files]
  47. licmgr10.dll,,,32
  48. pngfilt.dll,,,32
  49. jsproxy.dll,,,32
  50. [Catalog.CopyFile]
  51. advauth.cat,,,32
  52. [!Uninstall.Reg]
  53. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","QuietDisplayName",,%DisplayDesc%
  54. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","QuietUninstallString",,"rundll32 advpack.dll,LaunchINFSectionEx %17%\unie5bak.inf,,,256"
  55. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","RequiresIESysFile",,"5.00"
  56. [Proxy.Reg]
  57. HKCR,"AutoProxyTypes\application/x-ns-proxy-autoconfig","DllFile",,"jsproxy.dll"
  58. HKCR,"AutoProxyTypes\application/x-ns-proxy-autoconfig","Default",0x00010001,1
  59. HKCR,"AutoProxyTypes\application/x-ns-proxy-autoconfig","FileExtensions",,".pac;.jvs;.js"
  60. HKCR,"AutoProxyTypes\application/x-ns-proxy-autoconfig","Flags",0x00010001,1
  61. [ActiveAddReg]
  62. HKLM,"Software\Microsoft\Active Setup\Installed Components\{4278c270-a269-11d1-b5bf-0000f8051515}","DisplayName",,"%DisplayDesc%"
  63. HKLM,"Software\Microsoft\Active Setup\Installed Components\{4278c270-a269-11d1-b5bf-0000f8051515}","ComponentID",,"AdvAuth"
  64. HKLM,"Software\Microsoft\Active Setup\Installed Components\{4278c270-a269-11d1-b5bf-0000f8051515}","Version",,"TOK_BUILDNUM,TOK_CIFNUM"
  65. HKLM,"Software\Microsoft\Active Setup\Installed Components\{4278c270-a269-11d1-b5bf-0000f8051515}","Locale",,"%Locale%"
  66. HKLM,"Software\Microsoft\Active Setup\Installed Components\{4278c270-a269-11d1-b5bf-0000f8051515}","IsInstalled",1,1,0,0,0
  67. [RegisterOCX.AdvAuth]
  68. %11%\pngfilt.dll
  69. %11%\licmgr10.dll
  70. [Strings]
  71. BadSetupVer = "Your system is missing the required Setup engine."
  72. LMSIE4 = "Internet Explorer"
  73. LProgramF = "Program Files"
  74. UninstallData = "Uninstall Information"
  75. DisplayDesc = "Advanced Authoring"
  76. Locale = "EN"