home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / IE4ESP / FPESETUP.CAB / fpxpress.inf < prev    next >
Windows Setup INFormation  |  1997-09-14  |  9KB  |  278 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, FPEFolderCopy, 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, FPEFolderCopy, 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. [RunPostSetupCommandsSection]
  68. "%11%\setdefed.exe" -i """%49100%\bin\fpxpress.exe %%1""" %ShellVerb%
  69.  
  70. [RunPreUserRemCommandsSection]
  71. "%11%\setdefed.exe" -u
  72.  
  73. ; Delete this stuff, it's old and upgrading will now remove it.
  74. [FPadBinCopy]
  75. frontpad.exe
  76. frontpad.hlp
  77. frontpad.cnt
  78.  
  79. [FPadINFCopy]
  80. fpxpress.inf
  81.  
  82. [FPadRegRemove]
  83. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad
  84.  
  85. [FPEBinCopy]
  86.  
  87. fpedsat.dll
  88. vtimesat.dll
  89. vtforsat.dll
  90. vthomsat.dll
  91. fpwpp.dll
  92. fp20ime.dll
  93. fpxpress.exe
  94. lead52n.dll
  95. fpxpress.chm
  96. fp20htp.dll
  97. fp20utl.dll
  98. fp20tl.dll
  99.  
  100. [FPESysCopy]
  101.  
  102. MFC40LOC.dll
  103. setdefed.exe
  104.  
  105. [FPENormalCopy]
  106. normal.htm
  107. normal.inf
  108.  
  109. [FPEConfirmCopy]
  110. confirm.htm
  111. confirm.inf
  112.  
  113. [FPESurveyCopy]
  114. survey.htm
  115. survey.inf
  116.  
  117. [FPEFormCopy]
  118. vtiform.exe
  119. vtiform.inf
  120.  
  121. [FPEHomeCopy]
  122. vtihome.exe
  123. vtihome.inf
  124.  
  125. [FPEFolderCopy]
  126. folder.inf
  127.  
  128. [FPEINFCopy]
  129. fpxpress.inf
  130.  
  131. ; Can't just make an empty directory, so copy an empty file into it.
  132. [FPETempCopy]
  133. empty.tmp
  134.  
  135. [DestinationDirs]
  136. FPadBinCopy=49100,bin
  137. FPEBinCopy=49100,bin
  138. FPESysCopy=11
  139. FPENormalCopy=49100,pages\normal.tem
  140. FPEConfirmCopy=49100,pages\confirm.tem
  141. FPESurveyCopy=49100,pages\survey.tem
  142. FPEHomeCopy=49100,pages\vtihome.wiz
  143. FPEFormCopy=49100,pages\vtiform.wiz
  144. FPEFolderCopy=49100,pages\folder.tem
  145. FPETempCopy=49100,temp
  146. FPEINFCopy=17
  147. FPADINFCopy=17
  148. WindowsDir=25
  149.  
  150. [GeneralRegKeys]
  151. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"DisplayName",,"%FPXpressDesc%"
  152. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\fpxpress.inf, Uninstall"
  153. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\fpxpress.inf, Uninstall,5"
  154. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress,"RequiresIESysFile",,"4.71"
  155.  
  156. ; Let the shell know the path to our EXE and that we accept URLs.
  157. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FPXPRESS.EXE",,,"%49100%\bin\fpxpress.exe"
  158. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FPXPRESS.EXE","useURL",,"yes"
  159.  
  160. ; Let HTML Help know where our help file is installed.
  161. HKLM,"SOFTWARE\Microsoft\Windows\HTML Help","fpxpress.chm",,"%49100%\bin"
  162.  
  163. ; Remember where we were installed for uninstall.
  164. HKLM,SOFTWARE\Microsoft\FrontPageExpress,"InstallDir",,"%49100%"
  165.  
  166. [GeneralRegKeys.User]
  167. ; Insert menu customizations for FrontPage Express.
  168. 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%,"
  169. 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%,"
  170. HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem3,,"2,1,1,%MenuLabel%,-,,%InsertBefore%,,,"
  171.  
  172. ; Insert menu customizations for the FrontPage Editor.
  173. 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%,"
  174. 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%,"
  175. HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem3,,"2,1,1,%MenuLabel%,-,,%InsertBefore%,,,"
  176.  
  177. [DelUninstallKey] 
  178. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPageExpress
  179.  
  180. ;DEBUG!
  181. ;[DebugRegKeys]
  182. ;"HKLM","SOFTWARE\Microsoft\FrontPageExpress\Debug","InstallDir",,"49100 = %49100%"
  183.  
  184. [FPEAddLink]
  185. setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""    ; creates folder (if not already there)
  186. setup.ini, group99,, """%FPXpressLink%"", """"""%49100%\bin\fpxpress.exe"""""""
  187.  
  188. [FPEIni]
  189. fpxpress.ini, FrontPageExpress 2.0,, "FrontPageExpressRoot=%49100%"
  190.  
  191. [FPERemoveLink]
  192. setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""
  193. setup.ini, group99,, """%FPXpressLink%"""
  194.  
  195. [FPadRemoveLink]
  196. setup.ini, progman.groups,, "group99="%InternetSuite%""
  197. setup.ini, group99,, """%FrontPadLink%"""
  198.  
  199. [SourceDisksFiles]
  200.  
  201. fpedsat.dll = 1
  202. vtimesat.dll = 1
  203. vtforsat.dll = 1
  204. vthomsat.dll = 1
  205. fpwpp.dll = 1
  206. MFC40LOC.dll = 1
  207. fp20htp.dll = 1
  208. fp20ime.dll = 1
  209. fp20tl.dll = 1
  210. fp20utl.dll = 1
  211. fpxpress.exe = 1
  212. lead52n.dll = 1
  213. fpxpress.chm = 1
  214. normal.htm = 1
  215. normal.inf = 1
  216. confirm.htm = 1
  217. confirm.inf = 1
  218. survey.htm = 1
  219. survey.inf = 1
  220. vtihome.exe = 1
  221. vtihome.inf = 1
  222. vtiform.exe = 1
  223. vtiform.inf = 1
  224. folder.inf = 1
  225. folddata.gif = 1
  226. empty.tmp = 1
  227. fpxpress.inf = 1
  228. setdefed.exe = 1
  229.  
  230. [SourceDisksNames]
  231. 1 = %DiskName%,fpesetup.cab,0
  232.  
  233. ; Change 5 to 1 below to prompt user for path.  We need to be quiet for IE4, so disable user choice.
  234. [FPEDestination]
  235. 49000=ProgramFilesDir,5
  236. 49100=CustomInstallDir,5
  237.  
  238. [ProgramFilesDir]
  239. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
  240.  
  241. [CustomInstallDir]
  242. "HKLM","SOFTWARE\Microsoft\FrontPad","InstallDir",%UserPrompt%,"%49000%\%FPXpressDesc%"
  243. "HKLM","SOFTWARE\Microsoft\FrontPageExpress","InstallDir",%UserPrompt%,"%49000%\%FPXpressDesc%"
  244.  
  245. [Strings]
  246. ; Unlocalized strings.
  247. VersionNumber = "2,0,1,1118"
  248.  
  249. ; Strings to be localized.
  250. LocaleID = "ES"
  251. InternetSuite = "Internet Explorer"
  252. ShortcutInternetSuite = "Internet Explorer"
  253. DiskName = "Disco de instalaci≤n de Microsoft FrontPage Express"
  254. OldDiskName = "Disco de instalaci≤n de Microsoft FrontPad"
  255. PROGRAMS = "Archiv~1"     ; Should be "Program Files", but it fails to create link on NT.
  256.  
  257. FPXpressLink = "FrontPage Express"
  258. FrontPadLink = "FrontPad"
  259. FPXpressDesc = "Microsoft FrontPage Express"
  260. UserPrompt = "┐D≤nde desearφa instalar los archivos de Microsoft FrontPage Express?"
  261. ShellVerb = "&Edici≤n"
  262. BeginPrompt = "┐Desea quitar Microsoft FrontPage Express de su sistema?"
  263. EndPrompt = "Se ha quitado Microsoft FrontPage Express con Θxito."
  264.  
  265. ; Menu Item Labels to be localized:
  266. MenuLabel = "&Insertar"
  267. InsertBefore = "&Imagen..."
  268. ItemLabel1 = "Tφtulo de la carpeta Vista We&b"
  269. ItemLabel2 = "Contenido de la car&peta Vista Web"
  270.  
  271. ; Menu Item Comments to be localized:
  272. ItemComment1 = "Inserta el tφtulo de la carpeta actual"
  273. ItemComment2 = "Inserta los contenidos (iconos de programa) de la carpeta actual"
  274.  
  275. ; Inserted HTML to be localized:
  276. ItemHTML1 = "Tφtulo de la carpeta Vista Web"
  277. ItemHTML2 = "Contenido de la carpeta Vista Web"
  278.