home *** CD-ROM | disk | FTP | other *** search
/ Startware 8 / startware 8.iso / data / Software / Internet / Explorer4 / FPADIEXP.CAB / frontpad.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-07-18  |  11.1 KB  |  277 lines

  1. ; Frontpad.inf
  2. ; Installation file for the Beta1 release of Microsoft FrontPad.
  3.  
  4. [Version]
  5. Signature=$CHICAGO$
  6. AdvancedINF=2.5
  7.  
  8. [DefaultInstall]
  9. RunPostSetupCommands=RunPostSetupCommandsSection
  10. Copyfiles=WinSysCopy, FPadBinCopy, FPadSysCopy, FPadDataCopy, FPadNormalCopy, FPadConfirmCopy, FPadHomeCopy, FPadSurveyCopy, FPadFormCopy, FPadFolderCopy, FPadINFCopy, FPadTempCopy
  11. AddReg = GeneralRegKeys ,GeneralRegKeys.User
  12. UpdateInis = FPIni, FPadAddLink
  13. CustomDestination=FPadDestination
  14. PerUserInstall=FrontPad.Stub.Add
  15.  
  16. [PerUserStub]
  17. RunPostSetupCommands=RunPostSetupCommandsSection
  18. UpdateInis = FPIni,FPadAddLink
  19. AddReg = GeneralRegKeys.User
  20. CustomDestination=FPadDestination
  21.  
  22. [PerUserRemove]
  23. RunPreSetupCommands=RunPreUserRemCommandsSection
  24. UpdateInis = FPadRemoveLink
  25. DelReg = GeneralRegKeys.User
  26. CustomDestination=FPadDestination
  27.  
  28. [FrontPad.Stub.Add]
  29. ComponentName=Frontpad ; Intentionally not localized.
  30. DisplayName=%FrontPadDesc%
  31. GUID={E4066320-E4AE-11CF-B1B0-00AA00BBAD66}
  32. Version=2,0,1,1116
  33. Locale=%LocaleID%
  34. IsInstalled=1
  35. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\frontpad.inf,PerUserstub
  36.  
  37. [FrontPad.Stub.Remove]
  38. ComponentName=Frontpad ; Intentionally not localized.
  39. DisplayName=%FrontPadDesc%
  40. GUID={E4066320-E4AE-11CF-B1B0-00AA00BBAD66}
  41. Version=2,0,1,1116
  42. Locale=%LocaleID%
  43. IsInstalled=0
  44. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\frontpad.inf,PerUserRemove
  45.  
  46. [Uninstall]
  47. RunPreSetupCommands=RunPreUserRemCommandsSection
  48. BeginPrompt=BeginPromptSection
  49. EndPrompt=EndPromptSection
  50. DelFiles = FPadBinCopy, FPadSysCopy, FPadDataCopy, FPadNormalCopy, FPadConfirmCopy, FPadHomeCopy, FPadSurveyCopy, FPadFormCopy, FPadFolderCopy, FPadTempCopy
  51. DelReg = GeneralRegKeys, DelUninstallKey, GeneralRegKeys.User
  52. ;AddReg = DebugRegKeys ; DEBUG!
  53. UpdateInis = FPadRemoveLink
  54. CustomDestination=FPadDestination
  55. PerUserInstall=FrontPad.Stub.Remove
  56.  
  57. [BeginPromptSection]
  58. Prompt=%BeginPrompt%
  59. ButtonType=YESNO
  60. Title=%FrontPadDesc%
  61.  
  62. [EndPromptSection]
  63. Prompt=%EndPrompt%
  64.  
  65.  
  66. [WinSysCopy]
  67. MFC40LOC.dll,,,4
  68.  
  69. [RunPostSetupCommandsSection]
  70. "%11%\setdefed.exe" -i """%49100%\bin\frontpad.exe %%1""" %ShellVerb%
  71.  
  72. [RunPreUserRemCommandsSection]
  73. "%11%\setdefed.exe" -u
  74.  
  75. [FPadBinCopy]
  76.  
  77. fpedsat.dll
  78. vtimesat.dll
  79. vtforsat.dll
  80. vthomsat.dll
  81. fpwpp.dll
  82. fp20ime.dll
  83. frontpad.exe
  84. lead52n.dll
  85. frontpad.hlp
  86. frontpad.cnt
  87. fp20htp.dll
  88. fp20utl.dll
  89. fp20tl.dll
  90.  
  91. [FPadSysCopy]
  92. setdefed.exe
  93.  
  94. [FPadNormalCopy]
  95. normal.htm
  96. normal.inf
  97.  
  98. [FPadConfirmCopy]
  99. confirm.htm
  100. confirm.inf
  101.  
  102. [FPadSurveyCopy]
  103. survey.htm
  104. survey.inf
  105.  
  106. [FPadFormCopy]
  107. vtiform.exe
  108. vtiform.inf
  109.  
  110. [FPadHomeCopy]
  111. vtihome.exe
  112. vtihome.inf
  113.  
  114. [FPadFolderCopy]
  115. folder.htm
  116. folder.inf
  117.  
  118. [FPadDataCopy]
  119. folddata.gif
  120.  
  121. [FPadINFCopy]
  122. frontpad.inf
  123.  
  124. ; Can't just make an empty directory, so copy an empty file into it.
  125. [FpadTempCopy]
  126. empty.tmp
  127.  
  128. [DestinationDirs]
  129.  
  130. WinSysCopy = 11
  131. FPadBinCopy=49100,bin
  132. FPadSysCopy=11
  133. FPadNormalCopy=49100,pages\normal.tem
  134. FPadConfirmCopy=49100,pages\confirm.tem
  135. FPadSurveyCopy=49100,pages\survey.tem
  136. FPadHomeCopy=49100,pages\vtihome.wiz
  137. FPadFormCopy=49100,pages\vtiform.wiz
  138. FPadFolderCopy=49100,pages\folder.tem
  139. FPadDataCopy=49100,data
  140. FPadTempCopy=49100,temp
  141. FPadINFCopy=17
  142. WindowsDir=25
  143.  
  144. [GeneralRegKeys]
  145. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"DisplayName",,"%FrontPadDesc%"
  146. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\Frontpad.inf, Uninstall"
  147. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\Frontpad.inf, Uninstall,5"
  148. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"RequiresIESysFile",,"4.71"
  149.  
  150. ; Let the shell know the path to our EXE and that we accept URLs.
  151. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FRONTPAD.EXE",,,"%49100%\bin\frontpad.exe"
  152. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FRONTPAD.EXE","useURL",,"yes"
  153.  
  154. ; Remember where we were installed for uninstall.
  155. HKLM,SOFTWARE\Microsoft\FrontPad,"InstallDir",,"%49100%"
  156.  
  157. [GeneralRegKeys.User]
  158. ; Insert menu customizations for FrontPad.
  159. HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem1,,"2,2,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B> ' startspan --><%WinShell.Title%><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
  160. HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem2,,"2,2,1,%MenuLabel%,%ItemLabel2%,<!--webbot bot=HTMLMarkup u-src='file:///%49100%\Data\FoldData.gif' startspan --><object width="100%" height="85%" classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"></object><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment2%,"
  161. HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem3,,"2,2,1,%MenuLabel%,%ItemLabel3a%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML3%</I></B> ' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292102-4755-11CF-9DC2-00AA006C2B84}><img src=file:<%WinShell.TemplateDirPath%>intmess.gif border=0 alt='%ItemHTML3%' align=absmiddle>Internet Mail</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment3%,"
  162. HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem4,,"2,2,1,%MenuLabel%,%ItemLabel4%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML4%</I></B> ' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292103-4755-11CF-9DC2-00AA006C2B84}<img src=file:<%WinShell.TemplateDirPath%>intnews.gif border=0 alt='%ItemHTML4%' align=absmiddle>Internet News</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment4%,"
  163. ;HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem5,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
  164. ;HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem6,,"2,2,1,%MenuLabel%,%ItemLabel6%,%49100%\bin\wizard.exe,%InsertBefore%,0,%ItemComment6%,"
  165. HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem7,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
  166.  
  167. ; Insert menu customizations for the FrontPage Editor.
  168. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem1,,"2,2,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B> ' startspan --><%WinShell.Title%><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
  169. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem2,,"2,2,1,%MenuLabel%,%ItemLabel2%,<!--webbot bot=HTMLMarkup u-src='file:///%49100%\Data\FoldData.gif' startspan --><object width="100%" height="85%" classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"></object><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment2%,"
  170. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem3,,"2,2,1,%MenuLabel%,%ItemLabel3b%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML3%</I></B> ' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292102-4755-11CF-9DC2-00AA006C2B84}><img src=file:<%WinShell.TemplateDirPath%>intmess.gif border=0 alt='%ItemHTML3%' align=absmiddle>Internet Mail</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment3%,"
  171. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem4,,"2,2,1,%MenuLabel%,%ItemLabel4%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML4%</I></B> ' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292103-4755-11CF-9DC2-00AA006C2B84}<img src=file:<%WinShell.TemplateDirPath%>intnews.gif border=0 alt='%ItemHTML4%' align=absmiddle>Internet News</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment4%,"
  172. ;HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem5,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
  173. ;HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem6,,"2,2,1,%MenuLabel%,%ItemLabel6%,%49100%\bin\wizard.exe,%InsertBefore%,0,%ItemComment6%,"
  174. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem7,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
  175.  
  176. [DelUninstallKey] 
  177. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad
  178.  
  179. ;DEBUG!
  180. ;[DebugRegKeys]
  181. ;"HKLM","SOFTWARE\Microsoft\FrontPad\Debug","InstallDir",,"49100 = %49100%"
  182.  
  183. [FPadAddLink]
  184. setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""    ; creates folder (if not already there)
  185. setup.ini, group99,, """%FrontPadLink%"", """"""%49100%\bin\frontpad.exe"""""""
  186.  
  187. [FPIni]
  188. frontpad.ini, FrontPad 2.0,, "FrontPadRoot=%49100%"
  189.  
  190. [FPadRemoveLink]
  191. setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""
  192. setup.ini, group99,, """%FrontPadLink%"""
  193.  
  194. [SourceDisksFiles]
  195.  
  196. fpedsat.dll = 1
  197. vtimesat.dll = 1
  198. vtforsat.dll = 1
  199. vthomsat.dll = 1
  200. fpwpp.dll = 1
  201. MFC40LOC.dll = 1
  202. fp20htp.dll = 1
  203. fp20ime.dll = 1
  204. fp20tl.dll = 1
  205. fp20utl.dll = 1
  206. frontpad.exe = 1
  207. lead52n.dll = 1
  208. frontpad.hlp = 1
  209. frontpad.cnt = 1
  210. normal.htm = 1
  211. normal.inf = 1
  212. confirm.htm = 1
  213. confirm.inf = 1
  214. survey.htm = 1
  215. survey.inf = 1
  216. vtihome.exe = 1
  217. vtihome.inf = 1
  218. vtiform.exe = 1
  219. vtiform.inf = 1
  220. folder.htm = 1
  221. folder.inf = 1
  222. folddata.gif = 1
  223. empty.tmp = 1
  224. frontpad.inf = 1
  225. setdefed.exe = 1
  226.  
  227. [SourceDisksNames]
  228. 1 = %DiskName%,fpadiexp.cab,0
  229.  
  230. ; Change 5 to 1 below to prompt user for path.  We need to be quiet for IE4, so disable user choice.
  231. [FPadDestination]
  232. 49000=ProgramFilesDir,5
  233. 49100=CustomInstallDir,5
  234.  
  235. [ProgramFilesDir]
  236. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
  237.  
  238. [CustomInstallDir]
  239. "HKLM","SOFTWARE\Microsoft\FrontPad","InstallDir",%UserPrompt%,"%49000%\%FrontPadDesc%"
  240.  
  241. ; Strings to be localized.
  242. [Strings]
  243. LocaleID = "IT"
  244. ShortcutInternetSuite = "Internet Explorer"
  245. DiskName = "Disco di installazione di Microsoft FrontPad"
  246. PROGRAMS = "Progra~1"     ; Should be "Program Files", but it fails to create link on NT.
  247.  
  248. FrontPadLink = "FrontPad"
  249. FrontPadDesc = "Microsoft FrontPad"
  250. UserPrompt = "Percorso per installazione dei file FrontPad"
  251. ShellVerb = "&Modifica"
  252. BeginPrompt = "Rimuovere Microsoft FrontPad dal sistema?"
  253. EndPrompt = "Rimozione di Microsoft FrontPad completata."
  254.  
  255. ; Menu Item Labels to be localized:
  256. MenuLabel = "&Inserisci"
  257. InsertBefore = "&Immagine..."
  258. ItemLabel1 = "&Titolo della cartella Web View"
  259. ItemLabel2 = "Contenuto &della cartella Web View"
  260. ItemLabel3a = "Collegamento alla &posta di Web View"
  261. ItemLabel3b = "Collegamento alla &posta di Web View"
  262. ItemLabel4 = "Collegamento alle news di We&b View"
  263. ItemLabel6 = "Avvia Creazione guidata &WebView..."
  264.  
  265. ; Menu Item Comments to be localized:
  266. ItemComment1 = "Inserisce il titolo della cartella corrente"
  267. ItemComment2 = "Inserisce il contenuto (icone di programma) della cartella corrente"
  268. ItemComment3 = "Inserisce un collegamento a Internet Mail"
  269. ItemComment4 = "Inserisce un collegamento a Internet News"
  270. ItemComment6 = "Avvia la Creazione guidata del modello della cartella per accedere ad altre opzioni"
  271.  
  272. ; Inserted HTML to be localized:
  273. ItemHTML1 = "Titolo della cartella Web View"
  274. ItemHTML2 = "Contenuto della cartella Web View"
  275. ItemHTML3 = "Collegamento alla posta"
  276. ItemHTML4 = "Collegamento alle news"
  277.