home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 November / PCpro_2005_11.ISO / files / plugins / plugins_windows / vdcheckup / DECCHECKSetup.EXE / DECCHECK.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-09-10  |  3.1 KB  |  129 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5, "You need a newer version of Advpack.dll."
  4.  
  5. [DefaultInstall] 
  6. RequiredEngine=Setupapi
  7.  
  8. [DefaultInstall.NT] 
  9. RequiredEngine=Setupapi
  10. CopyFiles=CopyINF,files.copy
  11. CustomDestination=CustomDestinationSection
  12. AddReg=reg.Uninstall,reg.Installdir
  13. RunPostSetupCommands =ntfixup:1
  14. UpdateInis=Startup.Links.NT
  15.  
  16. [Uninstall]
  17. RequiredEngine=Setupapi
  18. CustomDestination=UninstallDestinationSection
  19. BeginPrompt=BeginUninstallPromptSection
  20. DelFiles=INF.rmv,files.rmv
  21. DelDirs=files.DelDirs
  22. DelReg=reg.cleanup
  23. UpdateInis=StartupLinks.del
  24. SmartReboot=I
  25. RunPostSetupCommands=ntfixup:1
  26.  
  27. [CustomDestinationSection]
  28. 49200,49201,49202= SampleDir,1
  29. 49300,49301,49302= StartMenuProgramsDir,5
  30.  
  31.  
  32. [UninstallDestinationSection]
  33. 49200,49401,49402= SampleDir,5
  34. 49300,49301,49302= StartMenuProgramsDir,5
  35.  
  36.  
  37. [ntfixup]
  38. grpconv.exe -o
  39.  
  40. [SampleDir]
  41. HKLM,"Software\Microsoft\Windows Media\%thispackage%","InstallDir","Installation Directory","%24%\%thispackage%"
  42.  
  43. [StartMenuProgramsDir]
  44. "HKCU","SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Programs","","%25%\Start Menu\Programs"
  45.  
  46. [RedistDir]
  47. ,,,,"%49200%\Redist"
  48.  
  49.  
  50. [DestinationDirs]
  51. CopyINF=17
  52. files.copy=49200
  53. files.rmv=49200
  54. inf.rmv=17
  55.  
  56.  
  57. [files.DelDirs]
  58. "%49201%"
  59.  
  60.  
  61. [SourceDisksNames]
  62. 3329 = "Generic Install",,0
  63.  
  64.  
  65. [SourceDisksFiles]
  66. DECCHECK.exe=3329
  67. DECCHECK.inf=3329
  68. eula.txt=3329
  69.  
  70. [redist.copy]
  71.  
  72.  
  73. [files.copy]
  74. DECCHECK.exe,,,97
  75. eula.txt,,,97
  76.  
  77. [files.rmv]
  78. DECCHECK.exe,,,1
  79. eula.txt,,,1
  80.  
  81.  
  82. [CopyINF]
  83. DECCHECK.inf,,,97
  84.  
  85. [INF.rmv]
  86. DECCHECK.inf,,,1
  87.  
  88. [reg.Installdir]
  89. HKLM,"Software\Microsoft\Windows Media\%thispackage%","InstallDir",,"%49201%"
  90.  
  91. [reg.Uninstall]
  92. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%thispackage%", "UninstallString",, "RunDll32 advpack.dll,LaunchINFSection %17%\%thisinf%,Uninstall"
  93. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%thispackage%", "DisplayName",, "%uninstdescription%"
  94.  
  95. [reg.cleanup]
  96. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%thispackage%"
  97. HKLM, "Software\Microsoft\Windows Media\%thispackage%"
  98.  
  99. [Startup.Links.nt]
  100. setup.ini, progman.groups,,"StartMenuWMFolder=%49300%\%programgroup%"
  101. setup.ini, StartMenuWMFolder,, """%uninstdescription% "",""""""%49200%\%link1target%"""""",,,"
  102.  
  103. [StartupLinks.del]
  104. setup.ini, progman.groups,,"StartMenuWMFolder=%49300%\%programgroup%"
  105. setup.ini,StartMenuWMFolder,, ""%uninstdescription%"",,,
  106.  
  107.  
  108. [BeginUninstallPromptSection]
  109. Prompt="%prompt%"
  110. ButtonType=YESNO
  111. Title="%prompttitle%"
  112.  
  113.  
  114. [Strings]
  115. thisinf = "DECCHECK.inf"
  116. thispackage = "DECCHECK"
  117. uninstdescription = "Microsoft Windows XP Video Decoder Checkup Utility"
  118. prompt="Do you want to remove the Microsoft Windows XP Video Decoder Checkup Utility"
  119. prompttitle="Microsoft Windows XP Video Decoder Checkup Utility"
  120. programgroup="Windows Media"
  121. link1target="DECCHECK.exe"
  122.  
  123. ;;;;;;;--------------------------------------------
  124. ;-- Only localize strings below this line
  125. ;;;;;;--------------------------------------------
  126.  
  127. LANGUAGE="EN"
  128. ERROR_WRONG_ADVPACK_VERSION = "You need a newer version of Advpack.dll."
  129.