home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / wmcsetup.exe / update / update.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-09-30  |  6.1 KB  |  207 lines

  1. [Version]
  2. Signature="$Windows NT$"
  3. LanguageType=0
  4. InstallPlatform=0
  5. CatalogFile=%SP_SHORT_TITLE%.cat
  6. MaxNtMinorVersionToUpdate=1
  7. MaxNtMajorVersionToUpdate=5
  8. NtBuildToUpdate=2600
  9. NtMinorVersionToUpdate=1
  10. NtMajorVersionToUpdate=5
  11. MaxNtBuildToUpdate=2600
  12. MinNtServicePackVersion=512
  13. MaxNtServicePackVersion=2304
  14. AllowUpdateBuild=2685
  15.  
  16. [ArchiveCatalogFilesOnly]
  17. %SP_SHORT_TITLE%.cat
  18.  
  19. ;[PreRequisite]
  20. ;condition=SingleOp,Test.FileVer.Section
  21.  
  22. ;[Test.FileVer.Section]
  23. ; we are using a custom function to check and make sure the coorect binary is installed before applying update
  24. ;EqualOp = CheckCustom,,CustDll.dll,VerifyPreRequisites,,==,1
  25. ;Display_String=%DispStrCum%
  26.  
  27.  
  28. [ProductCatalogsToInstall]
  29. %SP_SHORT_TITLE%.cat, update\%SP_SHORT_TITLE%.cat
  30.  
  31. [ProductInstall.CopyFilesAlways]
  32. CopyFiles=Copy.WMC,Copy.Help
  33.  
  34. [ProductInstall.GlobalRegistryChanges.Install]
  35. AddReg=Product.Add.Reg, Reg.Codecs
  36. DelReg=Product.Del.Reg, DelReg.Uninst
  37.  
  38. [ProductInstall.GlobalRegistryChanges.ReInstall]
  39. AddReg=Product.Add.Reg, Reg.Codecs
  40. DelReg=Product.Del.Reg, DelReg.Uninst
  41.  
  42. [Save.Reg.For.Uninstall]
  43. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%
  44. HKLM,%UpdateRegKey%\%US_Product_Name%\SP%SERVICE_PACK_NUMBER%\%SP_SHORT_TITLE%
  45.  
  46.  
  47. [Product.Add.Reg]
  48. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "PackageName",, %SP_TITLE%
  49. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "PackageVersion",, %Package_Version%
  50. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "Publisher",, %Publisher%
  51. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "PublishingGroup",, %Publishing_Group_Name%
  52. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "ReleaseType",, %KB_Release_Type_H%
  53. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "ARPLink",, %ARP_Link%%SP_SHORT_TITLE%
  54. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "InstallerName",, %Installer_Name%
  55. HKLM,%UpdateRegKey%\%US_Product_Name%\%SP_SHORT_TITLE%, "InstallerVersion",, %Installer_Version4%
  56.  
  57. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%SP_SHORT_TITLE%, "DisplayIcon", 0x00020000, """%ProgramFiles%\%DIR_NAME%\Wmccds.exe"""
  58.  
  59. [ProcessesToRun]
  60. "%sourcepath%\remwmc.exe"
  61. "%systemroot%\system32\spupdsvc.exe /install ""Enables Installer to complete its scheduled post-reboot tasks"""
  62.  
  63.  
  64. [ProcessesToRunBeforeArchive]
  65. "%sourcepath%\wmccds.exe /preinstall"
  66. ? "%sourcepath%\launchwmfdist.exe"
  67.  
  68.  
  69. [ProcessesToRunBeforeUninstall]
  70. "%systemroot%\system32\spupdsvc.exe /install"
  71. """%16422%\%DIR_NAME%\Wmccds.exe"" uninstall"
  72. "%systemroot%\system32\regsvr32.exe /s /u ""%16422%\%DIR_NAME%\wmccpl.dll"""
  73. "%systemroot%\system32\regsvr32.exe /s /u ""%16422%\%DIR_NAME%\wmcsci.dll"""
  74.  
  75. [ProcessesToRunAfterUninstallReboot.RebootNotRequired]
  76.  
  77. [ProcessesToRunAfterReboot.RebootNotRequired]
  78. "%systemroot%\system32\regsvr32.exe /s ""%16422%\%DIR_NAME%\wmcsci.dll"""
  79. "%systemroot%\system32\regsvr32.exe /s ""%16422%\%DIR_NAME%\wmccpl.dll"""
  80. %11%\cmd.exe /C """""%16422%\%DIR_NAME%\Wmccds.exe"" install"""
  81.  
  82.  
  83. [DestinationDirs]
  84. Copy.WMC=16422,%DIR_NAME%
  85. Copy.Help=18
  86.  
  87. [DestinationDirs.Uninstall]
  88. Copy.WMC=16422,%DIR_NAME%
  89. Copy.Help=18
  90. WMC.LinkFiles=16407
  91.  
  92. [UninstallSections]
  93. GlobalRegistryChanges, GlobalRegistryChanges.UnInstall
  94. ServicesToStopAndStart, ServicesToStopAndStart.Uninstall
  95. RestoreFiles,RestoreFiles.Uninstall
  96. DestinationDirs,DestinationDirs.Uninstall
  97. WMC.LinkFiles, WMC.LinkFiles.Uninstall
  98.  
  99. [RestoreFiles.Uninstall]
  100. DelFiles = WMC.LinkFiles
  101.  
  102. [WMC.LinkFiles.Uninstall]
  103. %PRODUCT_NAME%.lnk
  104.  
  105.  
  106. [ServicesToStopAndStart]
  107. wmconnectcds
  108.  
  109. [LinkItems.Create]
  110. %PRODUCT_NAME%=0x00000017, ,"""%16422%\%DIR_NAME%\wmccfg.exe""", , ,"%16422%\%DIR_NAME%", , ,"%ShortcutDesc%",,
  111.  
  112.  
  113. [Strings.Uninstall]
  114. PRODUCT_NAME       = "Windows Media Connect"
  115. DIR_NAME           = "Windows Media Connect 2"
  116.  
  117. [Strings]
  118. LangTypeValue           = 0x09
  119. Language                = "ENU"
  120. SP_DATE                 = "11/11/2004"
  121. SP_SHORT_TITLE          = "WMCSetup"
  122. SERVICE_PACK_NUMBER     = 0
  123. UpdateRegKey            = "SOFTWARE\Microsoft\Updates"
  124.  
  125. US_PRODUCT_NAME    = "Windows Media Connect" ; DO NOT LOCALIZE
  126. PRODUCT_NAME       = "Windows Media Connect"
  127. SP_TITLE           = "Windows Media Connect"
  128. DIR_NAME           = "Windows Media Connect 2"
  129.  
  130. ;-------------------End Product specific strings
  131. ;----Information for ARP, this is where the icon info will go when that is sorted out
  132. HelpLink                = http://go.microsoft.com/fwlink/?LinkId=47544
  133. URLInfoAbout            = http://support.microsoft.com
  134. ARP_Link                = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"
  135.  
  136. WSEDIR                  = "1033"
  137. TSCLIENTDIR             = "Terminal Services Client"
  138. ShortcutDesc            = "Shares the audio, video, and picture files on your computer with the digital media receivers on your home network."
  139.  
  140.  
  141. [Configuration]
  142. UpdateRegKey            = %UpdateRegKey%\%US_Product_Name%
  143. ;EventLogDllName         = spmsg.dll
  144. ;CustomizationDll        = custdll.dll
  145. WaitTimeForServiceStop  = -1
  146. EventLogKeyName         = WindowsMedia
  147. InstallationType        = Hotfix
  148. InstallLogFileName      = %SP_SHORT_TITLE%.log
  149. UnInstallLogFileName    = %SP_SHORT_TITLE%Uninst.log
  150. UnInstallDirName        = $NtUninstall%SP_SHORT_TITLE%$
  151. NoPNPFiles              = 1
  152.  
  153. [SourceDisksNames]
  154. 1=%PRODUCT_NAME%
  155.  
  156. [SourceDisksFiles] 
  157. ConnectionManager.xml=1 
  158. ContentDirectory.xml=1 
  159. MediaReceiverRegistrar.xml=1 
  160. wmccds.exe=1 
  161. WMCCFG.exe=1 
  162. WMCCFG.chm=1 
  163. WMCCPL.dll=1 
  164. wmcsci.dll=1 
  165. WMC_BW120.jpg=1 
  166. WMC_BW120.png=1 
  167. WMC_BW32.bmp=1 
  168. WMC_BW32.jpg=1 
  169. WMC_BW48.bmp=1 
  170. WMC_BW48.jpg=1 
  171. WMC_BW48.png=1 
  172. WMC_Color120.jpg=1 
  173. WMC_Color120.png=1 
  174. WMC_Color32.bmp=1 
  175. WMC_Color32.jpg=1 
  176. WMC_Color48.bmp=1 
  177. WMC_Color48.jpg=1 
  178. WMC_Color48.png=1 
  179. wmfdist95.exe=1
  180. fsdkreboot.exe=1
  181.  
  182. [Copy.WMC] 
  183. ConnectionManager.xml 
  184. ContentDirectory.xml 
  185. MediaReceiverRegistrar.xml 
  186. wmccds.exe 
  187. WMCCFG.exe 
  188. WMCCPL.dll 
  189. wmcsci.dll 
  190. WMC_BW120.jpg 
  191. WMC_BW120.png 
  192. WMC_BW32.bmp 
  193. WMC_BW32.jpg 
  194. WMC_BW48.bmp 
  195. WMC_BW48.jpg 
  196. WMC_BW48.png 
  197. WMC_Color120.jpg 
  198. WMC_Color120.png 
  199. WMC_Color32.bmp 
  200. WMC_Color32.jpg 
  201. WMC_Color48.bmp 
  202. WMC_Color48.jpg 
  203. WMC_Color48.png 
  204.  
  205. [Copy.Help]
  206. WMCCFG.chm 
  207.