home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / sharewar / spymsgid / setup.exe / RCDATA / CABINET / SPYTOMSG.INF < prev    next >
Windows Setup INFormation  |  1999-03-24  |  3KB  |  87 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. SetupClass=BASE
  4. AdvancedINF=2.5,%ADVPACK_PROMPT%
  5.  
  6. [DefaultInstall]
  7. CustomDestination = Custom.InstallDir
  8. CopyFiles = SpyToMsg.Files.Copy, SpyToMsg.Files.Inf
  9. AddReg = SpyToMsg.Reg.Add
  10. RunPostSetupCommands = Custom.PostSetupCommand
  11.  
  12. [DefaultUnInstall]
  13. BeginPrompt = Custom.BeginPrompt
  14. CustomDestination = Custom.UnInstallDir
  15. DelFiles = SpyToMsg.Files.Copy, SpyToMsg.Files.Inf
  16. DelReg = SpyToMsg.Reg.Del
  17.  
  18. [ProgramFilesDir]
  19. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
  20.  
  21. [Custom.InstallDir]
  22. 49000,49001,49002,49003=ProgramFilesDir,5
  23. 49100,49101,49102,49103=InstallAppDir,1
  24.  
  25. [InstallAppDir]
  26. "HKLM","Software\AriseSoft\"%AppName%,"InstallRoot","%OVERWRITE_DIR_PROMPT%",""
  27. "","","","%INSTALL_DIR_PROMPT%","%49001%\%AppDir%"
  28.  
  29. [Custom.PostSetupCommand]
  30. "SpyToMsg.exe"
  31.  
  32. [Custom.UninstallDir]
  33. 49000,49001,49002,49003=ProgramFilesDir,5
  34. 49100,49101,49102,49103=UninstallAppDir,7
  35.  
  36. [UninstallAppDir]
  37. "HKLM","Software\AriseSoft\"%AppName%,"InstallRoot","","%49001%\%AppDir%"
  38. "","","","%REMOVE_NO_DIR_ERROR%",""
  39.  
  40. [Custom.BeginPrompt]
  41. Prompt="%UNINSTALL_BEGIN_PROMPT%"
  42. ButtonType=YESNO
  43. Title="%AppName%"
  44.  
  45. [SourceDisksNames]
  46. 55=%AppName%,"",1
  47.  
  48. [SourceDiskFiles]
  49. SpyToMsg.inf = 55
  50. SpyToMsg.exe = 55
  51. Readme.htm = 55
  52. History.htm = 55
  53.  
  54. [DestinationDirs]
  55. SpyToMsg.Files.Copy = 49100
  56. SpyToMsg.Files.Inf = 49100
  57.  
  58. [SpyToMsg.Files.Copy]
  59. SpyToMsg.exe
  60. Readme.htm
  61. History.htm
  62.  
  63. [SpyToMsg.Files.Inf]
  64. SpyToMsg.inf
  65.  
  66. [SpyToMsg.Reg.Add]
  67. HKLM,"Software\AriseSoft\"%AppName%,"InstallRoot",,"%49101%"
  68. HKLM,%SMWCVU%%AppName%,"DisplayName",,%AppName% 
  69. HKLM,%SMWCVU%%AppName%,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %49100%\SpyToMsg.inf, DefaultUninstall"
  70.  
  71. [SpyToMsg.Reg.Del]
  72. HKLM,%SMWCVU%%AppName%
  73. HKLM,"Software\AriseSoft\"%AppName%
  74. HKCU,"Software\AriseSoft\"%AppName%
  75.  
  76. [Strings]
  77. AppName="Spy++ to MsgID"
  78. AppDir="SpyToMsg"
  79. ADVPACK_PROMPT = "The correct version of Advpack.dll was not found, installation halted."
  80. OVERWRITE_DIR_PROMPT="Continuing will overwrite the existing version of Spy++ to MsgID on your computer. Please enter the directory."
  81. INSTALL_DIR_PROMPT="Please enter the directory in wich to install Spy++ to MsgID."
  82. REMOVE_NO_DIR_ERROR="Spy++ to MsgID is not installed on this computer"
  83. UNINSTALL_BEGIN_PROMPT="Are you sure that you want to remove Spy++ to MsgID?"
  84. UNINSTALL_END_PROMPT="Spy++ to MsgID has been removed."
  85. PROGRAMS = "Program Files"
  86. SMWCVU="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
  87.