home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 September / PCWorld_2004-09_cd.bin / software / topware / burn4free / burn4free_setup.exe / install_script.iss
Text File  |  2004-08-10  |  3KB  |  66 lines

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