home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / antiviry / gladiator / gladiator-setup.exe / install_script.iss
Text File  |  2005-11-14  |  2KB  |  42 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Gladiator Scanner
  5. AppVerName=Gladiator Scanner 4.1.3
  6. AppId=Gladiator Scanner
  7. AppPublisher=Gladiator Security Labs
  8. AppPublisherURL=http://www.gladiator-antivirus.com
  9. AppSupportURL=http://www.gladiator-antivirus.com
  10. AppUpdatesURL=http://www.gladiator-antivirus.com
  11. DefaultDirName={pf}\Gladiator Security Labs
  12. DefaultGroupName=Gladiator AntiVirus
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Gladiator.Exe"; DestDir: "{app}"; 
  21. Source: "{app}\Gladiator.dll"; DestDir: "{app}"; 
  22. Source: "{app}\GAVOS32.DLL"; DestDir: "{app}"; 
  23. Source: "{app}\GAVOSRP.DLL"; DestDir: "{app}"; 
  24. Source: "{app}\GAVOSVU.DLL"; DestDir: "{app}"; 
  25. Source: "{app}\Gladiator.dat"; DestDir: "{app}"; 
  26. Source: "{app}\Gladiator.day"; DestDir: "{app}"; 
  27. Source: "{app}\Update.Exe"; DestDir: "{app}"; 
  28. Source: "{sys}\MSINET.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  30.  
  31. [Run]
  32. Filename: "{app}\Gladiator.Exe"; Description: "Launch Gladiator AntiVirus"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\Gladiator AntiVirs"; Filename: "{app}\Gladiator.Exe"; WorkingDir: "{app}"; 
  36. Name: "{userdesktop}\Gladiator AntiVirus"; Filename: "{app}\Gladiator.Exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Gladiator AntiVirus"; Filename: "{app}\Gladiator.Exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  38.  
  39. [Tasks]
  40. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  41. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  42.