home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / patches / TOUR95.EXE / TOUR.INF < prev    next >
INI File  |  1995-07-31  |  5KB  |  140 lines

  1. ; TOUR.INF
  2.  
  3. ; This is the Setup information file to install the Windows 95 Tour.
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10. SetupClass=PLUSPACK
  11.  
  12. [DestinationDirs]
  13. Tour.sys.files          = 11    ; LDID_SYS
  14. Tour.basewin            = 11    ; LDID_SYS
  15. Tour.win.files          = 25    ; LDID_SHARED
  16. Tour.hlp.files          = 18    ; LDID_HELP
  17. Tour.Shared.files       = 11    ; LDID_SYS
  18. Register_PPApplets.Copy = 17    ; LDID_INF
  19.  
  20. [Register_PPApplets.Copy]
  21. tour.inf
  22.  
  23. [Optional Components]
  24. Tour
  25.  
  26. [DefaultInstall]
  27. OptionDesc  = %TOUR_DESC%
  28. Tip         = %TOUR_TIP%
  29. Parent      = AccessTop
  30. CopyFiles   = Tour.sys.files, Tour.win.files, Tour.hlp.files, Tour.Shared.files, Register_PPApplets.Copy
  31. AddReg      = Tour.install.reg, VB.reg.shared
  32. InstallType = 0              ;Manual only
  33. IconIndex   = 49              ;Windows mini-icon for dialog
  34. Uninstall   = Tour_remove
  35.  
  36. [Tour]
  37. OptionDesc  = %TOUR_DESC%
  38. Tip         = %TOUR_TIP%
  39. Parent      = AccessTop
  40. CopyFiles   = Tour.sys.files, Tour.win.files, Tour.hlp.files, Tour.Shared.files, Register_PPApplets.Copy
  41. AddReg      = Tour.install.reg, VB.reg.shared
  42. InstallType = 0              ;Manual only
  43. IconIndex   = 49              ;Windows mini-icon for dialog
  44. Uninstall   = Tour_remove
  45.  
  46. [Tour_remove]
  47. DelFiles    = Tour.sys.files, Tour.win.files, Tour.hlp.files
  48. DelReg      = Tour.remove.delreg, Tour.remove.reg
  49. AddReg      = Tour.remove.addreg
  50.  
  51. ;---- Tour Install Sections -----------------------
  52. [Tour.sys.files]
  53. tourani.dll
  54. TOURSTR.DLL
  55. TOURUTIL.DLL
  56.  
  57. [Tour.Shared.files]
  58. THREED.VBX
  59. VBRUN300.DLL
  60.  
  61. [Tour.win.files]
  62. TOUR.EXE
  63.  
  64. [Tour.hlp.files]
  65. w_tour.cnt
  66.  
  67. [VB.reg.shared]
  68. ;Add threed.vbx to list of installed shared components:
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,%11%\threed.vbx,1,01,00,00,00
  70. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,%11%\vbrun300.dll,1,01,00,00,00
  71.  
  72. [Tour.install.reg]
  73. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Tour,DisplayName,,"%TOUR_DESC%"
  74. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Tour,UninstallString,,"RunDll setupx.dll,InstallHinfSection Tour_remove 4 tour.inf"
  75. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SETUP,TourPath,,"tour.exe" ; for welcome screen
  76.  
  77. ; Run Once Wrapper entry to run winhelp initialization:
  78. HKLM,%KEY_RUNONCE%\Setup,"%HelpInit_Desc%",,"%25%\winhlp32.exe -g windows.hlp"
  79.  
  80. [Tour.remove.reg]
  81. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Tour
  82.  
  83. [Tour.remove.delreg]
  84. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SETUP,TourPath,,"tour.exe"
  85.  
  86. [Tour.remove.addreg]
  87. ; Run Once Wrapper entry to run winhelp initialization:
  88. HKLM,%KEY_RUNONCE%\Setup,"%HelpInit_Desc%",,"%25%\winhlp32.exe -g windows.hlp"
  89.  
  90. ;---------------------------------------------------
  91.  
  92. [Strings]
  93. ;Non-localizable Strings:
  94. KEY_OPTIONAL   = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  95. KEY_RENAME     = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  96. KEY_DEL        = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
  97. KEY_RUNONCE    = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  98.  
  99. ;Localizable Strings:
  100. APPS_DESC       = "Accessories"
  101. SYSTOOLS_DESC   = "Accessories\System Tools"
  102. Net_Watcher_Desc= "Net Watcher"
  103. Net_Watcher_ShortDesc = "Net-Wtch"
  104. SysMon_Desc     = "System Monitor"
  105. SysMon_ShortDesc = "Sysmon"
  106. TOUR_DESC       = "Windows 95 Tour"
  107. TOUR_TIP        = "Teaches you a few basics of Windows 95 to get you up and running quickly."
  108. OnlineUG_DESC  = "Online User's Guide"
  109. OnlineUG_TIP   = "Online version of the Windows 95 User's Guide"
  110. SYSMONOpt_DESC  = "System Monitor"
  111. SYSMON_TIP      = "Enables you to monitor system performance."
  112. NETWATCHopt_DESC = "Net Watcher" 
  113. NETWATCH_TIP    = "Enables you to monitor your network server and connections."
  114. CharMapOpt_DESC = "Character Map"
  115. CharMap_TIP     = "Enables you to insert symbols and characters into documents."
  116. CharMap_Desc    = "Character Map"
  117. CharMap_ShortDesc = "Charmap"
  118. QVplus_DESC = "Quick View, extra"
  119. QVplus_TIP  = "Additional viewers to preview documents without opening them."
  120.  
  121. FV_DESC         = "Quick View"
  122. FV_TIP          = "Enables you to preview a document without opening it."
  123.  
  124. HelpInit_Desc   = "Windows Help"
  125.  
  126. Disk_1_Desc     = "Downloaded Files"
  127.  
  128. [SourceDisksNames]
  129. 1  = %Disk_1_Desc%,,0
  130.  
  131. [SourceDisksFiles]
  132. TOUR.INF    =1,,    3879
  133. TOURSTR.DLL    =1,,    9568
  134. TOURANI.DLL    =1,,    967104
  135. TOURUTIL.DLL    =1,,    638528
  136. THREED.VBX    =1,,    64432
  137. VBRUN300.DLL    =1,,    398416
  138. TOUR.EXE    =1,,    339456
  139. W_TOUR.CNT    =1,,    144
  140.