home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.5,"You need a new version of advpack.dll"
-
-
- ;; INSTALL
-
-
- [DefaultInstall]
- RequiredEngine=Setupapi,%BadSetupVer%
- Copyfiles=CopyCryptFiles,CopyCryptFiles2,INFCopySection
- RunPostSetupCommands=RunPostSetupCommandsSection:4
- AddReg=CryptFiles.AddReg
-
- [CopyCryptFiles]
- rsaenh.dll,,,32
- enhsig.dll,,,32
- schannel.dll,sch128c.dll,,32
-
- ;; Separate section needed for a bug in older installers where it never change the last number.
-
- [CopyCryptFiles2]
- schannel.dll,sch128c.dll,128schan.dll,40
-
- [INFCopySection]
- ie5dom.inf
-
- [DestinationDirs]
- CopyCryptFiles=11
- CopyCryptFiles2=11
- INFCopySection=17
-
- [SourceDisksNames]
- 10=%ID01%,,0
-
- [SourceDisksFiles]
- sch128c.dll=10
- rsaenh.dll=10
- enhsig.dll=10
- ie5dom.inf=10
-
- [RunPostSetupCommandsSection]
- %11%\regsvr32.exe /s %11%\rsaenh.dll
-
- [CryptFiles.AddReg]
- HKLM,SYSTEM\CurrentControlSet\Control\SecurityProviders,"Domestic Security Version",0,"4.87"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\128PATCH,"QuietUninstallString",0,"RunDll32 advpack.dll,LaunchINFSection %17%\ie5dom.inf,Uninstall,5"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\128PATCH,"RequiresIESysFile",0,"5.00"
-
- ;; UNINSTALL
-
- [Uninstall]
- DelReg=UnInstallRegKey
- DelFiles=CopyCryptFiles,INFCopySection
-
- [UnInstallRegKey]
- HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders","Domestic Security Version"
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\128PATCH"
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\128PATCH"
-
- [DelDllInSystem]
- SCHANNEL.DLL,,,1
- RSAENH.DLL,,,1
- ENHSIG.DLL,,,1
-
-
- ;; STRINGS
-
-
- [Strings]
- ID01="Microsoft Windows High Encryption (128-bit) Pack"
- BadSetupVer = "Your system is missing the required Setup engine."