home *** CD-ROM | disk | FTP | other *** search
- ;**********************************************************************
- ; Author: chrisb@vironix.co.za
- ;**********************************************************************
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- OptionDesc = %DESC%
- Tip = %TIP%
- ;UpdateInis =
- InstallType = 0
- IconIndex = 11
- Uninstall = DefaultUninstall
- CopyFiles = Dest.install, Dest.Register
- AddReg = Reg.Install, Reg.Uninstall
-
- [DefaultUninstall]
- DelFiles=Dest.install, Dest.Register
- DelReg=Reg.Install, Reg.Uninstall
-
- ;**********************************************************************
- ; Registry Settings.
- ;**********************************************************************
-
- [Reg.Install]
- HKCR,%CLSID%,,,%DESC%
- HKCR,%CLSID%\InProcServer32,,,"%DllName%"
- HKCR,%CLSID%\InProcServer32,ThreadingModel,,"Apartment"
- HKCR,%CLSID%\DefaultIcon,,,"%DllName%,0"
- HKCR,%CLSID%\ShellFolder,Attributes,3,40,01,00,A0
-
- HKLM,%MYCOMP%,,,"Registry"
-
- [Reg.Uninstall]
- HKLM,%UNINST%\SHRegistry,"DisplayName",,%DESC%
- HKLM,%UNINST%\SHRegistry,"UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 registry.inf"
-
- ;**********************************************************************
- ; Destination Folders for the files
- ;**********************************************************************
- ; 11=system 17=inf 25=shared(windows)
-
- [DestinationDirs]
- Dest.Install=11
- Dest.Register=17
-
- [Dest.Install]
- Registry.dll
-
- [Dest.Register]
- Registry.inf
-
- ;**********************************************************************
- ; SourceDisks - where are the files?
- ;**********************************************************************
-
- [SourceDisksNames]
- 55="Downloaded Files","",1
-
- [SourceDisksFiles]
- Registry.dll=55
- Registry.inf=55
-
- ;**********************************************************************
- ; Strings for Macro Expansion
- ;**********************************************************************
- [Strings]
- DESC = "Registry"
- DLLNAME = "Registry.dll"
- TIP = "Allows explorer to browse the Registry"
- CLSID = "CLSID\{0FDC8DC0-2E44-11cf-ACA1-0000C09DBD97}"
- MYCOMP = "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\mycomputer\NameSpace\{0FDC8DC0-2E44-11cf-ACA1-0000C09DBD97}"
- UNINST = "SoftWare\Microsoft\Windows\CurrentVersion\Uninstall"
-