home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1999 January / Hrac_26_1999-01_cd3.bin / browsery / msie / ie4cz-95 / FPESETUP.CAB / fpxpress.inf < prev    next >
Windows Setup INFormation  |  1998-07-03  |  9KB  |  280 lines

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