home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / program / ctenari / Priban / setup.exe / install_script.iss
Text File  |  2004-07-10  |  2KB  |  57 lines

  1. ;InnoSetupVersion=4.1.8
  2.  
  3. [Setup]
  4. AppName=Not²sek
  5. AppVerName=Not²sek 1.10
  6. AppId=Not²sek
  7. AppPublisher=Advanced Software
  8. AppPublisherURL=http://advu.czweb.org/
  9. AppSupportURL=http://advu.czweb.org/notysek
  10. AppUpdatesURL=http://advu.czweb.org/notysek
  11. DefaultDirName={pf}\Notysek
  12. DefaultGroupName=Not²sek
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\notysek.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\default.not"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  23. Source: "{app}\Sounds\Alert.wav"; DestDir: "{app}\Sounds"; Flags: ignoreversion 
  24. Source: "{app}\Sounds\Blip.wav"; DestDir: "{app}\Sounds"; Flags: ignoreversion 
  25. Source: "{app}\Sounds\DingDong.wav"; DestDir: "{app}\Sounds"; Flags: ignoreversion 
  26. Source: "{app}\help\Notysek.chm"; DestDir: "{app}\help"; Flags: ignoreversion 
  27. Source: "{app}\defcol.col"; DestDir: "{app}"; 
  28. Source: "{app}\kalendar.dat"; DestDir: "{app}"; 
  29.  
  30. [Dirs]
  31. Name: "{app}\images"; 
  32.  
  33. [INI]
  34. FileName: "{app}\notysek.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://advu.czweb.org/notysek"; 
  35.  
  36. [Run]
  37. Filename: "{app}\notysek.exe"; Description: "Spustit Not²sek"; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\Not²sek"; Filename: "{app}\notysek.exe"; 
  41. Name: "{group}\Domovskß strßnka"; Filename: "{app}\notysek.url"; 
  42. Name: "{group}\Odinstalovat Not²sek"; Filename: "{uninstallexe}"; 
  43. Name: "{userdesktop}\Not²sek"; Filename: "{app}\notysek.exe"; Tasks: desktopicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Not²sek"; Filename: "{app}\notysek.exe"; Tasks: quicklaunchicon; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Zßstupce na ploÜe"; GroupDescription: "DalÜφ ·koly:"; 
  48. Name: "quicklaunchicon"; Description: "Zßstupce na panelu snadnΘho spuÜt∞nφ"; GroupDescription: "DalÜφ ·koly:"; 
  49.  
  50. [UninstallDelete]
  51. Type: files; Name: "{app}\notysek.url"; 
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.