home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 September / PCWorld_2004-09_cd.bin / software / vyzkuste / sms / smsposilacinst.exe / install_script.iss
Text File  |  2004-07-14  |  2KB  |  49 lines

  1. ;InnoSetupVersion=4.0.10
  2.  
  3. [Setup]
  4. AppName=SMS PosφlaΦ
  5. AppVerName=SMS PosφlaΦ 1.0
  6. AppId=SMS PosφlaΦ
  7. AppPublisher=Expert SoftWorks
  8. AppPublisherURL=http://www.expertsoft.cz
  9. AppSupportURL=http://www.expertsoft.cz
  10. AppUpdatesURL=http://www.expertsoft.cz
  11. DefaultDirName={pf}\SMS Posilac
  12. DefaultGroupName=SMS PosφlaΦ
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\smsposilac.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\napoveda.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\regist.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  24.  
  25. [INI]
  26. FileName: "{app}\smsposilac.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.expertsoft.cz"; 
  27.  
  28. [Run]
  29. Filename: "{app}\smsposilac.exe"; Description: "Spustit SMS PosφlaΦ"; Flags: postinstall skipifsilent nowait
  30.  
  31. [Icons]
  32. Name: "{group}\SMS PosφlaΦ"; Filename: "{app}\smsposilac.exe"; 
  33. Name: "{group}\SMS PosφlaΦ na internetu"; Filename: "{app}\smsposilac.url"; 
  34. Name: "{group}\Odinstalovat SMS PosφlaΦ"; Filename: "{uninstallexe}"; 
  35. Name: "{userdesktop}\SMS PosφlaΦ"; Filename: "{app}\smsposilac.exe"; Tasks: desktopicon; 
  36. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SMS PosφlaΦ"; Filename: "{app}\smsposilac.exe"; Tasks: quicklaunchicon; 
  37.  
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Vytvo°it ikonu na ploÜe"; GroupDescription: "DalÜφ ikony:"; 
  40. Name: "quicklaunchicon"; Description: "P°idat ikonu na Hlavnφ panel"; GroupDescription: "DalÜφ ikony:"; 
  41.  
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\smsposilac.url"; 
  44.  
  45. [Languages]
  46. ; These files are stubs
  47. ; To achieve better results after recompilation, use the real language files
  48. Name: "default"; MessagesFile: "embedded\default.isl"; 
  49.