home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Explorer6 / DA / SCRIPTDA.CAB / scriptda.inf < prev    next >
Windows Setup INFormation  |  2002-04-22  |  9KB  |  251 lines

  1. [Version]
  2. signature = "$Windows NT$"
  3. AdvancedINF=2.5,%VersionWarning%
  4. Class = %ExceptionClassDesc%
  5. ClassGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}    ; exception class ID
  6. Provider = %Msft%
  7. CatalogFile = scriptda.cat
  8. ComponentId = {4f645220-306d-11d2-995d-00c04f98bbc9}    ; Active Setup GUID
  9. DriverVer = 02-26-2002, 5.6.0.7426
  10.  
  11. [DefaultInstall]
  12. CopyFiles = Copy.ScriptFiles, Copy.WSH, Copy.Help, Copy.INF, DllCacheFiles
  13. CustomDestination = CustomDests
  14. RegisterOCXs = Register.Engines
  15. AddReg = RegisterActiveSetup, AddReg.WSH, AddReg.Extensions.NT
  16.  
  17. [SourceDisksNames]
  18. 1 = %Media%
  19.  
  20. [SourceDisksFiles]
  21. jscript.dll     = 1
  22. vbscript.dll     = 1
  23. scrrun.dll        = 1
  24. dispex.dll        = 1
  25. scrobj.dll        = 1
  26. wshom.ocx    = 1
  27. wshext.dll    = 1
  28. cscript.exe    = 1
  29. wscript.exe    = 1
  30. wshcon.dll    = 1
  31. wscript.hlp    = 1
  32. scriptda.inf    = 1
  33. jsda.dll        = 1
  34. scoda.dll        = 1
  35. scrrnda.dll    = 1
  36. vbsda.dll        = 1
  37. wshda.dll        = 1
  38.  
  39. [DestinationDirs]
  40. DefaultDestDir      = 11        ;windir\system32
  41. Copy.ScriptFiles     = 11        ;windir\system32
  42. Copy.WSH     = 11        ;windir\system32
  43. Copy.Help      = 18        ;windir\help
  44. Copy.Inf         = 17        ;windir\inf
  45. DllCacheFiles      = 49000        ;windir\system32\dllcache
  46.  
  47. [CustomDests]
  48. 49000 = DllCacheLDID, 85
  49.  
  50. [DllCacheLDID]
  51. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon","SfcDllCacheDir",,"%25%\system32\dllcache"
  52.  
  53. [Copy.ScriptFiles]
  54. jscript.dll
  55. vbscript.dll
  56. scrrun.dll
  57. dispex.dll
  58. scrobj.dll
  59. jsda.dll
  60. scoda.dll
  61. scrrnda.dll
  62. vbsda.dll
  63.  
  64. [Copy.WSH]
  65. wshom.ocx
  66. wshext.dll
  67. cscript.exe
  68. wscript.exe
  69. wshcon.dll
  70. wshda.dll
  71.  
  72. [Copy.Help]
  73. wscript.hlp
  74.  
  75. [Copy.Inf]
  76. scriptda.inf
  77.  
  78. [DllCacheFiles]
  79. jscript.dll
  80. vbscript.dll
  81. scrrun.dll
  82. dispex.dll
  83. scrobj.dll
  84. wshext.dll
  85. cscript.exe
  86. wscript.exe
  87. wshom.ocx
  88. jsda.dll
  89. scoda.dll
  90. scrrnda.dll
  91. vbsda.dll
  92. wshda.dll
  93.  
  94. [Register.Engines]
  95. %11%\jscript.dll
  96. %11%\vbscript.dll
  97. %11%\scrrun.dll
  98. %11%\scrobj.dll
  99. %11%\wshext.dll
  100. %11%\wshcon.dll
  101. %11%\wshom.ocx
  102.  
  103. [RegisterActiveSetup]
  104. HKLM,%ActiveSetupRegKey%,,0,%Product%
  105. HKLM,%ActiveSetupRegKey%,"IsInstalled",0x00010001,0x01
  106. HKLM,%ActiveSetupRegKey%,"Version",0,"5,6,0,7426"
  107. HKLM,%ActiveSetupRegKey%,"Locale",0,%Lang%
  108. HKLM,%ActiveSetupRegKey%,"ComponentID",0,"MSVBScript"
  109.  
  110. ;;;
  111. ;;; Add WSH registry entries
  112. ;;;
  113. [AddReg.WSH]
  114. HKLM, "%REG_WSH%\Settings","DisplayLogo",0X00000002,"1"
  115. HKLM, "%REG_WSH%\Settings","ActiveDebugging",0x00000002,"1"
  116. HKLM, "%REG_WSH%\Settings","SilentTerminate",0X00000002,"0"
  117. HKLM, "%REG_WSH%\Settings","TrustPolicy",0X00010003,0
  118. HKLM, "%REG_WSH%\Settings","LogSecurityFailures",0X00000002,"1"
  119. HKLM, "%REG_WSH%\Settings","LogSecuritySuccesses",0X00000002,"0"
  120. HKLM, "%REG_WSH%\Settings","Remote",0X00000002,"0"
  121. HKLM, "%REG_WSH%\Settings","Enabled",0X00000002,"1"
  122. HKLM, "%REG_WSH%\Settings","IgnoreUserSettings",0X00000002,"0"
  123.  
  124. ; Shell Extension
  125. HKLM, "%REG_APPROVE%","%CLSID_WSHEXT%",,"%DESC_WSHEXT%"
  126.  
  127. [AddReg.Extensions.NT]
  128. ; Register WScript
  129. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Regsister WScript",,"wscript -regserver"
  130.  
  131. ; .WSH
  132. HKCR, ".WSH","",,"WSHFile"
  133. HKCR, "WSHFile","",,"%DESC_DOTWSH%"
  134. HKCR, "WSHFile","IsShortcut",,"Yes"
  135. HKCR, "WSHFile\DefaultIcon","",0x00020002,"%11%\WScript.exe,1"
  136. HKCR, "WSHFile\Shell\Open","",,"%MENU_OPEN%"
  137. HKCR, "WSHFile\Shell\Open\Command",,0x00020002,"%11%\WScript.exe ""%1"" %*"
  138. HKCR, "WSHFile\Shell\Open2","",,"%MENU_CONOPEN%"
  139. HKCR, "WSHFile\Shell\Open2\Command","",0x00020002,"%11%\CScript.exe ""%1"" %*"
  140. HKCR, "WSHFile\ShellEx\PropertySheetHandlers\WSHProps","",,"%CLSID_WSHEXT%"
  141. HKCR, "WSHFile\ShellEx\DropHandler","",,"%CLSID_WSHEXT%"
  142.  
  143. ; .VBS
  144. HKCR, ".VBS","",,"VBSFile"
  145. HKCR, "VBSFile","",,"%DESC_DOTVBS%"
  146. HKCR, "VBSFile\DefaultIcon","",0x00020002,"%11%\WScript.exe,2"
  147. HKCR, "VBSFile\ScriptEngine","",,"VBScript"
  148. HKCR, "VBSFile\Shell\Open","",,"%MENU_OPEN%"
  149. HKCR, "VBSFile\Shell\Open\Command","",0x00020002,"%11%\WScript.exe ""%1"" %*"
  150. HKCR, "VBSFile\Shell\Open2","",,"%MENU_CONOPEN%"
  151. HKCR, "VBSFile\Shell\Open2\Command","",0x00020002,"%11%\CScript.exe ""%1"" %*"
  152. HKCR, "VBSFile\Shell\Edit","",,"%MENU_EDIT%"
  153. HKCR, "VBSFile\Shell\Edit\Command","",0x00020002,"%11%\Notepad.exe %1"
  154. HKCR, "VBSFile\Shell\Print","",,"%MENU_PRINT%"
  155. HKCR, "VBSFile\Shell\Print\Command","",0x00020002,"%11%\Notepad.exe /p %1"
  156. HKCR, "VBSFile\ShellEx\PropertySheetHandlers\WSHProps","",,"%CLSID_WSHEXT%"
  157. HKCR, "VBSFile\ShellEx\DropHandler","",,"%CLSID_WSHEXT%"
  158.  
  159. ; .VBE
  160. HKCR, ".VBE","",,"VBEFile"
  161. HKCR, "VBEFile","",,"%DESC_DOTVBS%"
  162. HKCR, "VBEFile\DefaultIcon","",0x00020002,"%11%\WScript.exe,2"
  163. HKCR, "VBEFile\ScriptEngine","",,"VBScript.Encode"
  164. HKCR, "VBEFile\Shell\Open","",,"%MENU_OPEN%"
  165. HKCR, "VBEFile\Shell\Open\Command","",0x00020002,"%11%\WScript.exe ""%1"" %*"
  166. HKCR, "VBEFile\Shell\Open2","",,"%MENU_CONOPEN%"
  167. HKCR, "VBEFile\Shell\Open2\Command","",0x00020002,"%11%\CScript.exe ""%1"" %*"
  168. HKCR, "VBEFile\Shell\Edit","",,"%MENU_EDIT%"
  169. HKCR, "VBEFile\Shell\Edit\Command","",0x00020002,"%11%\Notepad.exe %1"
  170. HKCR, "VBEFile\Shell\Print","",,"%MENU_PRINT%"
  171. HKCR, "VBEFile\Shell\Print\Command","",0x00020002,"%11%\Notepad.exe /p %1"
  172. HKCR, "VBEFile\ShellEx\PropertySheetHandlers\WSHProps","",,"%CLSID_WSHEXT%"
  173. HKCR, "VBEFile\ShellEx\DropHandler","",,"%CLSID_WSHEXT%"
  174.  
  175. ; .JS
  176. HKCR, ".JS","",,"JSFile"
  177. HKCR, "JSFile","",,"%DESC_DOTJS%"
  178. HKCR, "JSFile\DefaultIcon","",0x00020002,"%11%\WScript.exe,3"
  179. HKCR, "JSFile\ScriptEngine","",,"JScript"
  180. HKCR, "JSFile\Shell\Open","",,"%MENU_OPEN%"
  181. HKCR, "JSFile\Shell\Open\Command","",0x00020002,"%11%\WScript.exe ""%1"" %*"
  182. HKCR, "JSFile\Shell\Open2","",,"%MENU_CONOPEN%"
  183. HKCR, "JSFile\Shell\Open2\Command","",0x00020002,"%11%\CScript.exe ""%1"" %*"
  184. HKCR, "JSFile\Shell\Edit","",,"%MENU_EDIT%"
  185. HKCR, "JSFile\Shell\Edit\Command","",0x00020002,"%11%\Notepad.exe %1"
  186. HKCR, "JSFile\Shell\Print","",,"%MENU_PRINT%"
  187. HKCR, "JSFile\Shell\Print\Command","",0x00020002,"%11%\Notepad.exe /p %1"
  188. HKCR, "JSFile\ShellEx\PropertySheetHandlers\WSHProps","",,"%CLSID_WSHEXT%"
  189. HKCR, "JSFile\ShellEx\DropHandler","",,"%CLSID_WSHEXT%"
  190.  
  191. ; .JSE
  192. HKCR, ".JSE","",,"JSEFile"
  193. HKCR, "JSEFile","",,"%DESC_DOTJS%"
  194. HKCR, "JSEFile\DefaultIcon","",0x00020002,"%11%\WScript.exe,3"
  195. HKCR, "JSEFile\ScriptEngine","",,"JScript.Encode"
  196. HKCR, "JSEFile\Shell\Open","",,"%MENU_OPEN%"
  197. HKCR, "JSEFile\Shell\Open\Command","",0x00020002,"%11%\WScript.exe ""%1"" %*"
  198. HKCR, "JSEFile\Shell\Open2","",,"%MENU_CONOPEN%"
  199. HKCR, "JSEFile\Shell\Open2\Command","",0x00020002,"%11%\CScript.exe ""%1"" %*"
  200. HKCR, "JSEFile\Shell\Edit","",,"%MENU_EDIT%"
  201. HKCR, "JSEFile\Shell\Edit\Command","",0x00020002,"%11%\Notepad.exe %1"
  202. HKCR, "JSEFile\Shell\Print","",,"%MENU_PRINT%"
  203. HKCR, "JSEFile\Shell\Print\Command","",0x00020002,"%11%\Notepad.exe /p %1"
  204. HKCR, "JSEFile\ShellEx\PropertySheetHandlers\WSHProps","",,"%CLSID_WSHEXT%"
  205. HKCR, "JSEFile\ShellEx\DropHandler","",,"%CLSID_WSHEXT%"
  206.  
  207. ; .WSF
  208. HKCR, ".WSF","",,"WSFFile"
  209. HKCR, "WSFFile","",,"%DESC_DOTWS%"
  210. HKCR, "WSFFile\DefaultIcon","",0x00020002,"%11%\WScript.exe,2"
  211. HKCR, "WSFFile\Shell\Open","",,"%MENU_OPEN%"
  212. HKCR, "WSFFile\Shell\Open\Command","",0x00020002,"%11%\WScript.exe ""%1"" %*"
  213. HKCR, "WSFFile\Shell\Open2","",,"%MENU_CONOPEN%"
  214. HKCR, "WSFFile\Shell\Open2\Command","",0x00020002,"%11%\CScript.exe ""%1"" %*"
  215. HKCR, "WSFFile\Shell\Edit","",,"%MENU_EDIT%"
  216. HKCR, "WSFFile\Shell\Edit\Command","",0x00020002,"%11%\Notepad.exe %1"
  217. HKCR, "WSFFile\Shell\Print","",,"%MENU_PRINT%"
  218. HKCR, "WSFFile\Shell\Print\Command","",0x00020002,"%11%\Notepad.exe /p %1"
  219. HKCR, "WSFFile\ShellEx\PropertySheetHandlers\WSHProps","",,"%CLSID_WSHEXT%"
  220. HKCR, "WSFFile\ShellEx\DropHandler","",,"%CLSID_WSHEXT%"
  221.  
  222. [Strings]
  223. Msft = "Microsoft"
  224. Media = Windows Script Version 5.6
  225. Product = "Microsoft Windows Script 5.6"
  226. ExceptionClassDesc = "Microsoft Windows Script 5.6 for Windows 2000"
  227. VersionWarning=You need a newer version of advpack.dll.
  228. ActiveSetupRegKey = "SOFTWARE\Microsoft\Active Setup\Installed Components\{4f645220-306d-11d2-995d-00c04f98bbc9}"
  229.  
  230. DISP_WSH            = "Microsoft Windows Script Host"
  231.  
  232. DESC_DOTWSH         = "Indstillingsfil til Windows Script Host"
  233. DESC_DOTVBS         = "VBScript-scriptfil"
  234. DESC_DOTJS          = "JScript-scriptfil"
  235. DESC_DOTWS          = "Windows-scriptfil"
  236.  
  237. DESC_WSHEXT         = "Shell-udvidelser til Windows Script Host"
  238.  
  239. MENU_OPEN           = "&┼bn"
  240. MENU_CONOPEN        = "┼&bn med kommandoprompt"
  241. MENU_DOSOPEN        = "┼bn i &MS-DOS"
  242. MENU_EDIT           = "&Rediger"
  243. MENU_PRINT          = "&Udskriv"
  244.  
  245. ; Unlocalizable strings
  246. REG_WSH             = "Software\Microsoft\Windows Script Host"
  247. REG_APPROVE         = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  248. REG_UNINSTALL       = "Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsScriptHost"
  249. CLSID_WSHEXT        = "{60254CA5-953B-11CF-8C96-00AA00B8708C}"
  250.  
  251. LANG = "DA"