home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / komercni / swyft / SWYFTdatashield.exe / install_script.iss
Text File  |  2003-10-31  |  1KB  |  34 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Swyft datashield
  5. AppVerName=Swyft datashield 4.43 Limited Version
  6. AppId=Swyft datashield
  7. AppPublisher=SwyftNet ltd
  8. AppPublisherURL=http://www.swyftnet.com
  9. AppSupportURL=http://www.swyftnet.com
  10. AppUpdatesURL=http://www.swyftnet.com
  11. DefaultDirName={pf}\Swyft DataShield
  12. DefaultGroupName=Swyft DataShield
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\datashield.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\unshield.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\shield.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24.  
  25. [Run]
  26. Filename: "{app}\datashield.exe"; Description: "Launch Swyft DataShield"; Flags: postinstall skipifsilent nowait
  27.  
  28. [Icons]
  29. Name: "{group}\Swyft DataShield"; Filename: "{app}\datashield.exe"; 
  30. Name: "{userdesktop}\Swyft DataShield"; Filename: "{app}\datashield.exe"; Tasks: desktopicon; 
  31.  
  32. [Tasks]
  33. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  34.