home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / fp30ext.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-05  |  9.8 KB  |  376 lines

  1. [Version]
  2. Signature = "$Windows NT$"
  3.  
  4. [Optional Components]
  5. fp
  6. fp_extensions
  7. fp_vid_deploy
  8.  
  9. [fp]
  10. ; FP code and remote admin utilities
  11. OptionDesc = %fp_desc%
  12. Tip = %fp_tip%
  13. IconIndex = *
  14.  
  15. [fp_extensions]
  16. ; Core FP server extensions, plus SERK
  17. Parent = fp
  18. Needs = iis_www
  19. OptionDesc = %SDESC_Fp_Extensions%
  20. Tip = %LDESC_Fp_Extensions%
  21. Modes = 0,1,3
  22. IconIndex = *
  23.  
  24. [fp_vid_deploy]
  25. ; If this subcomponent is chosen, we'll copy fp30reg.dll into the
  26. ; isapi\_vti_bin\_vti_adm directory, so Visual InterDev can use it to
  27. ; remotely deploy apps.
  28. ; *Not* installed by default.
  29. Parent = fp
  30. Needs = fp_extensions
  31. OptionDesc = %SDESC_Vid_Deployment_Dll%
  32. Tip = %LDESC_Vid_Deployment_Dll%
  33. ; Modes not set, because we don't install this by default
  34. IconIndex = *
  35. CopyFiles = FPvid_deploy
  36. MyUninstall = fp_uninstall_vid
  37.  
  38. [fp_uninstall_vid]
  39. DelFiles = FPvid_deploy
  40.  
  41. ;-------------------------
  42.  
  43. [fp_install_r]
  44. CopyFiles = FPsystem_r, FPbin, FPisapiBin, FPisapiAut, FPisapiAdm, FPserk, FPserkImages, FPadmin, FPadminScripts
  45.  
  46. [fp_install_d]
  47. CopyFiles = FPsystem_d, FPbin, FPisapiBin, FPisapiAut, FPisapiAdm, FPserk, FPserkImages, FPadmin, FPadminScripts
  48.  
  49. [fp_install_w95]
  50. CopyFiles = FProot_servsupp_w95
  51.  
  52. [fp_install_nt]
  53. CopyFiles = FProot_servsupp_nt
  54.  
  55. [fp_install_core]
  56. CopyFiles = FPsystem32_Core
  57.  
  58. [fp_install_w95_core]
  59. CopyFiles = FPsystem32_w95_Core
  60.  
  61. [fp_uninstall_d]
  62. DelFiles = FPsystem_d, FPbin, FPisapiBin, FPisapiAut, FPisapiAdm, FPserk, FPserkImages, FPadmin, FPadminScripts, FPremove_servsupp, FPremove_temp
  63.  
  64. [fp_uninstall_r]
  65. DelFiles = FPsystem_r, FPbin, FPisapiBin, FPisapiAut, FPisapiAdm, FPserk, FPserkImages, FPadmin, FPadminScripts, FPremove_servsupp, FPremove_temp
  66.  
  67. [fp_uninstall_w95]
  68. DelFiles = FProot_servsupp_w95
  69.  
  70. [fp_uninstall_nt]
  71. DelFiles = FProot_servsupp_nt
  72.  
  73. ; ---------------- Start of file lists --------------
  74.  
  75. [FPsystem_d]
  76. fp30weld.dll,,,32
  77. fp30txtd.dll,,,32
  78. fp30utld.dll,,,32
  79.  
  80. [FPsystem_r]
  81. fp30wel.dll,,,32
  82. fp30txt.dll,,,32
  83. fp30utl.dll,,,32
  84.  
  85. ; Core files don't get reference counted
  86. [FPsystem32_Core]
  87. msencode.dll,,,32
  88.  
  89. ; Core files don't get reference counted
  90. [FPsystem32_w95_Core]
  91. msvcirt.dll,,,32
  92.  
  93. [FPbin]
  94. fp30vss.dll,,,32
  95. fpexedll.dll,,,32
  96. fpsrvadm.exe,,,32
  97. fpsrvwin.exe,,,32
  98. fpsrvwin.hlp,,,32
  99. fpsrvwin.cnt,,,32
  100. postinfo.html,,,32
  101. _vti_inf.html,,,32
  102. nortbots.htm,,,32
  103. imagemap.exe,,,32
  104. htimage.exe,,,32
  105. fp30reg.dll,,,32
  106.  
  107. [FPisapiBin]
  108. shtml.dll,,,32
  109. fpcount.exe,,,32
  110.  
  111. [FPisapiAut]
  112. author.dll,,,32
  113. dvwssr.dll,,,32
  114.  
  115. [FPisapiAdm]
  116. admin.dll,,,32
  117.  
  118. [FPserk]
  119. a_bots.htm,,,32
  120. a_fpini.htm,,,32
  121. a_iisprm.htm,,,32
  122. a_spfile.htm,,,32
  123. a_uncnf.htm,,,32
  124. a_unperm.htm,,,32
  125. admin.htm,,,32
  126. appendix.htm,,,32
  127. banner.htm,,,32
  128. default.htm,,,32
  129. home.htm,,,32
  130. install.htm,,,32
  131. intro.htm,,,32
  132. security.htm,,,32
  133. trouble.htm,,,32
  134. nav.htm,,,32
  135.  
  136. [FPserkImages]
  137. admin.gif,,,32
  138. appendix.gif,,,32
  139. architec.gif,,,32
  140. serkr.gif,,,32
  141. editor.gif,,,32
  142. explorer.gif,,,32
  143. home.gif,,,32
  144. i_conten.gif,,,32
  145. i_fpacls.gif,,,32
  146. install.gif,,,32
  147. intro.gif,,,32
  148. mslogo.gif,,,32
  149. publish1.gif,publish1.gif,,32
  150. publish2.gif,publish2.gif,,32
  151. security.gif,,,32
  152. serkl.gif,,,32
  153. trouble.gif,,,32
  154. u_conten.gif,,,32
  155. u_fpaccs.gif,,,32
  156. filler25.gif,,,32
  157.  
  158. ; HTML admin forms, for remote admin of FrontPage server extensions
  159. [FPadmin]
  160. fpbanner.htm,,,32
  161. check.htm,,,32
  162. contents.htm,,,32
  163. disable.htm,,,32
  164. enable.htm,,,32
  165. fpadmin.htm,,,32
  166. ipaddress.htm,,,32
  167. newserver.htm,,,32
  168. newsubweb.htm,,,32
  169. perms.htm,,,32
  170. recalc.htm,,,32
  171. uninstall.htm,,,32
  172. topleft.gif,,,32
  173. topright.gif,,,32
  174. fpcreated.gif,,,32
  175. deletesubweb.htm,,,32
  176. renamesubweb.htm,,,32
  177. setdirexec.htm,,,32
  178. setdirnoexec.htm,,,32
  179. footer.htm,,,32
  180.  
  181. [FPadminScripts]
  182. fpadmdll.dll,,,32
  183.  
  184. [FPremove_servsupp]
  185. servers.cnf
  186.  
  187. [FPremove_temp]
  188. frontpg.lck
  189.  
  190. [FProot_servsupp_nt]
  191. fp30msft.dll,,,32
  192.  
  193. [FProot_servsupp_w95]
  194. fp30pws.dll,,,32
  195.  
  196. [FPvid_deploy]
  197. fp30reg.dll,,,32
  198.  
  199. ; ---------------- Directory Definitions --------------
  200.  
  201. [DestinationDirs]
  202. FPsystem_d   = 40000        ; WINDOWS\System
  203. FPsystem_r   = 40000
  204.  
  205. FPsystem32_Core     = 40001    ; WINDOWS\System32 (nt) or WINDOWS\System (95)
  206. FPsystem32_w95_Core = 40001
  207.  
  208. FPbin      = 40002, version3.0\bin
  209. FPisapiBin = 40002, version3.0\isapi\_vti_bin
  210. FPisapiAut = 40002, version3.0\isapi\_vti_bin\_vti_aut
  211. FPisapiAdm = 40002, version3.0\isapi\_vti_bin\_vti_adm
  212. FPserk       = 40002, version3.0\serk
  213. FPserkImages = 40002, version3.0\serk\images
  214. FPadmin    = 40002, version3.0\admin\isapi
  215. FPadminScripts = 40002, version3.0\admin\isapi\scripts
  216.  
  217. FProot_servsupp_w95   = 40002, version3.0\servsupp
  218. FProot_servsupp_nt    = 40002, version3.0\servsupp
  219. FPremove_servsupp     = 40002, version3.0\servsupp
  220.  
  221. FPremove_temp = 40002, version3.0\temp
  222.  
  223. ; If the fp_vid_deploy subcomponent is selected, we install fp30reg.dll
  224. ; to the isapi\_vti_bin\_vti_aut, from whence it gets propagated to all
  225. ; webs
  226. FPvid_deploy = 40002, version3.0\isapi\_vti_bin\_vti_aut
  227.  
  228. ; -----------------------------------------
  229.  
  230. [SourceDisksNames]
  231. 1=%K2_CD_NAME%,"fp30ext.cab",0
  232.  
  233. [SourceDisksFiles]
  234. fp30wel.dll=1,,704784,,
  235. fp30txt.dll=1,,98576,,
  236. fp30utl.dll=1,,435472,,
  237. fp30weld.dll=1,,0,,
  238. fp30txtd.dll=1,,0,,
  239. fp30utld.dll=1,,0,,
  240. fp30msft.dll=1,,134928,,
  241. fp30pws.dll=1,,109840,,
  242. msencode.dll=1,,94208,,
  243. msvcirt.dll=1,,70656,,
  244. fp30vss.dll=1,,19216,,
  245. fpexedll.dll=1,,5904,,
  246. fpsrvadm.exe=1,,14608,,
  247. fpsrvwin.exe=1,,109328,,
  248. fpsrvwin.hlp=1,,25288,,
  249. fpsrvwin.cnt=1,,170,,
  250. postinfo.html=1,,2443,,
  251. _vti_inf.html=1,,1704,,
  252. nortbots.htm=1,,764,,
  253. imagemap.exe=1,,6416,,
  254. htimage.exe=1,,7952,,
  255. shtml.dll=1,,14608,,
  256. admin.dll=1,,15120,,
  257. author.dll=1,,15120,,
  258. dvwssr.dll=1,,6416,,
  259. a_bots.htm=1,,7754,,
  260. a_fpini.htm=1,,14972,,
  261. a_iisprm.htm=1,,31869,,
  262. a_spfile.htm=1,,16744,,
  263. a_uncnf.htm=1,,14752,,
  264. a_unperm.htm=1,,30589,,
  265. admin.htm=1,,99883,,
  266. appendix.htm=1,,1039,,
  267. banner.htm=1,,554,,
  268. default.htm=1,,2329,,
  269. home.htm=1,,1685,,
  270. install.htm=1,,44020,,
  271. intro.htm=1,,26411,,
  272. security.htm=1,,48735,,
  273. trouble.htm=1,,23174,,
  274. nav.htm=1,,2374,,
  275. admin.gif=1,,1469,,
  276. appendix.gif=1,,1373,,
  277. architec.gif=1,,6948,,
  278. serkr.gif=1,,15419,,
  279. filler25.gif=1,,103,,
  280. editor.gif=1,,52562,,
  281. explorer.gif=1,,29016,,
  282. home.gif=1,,1157,,
  283. i_conten.gif=1,,14197,,
  284. i_fpacls.gif=1,,12108,,
  285. install.gif=1,,1352,,
  286. intro.gif=1,,1374,,
  287. mslogo.gif=1,,9866,,
  288. publish1.gif=1,,6644,,
  289. publish2.gif=1,,5036,,
  290. security.gif=1,,1244,,
  291. serkl.gif=1,,7938,,
  292. trouble.gif=1,,1531,,
  293. u_conten.gif=1,,14451,,
  294. u_fpaccs.gif=1,,12814,,
  295. fpcount.exe=1,,107008,,
  296. fp30reg.dll=1,,103936,,
  297. fpbanner.htm=1,,391,,
  298. check.htm=1,,1719,,
  299. contents.htm=1,,2409,,
  300. disable.htm=1,,1846,,
  301. enable.htm=1,,1723,,
  302. fpadmin.htm=1,,875,,
  303. ipaddress.htm=1,,2675,,
  304. newserver.htm=1,,2079,,
  305. newsubweb.htm=1,,2126,,
  306. perms.htm=1,,2565,,
  307. recalc.htm=1,,1691,,
  308. uninstall.htm=1,,1851,,
  309. topleft.gif=1,,7938,,
  310. topright.gif=1,,15080,,
  311. fpcreated.gif=1,,9866,,
  312. deletesubweb.htm=1,,1852,,
  313. renamesubweb.htm=1,,1710,,
  314. setdirexec.htm=1,,1915,,
  315. setdirnoexec.htm=1,,1925,,
  316. footer.htm=1,,741,,
  317. fpadmdll.dll=1,,9488,,
  318.  
  319. [lang_dep]
  320. ;
  321. ; Language-dependent strings loaded explicitly by the FP OCM code
  322. ; Localize all strings in this section and the next.
  323. ;
  324. FrontPageLangID = "0x0409"
  325. UILangAbbrev = "enu"
  326. ;
  327. ; next 2 strings must be valid filenames
  328. ;
  329. FrontPageRoot = "Microsoft FrontPage"
  330. ServerAdminDesc = "FrontPage Server Administrator"
  331. ;
  332. ; status strings, displayed during install/uninstall
  333. ;
  334. ConfiguringExtensions = "Configuring the FrontPage Server Extensions..."
  335. RemovingExtensions = "Removing the FrontPage Server Extensions..."
  336. ;
  337. ; The following is a security warning displayed when the user does a Custom
  338. ; setup and chooses to install the VID RAD deployment support DLL.
  339. ;
  340. ; The four VidWarningX strings are simply concatenated together.  There should be
  341. ; a single space at the end of each.  The max length for each individual string
  342. ; is 512 bytes.
  343. ;
  344. VidWarning1 = "You have chosen to install Visual InterDev RAD Remote Deployment Support. You should do this only on development servers, "
  345. VidWarning2 = "because RAD lets authors register server components and modify the Microsoft Transaction Server settings, affecting the state "
  346. VidWarning3 = "of the running server. If you install RAD Remote Deployment Support, you should regularly review the permissions settings of "
  347. VidWarning4 = "your FrontPage webs to ensure that no unwanted authors have obtained authoring privileges."
  348. VidWarningTitle = "Visual InterDev RAD Remote Deployment Support"
  349. ;
  350. ; The following are command lines used to install/uninstall/upgrade the
  351. ; server extensions.
  352. ; Do Not Localize!
  353. ; Do Not change the order of the substitution parameters!
  354. ; Note: the %%s in New/DelFPWebCmdLine is intentional - this string is sprintf'd
  355. ;       into twice, the second time by K2's MMC.
  356. ;
  357. NewFPWebCmdLine = "%s\version3.0\bin\fpsrvadm -unattended true -o install -t msiis -m %%s -u ""%s"" -pw p"
  358. DelFPWebCmdLine = "%s\version3.0\bin\fpsrvadm -unattended true -o uninstall -m %%s"
  359. FpCmdInstall = "%s\version3.0\bin\fpsrvadm -unattended true -o install -t msiis -m %s -u ""%s"" -pw p"
  360. FpCmdUninstall = "%s\version3.0\bin\fpsrvadm -unattended true -o uninstall -m %s"
  361. FpCmdUpgrade = "%s\version3.0\bin\fpsrvadm.exe -unattended true -o upgrade -m %s"
  362.  
  363.  
  364. [Strings]
  365. ;
  366. ; Localize all strings in this section.
  367. ; These strings are used directly by OCM.
  368. ;
  369. fp_desc = "FrontPage 98 Server Extensions"
  370. fp_tip = "Enables authoring and administration of websites with Microsoft FrontPage and Visual InterDev"
  371. K2_CD_NAME = "Microsoft Internet Information Server"
  372. SDESC_Fp_Extensions = "FrontPage Server Extensions files" 
  373. LDESC_Fp_Extensions = "Enables authoring and administration of websites with Microsoft FrontPage and Visual InterDev"
  374. SDESC_Vid_Deployment_Dll = "Visual InterDev RAD Remote Deployment Support"
  375. LDESC_Vid_Deployment_Dll = "Enables the remote deployment of applications on your web server"
  376.