home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / utils / spyware_blaster / spywareblastersetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-12  |  2.3 KB  |  52 lines

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