home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 March / Gamestar_49_2003-03_cd2.bin / MSN / Support / MailClup / Convmsn.exe / RCDATA / CABINET / msnconv.inf < prev    next >
Windows Setup INFormation  |  1998-04-20  |  3KB  |  117 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5,"You need a new version of advpack.dll"
  4.  
  5. [SourceDisksNames]
  6. 1="%AppName%",,1
  7.  
  8. [DefaultInstall]
  9. Copyfiles=MSNConvFiles,InfSection
  10. AddReg=InstallMSNConv
  11. UpdateInis=AddLink 
  12. CustomDestination=MyCustomDestination
  13. RunPostSetupCommands=RunPostSetupCommandsSection
  14.  
  15. [DefaultInstall.NT]
  16. Copyfiles=MSNConvFiles,InfSection
  17. AddReg=InstallMSNConv
  18. UpdateInis=AddLinkNT 
  19. CustomDestination=MyCustomDestination
  20. RunPostSetupCommands=RunPostSetupCommandsSection
  21.  
  22.  
  23. [RunPostSetupCommandsSection]
  24. ;RunDll32 advpack.dll,LaunchINFSection Fav.inf, DefaultInstall
  25. msnconv.exe
  26.  
  27. [Uninstall]
  28. BeginPrompt=BeginPromptSection
  29. EndPrompt=EndPromptSection
  30. CustomDestination=UninstallDestination
  31. DelFiles=MSNConvFiles
  32. ;Deldirs=RemoveFolder
  33. DelReg=DelRegSection
  34. UpdateInis=RemoveLink
  35. SmartReboot=I
  36. Cleanup=1
  37.  
  38. [BeginPromptSection]
  39. Prompt="%BeginPrompt%"
  40. ButtonType=YESNO
  41. Title=%AppName%
  42.  
  43. [EndPromptSection]
  44. Prompt="%EndPrompt%"
  45.  
  46. [MSNConvFiles]
  47. MSNConv.exe
  48.  
  49. [InfSection]
  50. msnconv.inf
  51.  
  52. [AddLinkNT]
  53. setup.ini, progman.groups,, "group0="%Accessories%\%SystemTools%""          
  54. ;setup.ini, group0,, "group1="%SystemTools%""
  55. setup.ini, group0,, """%ShortName%"",""""""%49002%\MSNConv.EXE""""""
  56.  
  57. [AddLink]
  58. setup.ini, progman.groups,, "group0="%Accessories%\%SystemTools%""          
  59. ;setup.ini, group0,, ""%ShortName%""
  60. setup.ini, group0,, """%ShortName%"",""%49002%\MSNConv.EXE"",,0,"
  61.  
  62. [RemoveLink]
  63. setup.ini, progman.groups,, "group0="%Accessories%\%SystemTools%"" ;creates "null" folder
  64. setup.ini, group0,, """%ShortName%"""        ;deletes previous link
  65.  
  66. [DelRegSection]
  67. HKLM,SOFTWARE\Microsoft\MSNConv
  68. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSNConv
  69.  
  70. [InstallMSNConv]
  71. HKLM,Software\Microsoft\MSNConv,InstallDir,,%49001%
  72.  
  73. ;Register for Uninstall
  74. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSNConv,"DisplayName",,"%AppName%" 
  75. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSNConv,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\msnconv.inf, Uninstall" 
  76.  
  77.  
  78. [DestinationDirs]
  79. MSNConvFiles=49000
  80. InfSection=17
  81. LinkSection = 25,desktop
  82.  
  83. [MyCustomDestination]
  84. ;need to add new LFN stuff here.
  85. ;49000,49001,49002,49003=PackageDestination49000,1
  86. 49000,49001,49002,49003=PackageDestination49000,7
  87.  
  88.  
  89. [UninstallDestination]
  90. 49000=UninstallDestination49000,5
  91.  
  92. [PackageDestination49000]
  93. ;HKLM,SOFTWARE\Microsoft\MSNConv,InstallDir,%InstallPrompt%,%DefaultDir%
  94. ;HKLM,SOFTWARE\Microsoft\MSNConv,InstallDir,%InstallPrompt%,%DefaultDir%
  95. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\OUTLOOK.EXE",Path,"%MustHaveOutlook%",""
  96. HKLM,"Software\Microsoft\Office\8.0",BinDirPath,%NoOffice%,%DefaultDir%
  97.  
  98. [UninstallDestination49000]
  99. HKLM,SOFTWARE\Microsoft\MSNConv,InstallDir,%InstallPrompt%,%DefaultDir%
  100.  
  101. [RemoveFolder]
  102. %49000%
  103.  
  104. [Strings]
  105. AppName="MSN Convert"
  106. InstallPrompt="Where would you like to install MSN Convert?"
  107. DefaultDir="C:\Program Files\MSN Convert"
  108. shortname="MSN Convert"
  109. NoOffice="Unable to find Microsoft Office directory"
  110. MustHaveOutlook="You must have Microsoft Outlook 98 installed"
  111. Accessories="Accessories"
  112. SystemTools="System Tools"
  113.  
  114. ;prompts
  115. BeginPrompt="Are you sure that you want to remove MSN Convert?"
  116. EndPrompt="MSN Convert was successfully removed."
  117.