home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 January / PCWorld_2005-01_cd.bin / software / topware / burn4free / burn4free_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-11-24  |  3.0 KB  |  60 lines

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