home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / pelne / ie40 / fpesetup.cab / fpxpress.inf < prev    next >
Windows Setup INFormation  |  1998-02-12  |  9KB  |  282 lines

  1. ; FPXpress.inf
  2. ; Installation file for Microsoft FrontPage Express.
  3.  
  4. [Version]
  5. Signature=$CHICAGO$
  6. AdvancedINF=2.5
  7.  
  8. [DefaultInstall]
  9. RunPostSetupCommands=RunPostSetupCommandsSection
  10. Copyfiles=WinSysCopy, FPEBinCopy, FPESysCopy, FPENormalCopy, FPEConfirmCopy, FPEHomeCopy, FPESurveyCopy, FPEFormCopy, FPEINFCopy, FPETempCopy
  11. DelFiles=FPadBinCopy, FPadINFCopy
  12. AddReg = GeneralRegKeys ,GeneralRegKeys.User
  13. DelReg = FPadRegRemove
  14. UpdateInis = FPEIni, FPEAddLink, FPadRemoveLink
  15. CustomDestination=FPEDestination
  16. PerUserInstall=FPXpress.Stub.Add
  17.  
  18. [PerUserStub]
  19. RunPostSetupCommands=RunPostSetupCommandsSection
  20. UpdateInis = FPEIni,FPEAddLink
  21. AddReg = GeneralRegKeys.User
  22. CustomDestination=FPEDestination
  23.  
  24. [PerUserRemove]
  25. RunPreSetupCommands=RunPreUserRemCommandsSection
  26. UpdateInis = FPERemoveLink
  27. DelReg = GeneralRegKeys.User
  28. CustomDestination=FPEDestination
  29.  
  30. [FPXpress.Stub.Add]
  31. ComponentName=FrontPad ; Intentionally not localized.
  32. DisplayName=%FPXpressDesc%
  33. GUID={E4066320-E4AE-11CF-B1B0-00AA00BBAD66}
  34. Version=%VersionNumber%
  35. Locale=%LocaleID%
  36. IsInstalled=1
  37. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\fpxpress.inf,PerUserstub
  38.  
  39. [FPXpress.Stub.Remove]
  40. ComponentName=FrontPad ; Intentionally not localized.
  41. DisplayName=%FPXpressDesc%
  42. GUID={E4066320-E4AE-11CF-B1B0-00AA00BBAD66}
  43. Version=%VersionNumber%
  44. Locale=%LocaleID%
  45. IsInstalled=0
  46. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\fpxpress.inf,PerUserRemove
  47.  
  48. [Uninstall]
  49. RunPreSetupCommands=RunPreUserRemCommandsSection
  50. BeginPrompt=BeginPromptSection
  51. EndPrompt=EndPromptSection
  52. DelFiles = FPEBinCopy, FPENormalCopy, FPEConfirmCopy, FPEHomeCopy, FPESurveyCopy, FPEFormCopy, FPETempCopy
  53. DelReg = GeneralRegKeys, DelUninstallKey, GeneralRegKeys.User
  54. ;AddReg = DebugRegKeys ; DEBUG!
  55. UpdateInis = FPERemoveLink
  56. CustomDestination=FPEDestination
  57. PerUserInstall=FPXpress.Stub.Remove
  58.  
  59. [BeginPromptSection]
  60. Prompt=%BeginPrompt%
  61. ButtonType=YESNO
  62. Title=%FPXpressDesc%
  63.  
  64. [EndPromptSection]
  65. Prompt=%EndPrompt%
  66.  
  67.  
  68. [WinSysCopy]
  69. MFC40LOC.dll
  70.  
  71. [RunPostSetupCommandsSection]
  72. "%11%\setdefed.exe" -i """%49100%\bin\fpxpress.exe %%1""" %ShellVerb%
  73.  
  74. [RunPreUserRemCommandsSection]
  75. "%11%\setdefed.exe" -u
  76.  
  77. ; Delete this stuff, it's old and upgrading will now remove it.
  78. [FPadBinCopy]
  79.  
  80. fpedsat.dll
  81. vtimesat.dll
  82. vtforsat.dll
  83. vthomsat.dll
  84. fpwpp.dll
  85. frontpad.exe
  86. frontpad.hlp
  87. frontpad.cnt
  88.  
  89. [FPadINFCopy]
  90. fpxpress.inf
  91.  
  92. [FPadRegRemove]
  93. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad
  94.  
  95. [FPEBinCopy]
  96.  
  97. fpedsat.dll
  98. vtimesat.dll
  99. vtforsat.dll
  100. vthomsat.dll
  101. fpwpp.dll
  102. fp20ime.dll
  103. fpxpress.exe
  104. lead52n.dll
  105. fpxpress.chm
  106. fp20htp.dll
  107. fp20utl.dll
  108. fp20tl.dll
  109.  
  110. [FPESysCopy]
  111. setdefed.exe
  112.  
  113. [FPENormalCopy]
  114. normal.htm
  115. normal.inf
  116.  
  117. [FPEConfirmCopy]
  118. confirm.htm
  119. confirm.inf
  120.  
  121. [FPESurveyCopy]
  122. survey.htm
  123. survey.inf
  124.  
  125. [FPEFormCopy]
  126. vtiform.exe
  127. vtiform.inf
  128.  
  129. [FPEHomeCopy]
  130. vtihome.exe
  131. vtihome.inf
  132.  
  133. [FPEINFCopy]
  134. fpxpress.inf
  135.  
  136. ; Can't just make an empty directory, so copy an empty file into it.
  137. [FPETempCopy]
  138. empty.tmp
  139.  
  140. [DestinationDirs]
  141.  
  142. WinSysCopy = 11
  143. FPadBinCopy=49100,bin
  144. FPEBinCopy=49100,bin
  145. FPESysCopy=11
  146. FPENormalCopy=49100,pages\normal.tem
  147. FPEConfirmCopy=49100,pages\confirm.tem
  148. FPESurveyCopy=49100,pages\survey.tem
  149. FPEHomeCopy=49100,pages\vtihome.wiz
  150. FPEFormCopy=49100,pages\vtiform.wiz
  151. FPETempCopy=49100,temp
  152. FPEINFCopy=17
  153. FPADINFCopy=17
  154. WindowsDir=25
  155.  
  156. [GeneralRegKeys]
  157. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"DisplayName",,"%FPXpressDesc%"
  158. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\fpxpress.inf, Uninstall"
  159. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\fpxpress.inf, Uninstall,5"
  160. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"RequiresIESysFile",,"4.71"
  161.  
  162. ; Let the shell know the path to our EXE and that we accept URLs.
  163. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FPXPRESS.EXE",,,"%49100%\bin\fpxpress.exe"
  164. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FPXPRESS.EXE","useURL",,"yes"
  165.  
  166. ; Let HTML Help know where our help file is installed.
  167. HKLM,"SOFTWARE\Microsoft\Windows\HTML Help","fpxpress.chm",,"%49100%\bin"
  168.  
  169. ; Remember where we were installed for uninstall.
  170. HKLM,SOFTWARE\Microsoft\FrontPageExpress,"InstallDir",,"%49100%"
  171.  
  172. [GeneralRegKeys.User]
  173. ; Insert menu customizations for FrontPage Express.
  174. HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem1,,"2,1,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B> ' startspan -->%THISDIRNAME%<!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
  175. HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem2,,"2,1,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%,"
  176. HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem3,,"2,1,1,%MenuLabel%,-,,%InsertBefore%,,,"
  177.  
  178. ; Insert menu customizations for the FrontPage Editor.
  179. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem1,,"2,1,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B> ' startspan -->%THISDIRNAME%<!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
  180. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem2,,"2,1,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%,"
  181. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem3,,"2,1,1,%MenuLabel%,-,,%InsertBefore%,,,"
  182.  
  183. [DelUninstallKey] 
  184. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress
  185.  
  186. ;DEBUG!
  187. ;[DebugRegKeys]
  188. ;"HKLM","SOFTWARE\Microsoft\FrontPageExpress\Debug","InstallDir",,"49100 = %49100%"
  189.  
  190. [FPEAddLink]
  191. setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""    ; creates folder (if not already there)
  192. setup.ini, group99,, """%FPXpressLink%"", """"""%49100%\bin\fpxpress.exe"""""""
  193.  
  194. [FPEIni]
  195. fpxpress.ini, FrontPageExpress 2.0,, "FrontPageExpressRoot=%49100%"
  196.  
  197. [FPERemoveLink]
  198. setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""
  199. setup.ini, group99,, """%FPXpressLink%"""
  200.  
  201. [FPadRemoveLink]
  202. setup.ini, progman.groups,, "group99="%InternetSuite%""
  203. setup.ini, group99,, """%FrontPadLink%"""
  204.  
  205. [SourceDisksFiles]
  206.  
  207. fpedsat.dll = 1
  208. vtimesat.dll = 1
  209. vtforsat.dll = 1
  210. vthomsat.dll = 1
  211. fpwpp.dll = 1
  212. MFC40LOC.dll = 1
  213. fp20htp.dll = 1
  214. fp20ime.dll = 1
  215. fp20tl.dll = 1
  216. fp20utl.dll = 1
  217. fpxpress.exe = 1
  218. lead52n.dll = 1
  219. fpxpress.chm = 1
  220. normal.htm = 1
  221. normal.inf = 1
  222. confirm.htm = 1
  223. confirm.inf = 1
  224. survey.htm = 1
  225. survey.inf = 1
  226. vtihome.exe = 1
  227. vtihome.inf = 1
  228. vtiform.exe = 1
  229. vtiform.inf = 1
  230. empty.tmp = 1
  231. fpxpress.inf = 1
  232. setdefed.exe = 1
  233.  
  234. [SourceDisksNames]
  235. 1 = %DiskName%,fpesetup.cab,0
  236.  
  237. ; Change 5 to 1 below to prompt user for path.  We need to be quiet for IE4, so disable user choice.
  238. [FPEDestination]
  239. 49000=ProgramFilesDir,5
  240. 49100=CustomInstallDir,5
  241.  
  242. [ProgramFilesDir]
  243. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
  244.  
  245. [CustomInstallDir]
  246. "HKLM","SOFTWARE\Microsoft\FrontPad","InstallDir",%UserPrompt%,"%49000%\%FPXpressDesc%"
  247. "HKLM","SOFTWARE\Microsoft\FrontPageExpress","InstallDir",%UserPrompt%,"%49000%\%FPXpressDesc%"
  248.  
  249. [Strings]
  250. ; Unlocalized strings.
  251. VersionNumber = "2,0,1,1120"
  252.  
  253. ; Strings to be localized.
  254. LocaleID = "PL"
  255. InternetSuite = "Internet Explorer"
  256. ShortcutInternetSuite = "Internet Explorer"
  257. DiskName = "Dysk instalacyjny programu Microsoft FrontPage Express"
  258. OldDiskName = "Dysk instalacyjny programu Microsoft FrontPad"
  259. PROGRAMS = "Progra~1"     ; Should be "Program Files", but it fails to create link on NT.
  260.  
  261. FPXpressLink = "FrontPage Express"
  262. FrontPadLink = "FrontPad"
  263. FPXpressDesc = "Microsoft FrontPage Express"
  264. UserPrompt = "Gdzie chcia│by£ zainstalowaµ pliki programu FrontPage Express?"
  265. ShellVerb = "&Edytuj"
  266. BeginPrompt = "Usun╣µ program Microsoft FrontPage Express z systemu?"
  267. EndPrompt = "Program Microsoft FrontPage Express zosta│ pomy£lnie usuniΩty."
  268.  
  269. ; Menu Item Labels to be localized:
  270. MenuLabel = "W&staw"
  271. InsertBefore = "&Obraz..."
  272. ItemLabel1 = "Tytu│ folde&ru Web View"
  273. ItemLabel2 = "&Zawarto£µ folderu Web View"
  274.  
  275. ; Menu Item Comments to be localized:
  276. ItemComment1 = "Wstawia tytu│ bie┐╣cego folderu"
  277. ItemComment2 = "Wstawia zawarto£µ (ikony program≤w) bie┐╣cego folderu"
  278.  
  279. ; Inserted HTML to be localized:
  280. ItemHTML1 = "Tytu│ folderu Web View"
  281. ItemHTML2 = "Zawarto£µ folderu Web View"
  282.