home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / hardware / ovladace / diamond / vpr0128p.exe / setupw98.in < prev    next >
Text File  |  1998-06-09  |  1KB  |  55 lines

  1. ;Path is absolutely necessary for included files. 
  2. [IncludeInf]
  3. ..\disk2\Incontrl.in
  4. ..\disk3\dmdinst.inf
  5.  
  6. [DestinationDirs]
  7. Setup.Copy        = %Setup.dir%
  8.  
  9. [SourceDisksNames]
  10. 1= %SourceDisk1Name%,,1
  11.  
  12. [SourceDisksFiles]
  13. ;<file> = <disk number>,<subdir>,<filename>,<size>,<checksum>
  14. install.exe        = 1,,350000
  15. _install.@r    = 1,,120000
  16. inst16.exe        = 1,,41000
  17. thunk32.dll        = 1,,30000
  18. thunk16.dll        = 1,,32000
  19. readme.txt        = 1,,12041
  20. dmdinst.inf        = 3,,12342
  21.  
  22. [Setup]
  23. CopyFiles        = Setup.Copy
  24. Uninstall        = Setup.Copy
  25. AddReg            = Setup.AddReg
  26. DelReg            = Setup.AddReg
  27. ProgramGroups    = Setup.ProgramGroups
  28. ;Tip            = BoardDesc.enu
  29.  
  30. [Setup.Copy]
  31. install.exe
  32. _install.@r
  33. inst16.exe
  34. thunk16.dll
  35. thunk32.dll
  36. readme.txt
  37. dmdinst.inf
  38.  
  39. [Setup.AddReg]
  40. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display
  41. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,UninstallString,,@p\%Setup.dir%\install.exe
  42. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,DisplayName,,%DisplayName%
  43.  
  44. [Setup.ProgramGroups]
  45. %InControl.Desc%,%DisplayName%,%Setup.dir%\install.exe,,%Setup.dir%,%Setup.dir%\install.exe,0
  46.  
  47. [Strings]
  48. Setup.dir        = "Setup98"
  49. InControl.Desc    = "InControl Tools 98"
  50. DiamondSetup    = "Diamond Software Removal"
  51.  
  52. ;;;;following strings should have localized version in Company.INI file
  53. SourceDisk1Name = "Diamond Installation Disk"
  54. DisplayName        = "Uninstall InControl Tools 98"
  55.