home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 February / Dpcb0299.iso / Utils / Dirprint / setup.inf < prev   
Windows Setup INFormation  |  1998-04-16  |  2KB  |  75 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DefaultInstall]
  6. CopyFiles  = Program.Copy.Exe, Program.Copy.Hlp, Program.Copy.Inf, Setup.Exe
  7. ; , OCX.Copy.Sys
  8. AddReg     = Program.Reg.Uninst
  9. ; , OCX.Reg
  10. UpdateInis = Program.Inis.Inst
  11.  
  12. [DefaultUninstall]
  13. DelFiles   = Program.Copy.Exe, Program.Copy.Hlp, Program.Del.Inf
  14. DelReg     = Program.Reg.Uninst
  15. UpdateInis = Program.Inis.Uninst
  16.  
  17. [Program.Copy.Exe]
  18. dirprt30.exe
  19.  
  20. [Program.Copy.Hlp]
  21. dirprt30.hlp
  22.  
  23. [Program.Copy.Inf]
  24. dirprt30.inf, setup.inf
  25.  
  26. [Program.Del.Inf]
  27. dirprt30.inf
  28.  
  29. ; [OCX.Copy.Sys]
  30. ; comdlg32.ocx
  31. ; comctl32.ocx
  32.  
  33. [Setup.Exe]
  34. uninw001.exe, setup.exe
  35.  
  36. [DestinationDirs]
  37. Program.Copy.Exe = 25     ; C:\Windows
  38. Program.Copy.Hlp = 18     ; C:\Windows\Help
  39. Program.Copy.Inf = 17     ; C:\Windows\Inf
  40. Program.Del.Inf  = 17     ; C:\Windows\Inf
  41. ; OCX.Copy.Sys     = 11     ; C:\Windows\System
  42. Setup.Exe        = 11     ; C:\Windows\System
  43.  
  44. [SourceDisksNames]
  45. 57="DirPrint 3.0","",1
  46.  
  47. [SourceDisksFiles]
  48. dirprt30.exe=57
  49. dirprt30.hlp=57
  50. setup.exe=57
  51. setup.inf=57
  52. ; comdlg32.ocx=57
  53. ; comctl32.ocx=57
  54.  
  55. [Program.Reg.Uninst]
  56. HKLM,%UKEY%,,,
  57. HKLM,%UKEY%,"DisplayName",,"%UninstallName%"
  58. HKLM,%UKEY%,"UninstallString",,"%11%\uninw001.exe U%17%\dirprt30.inf"
  59. HKCR,%DiKEY%,"",,"&Print Directory"
  60. HKCR,%DiKEY%\command,"",,"%25%\dirprt30.exe %1"
  61. HKCR,%DrKEY%,"",,"&Print Directory"
  62. HKCR,%DrKEY%\command,"",,"%25%\dirprt30.exe %1"
  63.  
  64. ; [OCX.Reg]
  65. ; HKLM,%RKEY%,"ComDlg32",,"%11%\Regsvr32.exe /s %11%\comdlg32.ocx"
  66. ; HKLM,%RKEY%,"ComCtl32",,"%11%\Regsvr32.exe /s %11%\comctl32.ocx"
  67.  
  68. [Strings]
  69. UninstallName="DirPrint 3.0"
  70. SetupName="DirPrint v3.0"
  71. UKEY="Software\Microsoft\Windows\CurrentVersion\Uninstall\WH_DirPrint30"
  72. DiKEY="Directory\shell\print"
  73. DrKEY="Drive\shell\print"
  74. ; RKEY="Software\Microsoft\Windows\CurrentVersion\RunOnce"
  75.