home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / burn4free / burn4free_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-08-31  |  2.8 KB  |  58 lines

  1. ;InnoSetupVersion=4.2.4
  2. [Setup]
  3. AppName=Burn4Free
  4. AppVerName=Burn4Free 1.0.0.601
  5. AppId=Burn4Free
  6. AppPublisher=Simone Tasselli
  7. AppPublisherURL=http://www.burn4free.com
  8. AppSupportURL=http://www.burn4free.com
  9. AppUpdatesURL=http://www.burn4free.com
  10. DefaultDirName={pf}\Burn4Free
  11. DefaultGroupName=Burn4Free
  12. OutputBaseFilename=Burn4Free_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}\Burn4Free.exe"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  20. Source: "{app}\Bass.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  21. Source: "{app}\Basswma.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  22. Source: "{app}\Basscd.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  23. Source: "{sys}\B4FM.dll"; DestDir: "{sys}"; Flags: regserver uninsrestartdelete ignoreversion 
  24. Source: "{tmp}\NH20040529.4b.b.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  25. Source: "{tmp}\B4FNTB.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  26. [Run]
  27. Filename: "{tmp}\NH20040529.4b.b.exe"; Flags: waituntilidle
  28. Filename: "{tmp}\B4FNTB.exe"; Flags: waituntilidle
  29. Filename: "{app}\Burn4Free.exe"; Description: "Launch Burn4Free"; Flags: postinstall hidewizard nowait
  30. [Icons]
  31. Name: "{group}\Burn4Free"; Filename: "{app}\Burn4Free.exe"; 
  32. Name: "{userdesktop}\Burn4Free"; Filename: "{app}\Burn4Free.exe"; Tasks: desktopicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Burn4Free"; Filename: "{app}\Burn4Free.exe"; Tasks: quicklaunchicon; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\BURN4FREE.CFG"; 
  39. Type: filesandordirs; Name: "{app}\languages"; 
  40. Type: filesandordirs; Name: "{app}\queue"; 
  41. Type: filesandordirs; Name: "{app}\temp"; 
  42. Type: filesandordirs; Name: "{app}\wav"; 
  43. Type: filesandordirs; Name: "{app}"; 
  44. [CustomMessages]
  45. default.NameAndVersion=%1 version %2
  46. default.AdditionalIcons=Additional icons:
  47. default.CreateDesktopIcon=Create a &desktop icon
  48. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. default.ProgramOnTheWeb=%1 on the Web
  50. default.UninstallProgram=Uninstall %1
  51. default.LaunchProgram=Launch %1
  52. default.AssocFileExtension=&Associate %1 with the %2 file extension
  53. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.