home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / software / komercni / mcst / swyft-dial604.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-18  |  1.9 KB  |  40 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Swyft Internet
  4. AppVerName=Swyft Internet 3.604
  5. AppId=Swyft Internet
  6. AppPublisher=SwyftNet Ltd
  7. AppPublisherURL=http://www.swyftnet.com
  8. AppSupportURL=http://www.swyftnet.com
  9. AppUpdatesURL=http://www.swyftnet.com
  10. DefaultDirName={pf}\Swyft Internet
  11. DefaultGroupName=Swyft Internet
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\swyft-dial.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\iphone.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\isms.wav"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Phone.wav"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\fcrypt.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\fdecrypt.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\ras_dll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. [INI]
  27. FileName: "{app}\swyft-dial.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.swyftnet.com"; 
  28. [Run]
  29. Filename: "{app}\swyft-dial.exe"; Description: "Launch Swyft Internet"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\Swyft Internet"; Filename: "{app}\swyft-dial.exe"; 
  32. Name: "{group}\Swyft Internet on the Web"; Filename: "{app}\swyft-dial.url"; 
  33. Name: "{userdesktop}\Swyft Internet"; Filename: "{app}\swyft-dial.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Swyft Internet"; Filename: "{app}\swyft-dial.exe"; Tasks: quicklaunchicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\swyft-dial.url"; 
  40.