home *** CD-ROM | disk | FTP | other *** search
/ WEB! My Home Page (WEB! Personal Edition) / WEB_PERSONAL.bin / redist / hhupd / hhupd.exe / 1033 / RCDATA / CABINET / hhupd.inf < prev    next >
Windows Setup INFormation  |  1998-10-16  |  850b  |  40 lines

  1. [Version]
  2. Signature=$CHICAGO$
  3. AdvancedINF=2.5,"You need a newer version of Advpack.dll"
  4.  
  5. [SourceDisksNames]
  6. 1="%MSAppName%",,0
  7.  
  8. [DefaultInstall]
  9. Copyfiles = HHCopy, HHSystemCopy
  10. AddReg = HHReg
  11. RegisterOCXs = HHRegisterOCX
  12. RunPostSetupCommands = HHCustomRegister
  13.  
  14. [HHCopy]
  15. hh.exe,,,32
  16.  
  17. [HHSystemCopy]
  18. hhctrl.ocx,,,32
  19. itss.dll,,,32
  20. itircl.dll,,,32
  21. regsvr32.exe,,,32
  22.  
  23. [HHReg]
  24. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"hhctrl.ocx",,"%11%\regsvr32 /s %11%\hhctrl.ocx"
  25.  
  26. [DestinationDirs]
  27. HHCopy = 25    ; windows
  28. HHSystemCopy = 11    ; windows\system
  29.  
  30. [Strings]
  31. MSAppName = "HTML Help"
  32.  
  33. [HHCustomRegister]
  34. ;
  35. ; Need to call regsvr32 because we must have the current directory
  36. ; set to the location of hhctrl.ocx, or it will register itircl and itss
  37. ; in the TEMP directory
  38. ;
  39. "%11%\regsvr32 /s %11%\hhctrl.ocx"
  40.