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

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Swyft Internet
  5. AppVerName=Swyft Internet 3.400
  6. AppId=Swyft Internet
  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 Internet
  12. DefaultGroupName=Swyft Internet
  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}\swyft-dial.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\iphone.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\isms.wav"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Phone.wav"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\fcrypt.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\fdecrypt.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\ras_dll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28.  
  29. [INI]
  30. FileName: "{app}\swyft-dial.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.swyftnet.com"; 
  31.  
  32. [Run]
  33. Filename: "{app}\swyft-dial.exe"; Description: "Launch Swyft Internet"; Flags: postinstall skipifsilent nowait
  34.  
  35. [Icons]
  36. Name: "{group}\Swyft Internet"; Filename: "{app}\swyft-dial.exe"; 
  37. Name: "{group}\Swyft Internet on the Web"; Filename: "{app}\swyft-dial.url"; 
  38. Name: "{userdesktop}\Swyft Internet"; Filename: "{app}\swyft-dial.exe"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Swyft Internet"; Filename: "{app}\swyft-dial.exe"; Tasks: quicklaunchicon; 
  40.  
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44.  
  45. [UninstallDelete]
  46. Type: files; Name: "{app}\swyft-dial.url"; 
  47.