home *** CD-ROM | disk | FTP | other *** search
- ; Author: Michael Krane
- ; Product: VBSys
- ; Copyright: (c) 1996 Michael Krane
-
- [version]
- signature="$CHICAGO$"
-
- [DefaultInstall]
- CopyFiles = VBSys.copy.prog, VBSys.copy.inf, VBSys.copy.sys
- AddReg = VBSys.AddReg
- UpdateInis = VBSys.AddInis
-
- [DefaultUnInstall]
- DelFiles = VBSys.copy.prog, VBSys.copy.win, VBSys.copy.inf, ;, VBSys.DelDir
- DelReg = VBSys.DelReg
- UpdateInis = VBSys.RemInis
-
- [VBSys.AddReg]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\VBSys,DisplayName,,"%VBSys_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\VBSys,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 VBSys.inf"
- HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%VBSys%,,"WINHELP.EXE %24%\%PROGRAMF%\%VBSys%\VBSys.hlp"
-
- [VBSys.DelReg]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\VBSys
-
- [VBSys.AddInis]
- setup.ini, progman.groups,, "applets=%APPS_DESC%" ;creates folder
- setup.ini, applets,, """%VBSys_Desc%"", ""%24%\%PROGRAMF%\%VBSys%\%FName%"",,,,,%VBSys_ShortDesc%" ;creates link
- setup.ini, applets,, """%VBSysBar_Desc%"", ""%24%\%PROGRAMF%\%VBSys%\%FBarName%"",,,,,%VBSysBar_ShortDesc%" ;creates link
-
- [VBSys.RemInis]
- setup.ini, progman.groups,, "applets=%APPS_DESC%" ;creates folder
- setup.ini, applets,, """%VBSys_Desc%""" ;deletes link
- setup.ini, applets,, """%VBSysBar_Desc%""" ;deletes link
-
- ;[VBSys.DelDir] ; Won't del Dir
- ;"%24%\%PROGRAMF%\%VBSys%"
-
- ;-------------------------------------
- ; Files to copy
-
- [VBSys.copy.prog]
- VBSysBar.exe
- VBSys.exe
- VBSys.hlp
-
- [VBSys.copy.win]
- VBSys.ini
- VBSysBar.ini
-
- [VBSys.copy.inf]
- VBSys.inf
-
- [VBSys.copy.sys]
- rsrc16.dll
- rsrc32.dll
- stkit432.dll
-
- ;-------------------------------------
- ; Copy path information
-
- [SourceDisksNames]
- 55="VBSys Files","",1
-
-
- [SourceDisksFiles]
- VBSys.exe = 55
- VBSysBar = 55
- VBSys.txt = 55
- VBSys.hlp = 55
- VBSys.inf = 55
-
- [DestinationDirs]
- VBSys.copy.prog=24,%PROGRAMF%\%VBSys%
- VBSys.copy.win=25
- VBSys.COPY.inf=17
- VBSys.copy.sys=11
- ;-------------------------------------
- ; Strings
-
- [Strings]
- PROGRAMF = "Progra~1"
- VBSys = "VBSys" ;this must be SFN
- VBSys_DESC = "VBSys"
- VBSys_ShortDesc = "VBSys"
- VBSysBar_DESC = "VBSysBar"
- VBSysBar_ShortDesc = "VBSysBar"
- APPS_DESC = "VBSys"
- FName = "VBSys.exe"
- FBarName = "VBSysBar.exe"