home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2002 September / PCA110_09_02.ISO / full / 1st_Security_Center_2.1 / setup.exe / install_script.iss
Text File  |  2002-07-08  |  2KB  |  55 lines

  1. ;InnoSetupVersion=3.0.1
  2.  
  3. [Setup]
  4. AppName=1st Security Center
  5. AppVerName=1st Security Center 2.2
  6. AppId=1st Security Center
  7. AppPublisher=1st Security Software Center
  8. AppPublisherURL=http://www.1securitycenter.com
  9. AppSupportURL=http://www.1securitycenter.com
  10. AppUpdatesURL=http://www.1securitycenter.com
  11. DefaultDirName={pf}\1st Security Center
  12. DefaultGroupName=1st Security Center
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\1sc.exe"; DestDir: "{app}"; 
  24. Source: "{app}\1sc.dat"; DestDir: "{app}"; 
  25. Source: "{app}\1sc.chm"; DestDir: "{app}"; 
  26. Source: "{app}\1sc.hlp"; DestDir: "{app}"; 
  27. Source: "{app}\1sc.cnt"; DestDir: "{app}"; 
  28. Source: "{app}\file_id.diz"; DestDir: "{app}"; 
  29. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  30. Source: "{app}\license.txt"; DestDir: "{app}"; 
  31. Source: "{app}\distr.txt"; DestDir: "{app}"; 
  32. Source: "{app}\schome.url"; DestDir: "{app}"; 
  33. Source: "{app}\register.url"; DestDir: "{app}"; 
  34.  
  35. [Run]
  36. Filename: "{app}\1sc.exe"; Parameters: "/I"; 
  37. Filename: "{app}\1sc.exe"; Description: "Launch 1st Security Center"; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\1st Security Center"; Filename: "{app}\1sc.exe"; 
  41. Name: "{group}\Help File"; Filename: "{app}\1sc.chm"; 
  42. Name: "{group}\Visit Web Home Page"; Filename: "{app}\schome.url"; 
  43. Name: "{group}\Register it online"; Filename: "{app}\register.url"; 
  44. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  45. Name: "{userdesktop}\1st Security Center"; Filename: "{app}\1sc.exe"; Tasks: desktopicon; 
  46. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\1st Security Center"; Filename: "{app}\1sc.exe"; Tasks: quicklaunchicon; 
  47. Name: "{group}\Uninstall 1st Security Center"; Filename: "{app}\1sc.exe"; Parameters: "/U"; WorkingDir: "{app}"; IconFilename: "{app}\unins000.exe"; 
  48.  
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52.  
  53. [UninstallDelete]
  54. Type: filesandordirs; Name: "{app}"; 
  55.