home *** CD-ROM | disk | FTP | other *** search
- ;;
- ;; webHancer Customer Companion INF file
- ;;
- [version]
- ; version signature (same for both NT and Win95) do not remove
- signature = "$CHICAGO$"
- AdvancedINF = 2.0
-
- ;;
- ;; Clean-Previous-Install Sections
- ;;
-
- [DefaultInstall.WindowsNT]
- CopyFiles = CopyProgramFiles,CopySystemFiles,CopySystem32Files,CopyInstallerFiles
- AddReg = InstallRegistry
- DelReg = CleanOldRegistry
- DelFiles = CleanOldInstallerFiles,CleanOldProgFiles
-
- [DefaultInstall.Windows]
- CopyFiles = CopyProgramFiles,CopySystemFiles,CopyWinSystemFiles,CopyInstallerFiles
- AddReg = InstallRegistry
- DelReg = CleanOldRegistry
- DelFiles = CleanOldInstallerFiles,CleanOldProgFiles
-
- [DefaultUninstall]
- DelReg = UninstallRegistry
- DelFiles = DelProgramFiles,DelLogFiles,DelSystemFiles,DelInstallerFiles
-
-
- ;;
- ;; Clean-Previous-Install Sections
- ;;
-
- [CleanOldRegistry]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Run,"webHancer Agent"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"webHancer Agent"
-
- [CleanOldInstallerFiles]
-
-
- [CleanOldProgFiles]
-
-
-
- ;;
- ;; Install Sections
- ;;
-
- [InstallRegistry]
- HKLM,Software\webHancer,,,
- HKLM,Software\webHancer,"BaseDir",,"%32769%"
- HKLM,Software\webHancer\CC,"DistTag",0x00000002,"UKSOFT"
- HKLM,Software\webHancer\ESO,"aa",,"002.009.000.000"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"webHancer Agent",,,
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"webHancer Agent","DisplayName",,"%AppLongName%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"webHancer Agent","UninstallString",,"%10%\whInstaller.exe /uninstall %AppShortName%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Run,"webHancer Agent",,"""%32769%\%ProgramDir%\whAgent.exe"""
-
- ; CopyFiles flags
- ; 0x00000001 COPYFLG_WARN_IF_SKIP
- ; 0x00000002 COPYFLG_NOSKIP
- ; 0x00000004 COPYFLG_NOVERSIONCHECK
- ; 0x00000008 COPYFLG_FORCE_FILE_IN_USE
- ; 0x00000010 COPYFLG_NO_OVERWRITE
- ; 0x00000020 COPYFLG_NO_VERSION_DIALOG
- ; 0x00000040 COPYFLG_REPLACEONLY
-
- [CopyProgramFiles]
- license.txt = license.txt,,,0x00000008
- readme.txt = readme.txt,,,0x00000008
- sporder.dll = sporder.dll,,,0x00000028
- wbhshare.dll = wbhshare.dll,,,0x00000028
- whAgent.exe = whAgent.exe,,,0x00000028
- whiehlpr.dll = whiehlpr.dll,,,0x00000028
- whieshm.dll = whieshm.dll,,,0x00000028
- whAgent.ini = whAgent.ini,,,0x00000010
-
-
- [CopySystemFiles]
- webhdll.dll = webhdll.dll,,,0x00000028
-
- [CopyInstallerFiles]
- whInstaller.exe = whInstaller.exe,,,0x00000020
- whAgent.inf = whAgent.inf,,,0x00000008
-
- ;;
- ;; Uninstall Sections
- ;;
-
- [UninstallRegistry]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Run,"webHancer Agent"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"webHancer Agent"
- HKLM,Software\webHancer\ESO,"aa"
-
- ; DelFiles flags
- ; 0x00000001 DELFLG_IN_USE
- ; 0x00010000 DELFLG_IN_USE1
-
- [DelProgramFiles]
- license.txt,,,0x00000001
- readme.txt,,,0x00000001
- sporder.dll,,,0x00000001
- wbhshare.dll,,,0x00000001
- whAgent.exe,,,0x00000001
- whAgent.ini,,,0x00000001
- whiehlpr.dll,,,0x00000001
- whieshm.dll,,,0x00000001
-
- regwebh.dll,,,0x00000001
- whiedc.dll,,,0x00000001
- whiehlpr.ini,,,0x00000001
-
- [DelLogFiles]
- whAgent.log,,,0x00000001
-
- [DelSystemFiles]
- webhdll.dll,,,0x00000001
-
- [DelInstallerFiles]
- ; leave whAgent.inf for re-uninstall attempts
- ; leave whInstaller.exe for re-uninstall attempts
- ; leave whInstaller.ini for re-uninstall attempts
-
- ;
- ; Common section and the rest
- ;
-
- [DestinationDirs]
- BaseDir = 32769
- CleanOldInstallerFiles = 10
- CleanOldProgFiles = 32769,%ProgramDir%
- CopyProgramFiles = 32769,%ProgramDir%
- CopySystemFiles = 10
- CopyWinSystemFiles = 11
- CopySystem32Files = 11
- CopyInstallerFiles = 10
- DelProgramFiles = 32769,%ProgramDir%
- DelLogFiles = 32769,%LogDir%
- DelSystemFiles = 10
- DelInstallerFiles = 10
-
- [Strings]
- AppShortName = "whAgent"
- AppLongName = "webHancer Customer Companion"
- ProgramDir = "Programs"
- LogDir = "Logs"
- HelpDir = "Help"
-
- ; end of INF file
-
-