home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / zkuste / spyware / download / spyblast / spywareblastersetup.exe / install_script.iss
Text File  |  2004-02-04  |  2KB  |  62 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=SpywareBlaster
  5. AppVerName=SpywareBlaster v2.6.1
  6. AppId=SpywareBlaster
  7. AppVersion=2.6.1
  8. AppPublisher=Javacool Software LLC
  9. AppPublisherURL=http://www.javacoolsoftware.com/
  10. DefaultDirName={pf}\SpywareBlaster
  11. DefaultGroupName=SpywareBlaster
  12. OutputBaseFilename=setup
  13. Compression=bzip2
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\spywareblaster.exe"; DestDir: "{app}"; Components: main; 
  23. Source: "{app}\updatersup.exe"; DestDir: "{app}"; Components: main; 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; Components: main; 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; Components: main; 
  26. Source: "{app}\sbhelp.chm"; DestDir: "{app}"; Components: main; 
  27. Source: "{sys}\MSSTDFMT.DLL"; DestDir: "{sys}"; Components: vb; Flags: uninsneveruninstall regserver sharedfile 
  28. Source: "{sys}\MSINET.OCX"; DestDir: "{sys}"; Components: vb; Flags: uninsneveruninstall regserver sharedfile 
  29. Source: "{app}\sbdatabase.dtb"; DestDir: "{app}"; Components: main; 
  30. Source: "{app}\sbdatabase2.dtb"; DestDir: "{app}"; Components: main; 
  31. Source: "{app}\sbinfo.dtb"; DestDir: "{app}"; Components: main; 
  32. Source: "{app}\ckdatabase.dtb"; DestDir: "{app}"; Components: main; 
  33.  
  34. [Run]
  35. Filename: "{app}\spywareblaster.exe"; Description: "Run SpywareBlaster"; Flags: postinstall nowait
  36.  
  37. [Icons]
  38. Name: "{group}\SpywareBlaster"; Filename: "{app}\spywareblaster.exe"; 
  39.  
  40. [Components]
  41. Name: "main"; Description: "Main Application"; Types: "full compact custom"; 
  42. Name: "vb"; Description: "Support Files"; Types: "full compact custom"; 
  43.  
  44. [InstallDelete]
  45. Type: files; Name: "{app}\spywareblaster.exe"; 
  46. Type: files; Name: "{app}\readme.txt"; 
  47. Type: files; Name: "{app}\license.txt"; 
  48. Type: files; Name: "{app}\sbdatabase.dtb"; 
  49. Type: files; Name: "{app}\sbdatabase2.dtb"; 
  50. Type: files; Name: "{app}\sbinfo.dtb"; 
  51. Type: files; Name: "{app}\ckdatabase.dtb"; 
  52. Type: files; Name: "{app}\updatersup.exe"; 
  53. Type: files; Name: "{app}\sbhelp.chm"; 
  54.  
  55. [UninstallDelete]
  56. Type: files; Name: "{app}\spyblasterversion.txt"; 
  57.  
  58. [Types]
  59. Name: "full"; Description: "Full installation"; 
  60. Name: "compact"; Description: "Compact installation"; 
  61. Name: "custom"; Description: "Custom installation"; 
  62.