home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / software / windows / utils / spyware_blaster / spywareblastersetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-06-13  |  2.1 KB  |  47 lines

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