home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / hardware / ovladace / diamond / sii95110.exe / setupw95.in < prev    next >
Text File  |  1998-07-20  |  2KB  |  67 lines

  1. ;Path is absolutely necessary for included files. 
  2. [IncludeInf]
  3. ..\disk2\Incontrl.in
  4. ..\disk3\Dmdisp.inf
  5.  
  6. [DestinationDirs]
  7. Setup.Copy        = %Setup.dir%
  8. ; Uninstall is created to allow the removal of pertinent files
  9. ; without removing install16.exe. Install16.exe is called during
  10. ; the reboot after completing uninstall from
  11. ; (HKLM,SOFTWARE\Microsoft\Windows\RunOnce). This ensure all Diamond
  12. ; files are closed, and then the "Program Files\Diamond" directory can be removed.
  13. Uninstall.Copy          = %Setup.dir%
  14.  
  15. [SourceDisksNames]
  16. 1= %SourceDisk1Name%,,1
  17.  
  18. [SourceDisksFiles]
  19. ;<file> = <disk number>,<subdir>,<filename>,<size>,<checksum>
  20. install.exe        = 1,,350000
  21. _install.@r            = 1,,120000
  22. inst16.exe        = 1,,41000
  23. thunk32.dll        = 1,,30000
  24. thunk16.dll        = 1,,32000
  25. readme.txt        = 1,,12041
  26. dmdisp.inf        = 3,,12342
  27.  
  28. [Setup]
  29. CopyFiles        = Setup.Copy
  30. Uninstall        = Uninstall.Copy
  31. AddReg            = Setup.AddReg
  32. DelReg            = Setup.AddReg
  33. ProgramGroups    = Setup.ProgramGroups
  34.  
  35. [Setup.Copy]
  36. install.exe
  37. _install.@r
  38. inst16.exe
  39. thunk16.dll
  40. thunk32.dll
  41. readme.txt
  42.  
  43. [Uninstall.Copy]
  44. install.exe
  45. _install.@r
  46. thunk16.dll
  47. thunk32.dll
  48. readme.txt
  49. setup.inf
  50.  
  51. [Setup.AddReg]
  52. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display
  53. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,UninstallString,,@p\%Setup.dir%\install.exe
  54. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,DisplayName,,%DisplayName%
  55.  
  56. [Setup.ProgramGroups]
  57. %InControl.Desc%,%DisplayName%,%Setup.dir%\install.exe,,%Setup.dir%,%Setup.dir%\install.exe,0
  58.  
  59. [Strings]
  60. Setup.dir        = "Setup98"
  61. InControl.Desc    = "InControl Tools 98"
  62. DiamondSetup    = "Diamond Software Removal"
  63.  
  64. ;;;;following strings should have localized version in Company.INI file
  65. SourceDisk1Name = "Diamond Installation Disk"
  66. DisplayName        = "Uninstall InControl Tools 98"
  67.