home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / voice / voicenotes.exe / install_script.iss
Text File  |  2003-11-20  |  2KB  |  49 lines

  1. ;InnoSetupVersion=2.0.17
  2.  
  3. [Setup]
  4. AppName=VoiceNotes
  5. AppVerName=VoiceNotes 1.0
  6. AppId=VoiceNotes
  7. AppPublisher=AgiSoftware
  8. AppPublisherURL=http://www.sveta.cz
  9. AppSupportURL=http://www.sveta.cz
  10. AppUpdatesURL=http://www.sveta.cz
  11. DefaultDirName={pf}\VoiceNotes
  12. DefaultGroupName=VoiceNotes
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\VoiceNotes.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Vorbis.dll"; DestDir: "{app}"; 
  22. Source: "{app}\MpgLib.DLL"; DestDir: "{app}"; 
  23. Source: "{app}\voicenotes.ini"; DestDir: "{app}"; 
  24. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; 
  25. Source: "{app}\data\messages.FF2"; DestDir: "{app}\data"; 
  26. Source: "{app}\data\category.FF2"; DestDir: "{app}\data"; 
  27.  
  28. [Dirs]
  29. Name: "{app}\files"; 
  30.  
  31. [INI]
  32. FileName: "{app}\VoiceNotes.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sveta.cz"; 
  33.  
  34. [Run]
  35. Filename: "{app}\VoiceNotes.exe"; Description: "Launch VoiceNotes"; Flags: postinstall skipifsilent nowait
  36.  
  37. [Icons]
  38. Name: "{group}\VoiceNotes"; Filename: "{app}\VoiceNotes.exe"; 
  39. Name: "{group}\VoiceNotes on the Web"; Filename: "{app}\VoiceNotes.url"; 
  40. Name: "{userdesktop}\VoiceNotes"; Filename: "{app}\VoiceNotes.exe"; Tasks: desktopicon; 
  41. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\VoiceNotes"; Filename: "{app}\VoiceNotes.exe"; Tasks: quicklaunchicon; 
  42.  
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  45. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  46.  
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\VoiceNotes.url"; 
  49.