home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Software / temacd / burn4free / Burn4Free_Setup.exe / install_script.iss
Text File  |  2004-01-27  |  2KB  |  47 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Burn4Free
  5. AppVerName=Burn4Free 1.0.0.488
  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: "{sys}\B4FM.dll"; DestDir: "{sys}"; Flags: regserver uninsrestartdelete ignoreversion 
  25. Source: "{app}\OO20030730.exe"; DestDir: "{app}"; Flags: deleteafterinstall ignoreversion 
  26.  
  27. [Run]
  28. Filename: "{app}\Burn4Free.exe"; Description: "Launch Burn4Free"; Flags: postinstall skipifsilent nowait
  29. Filename: "{app}\OO20030730.exe"; Flags: waituntilidle
  30.  
  31. [Icons]
  32. Name: "{group}\Burn4Free"; Filename: "{app}\Burn4Free.exe"; 
  33. Name: "{userdesktop}\Burn4Free"; Filename: "{app}\Burn4Free.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Burn4Free"; Filename: "{app}\Burn4Free.exe"; Tasks: quicklaunchicon; 
  35.  
  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.  
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\BURN4FREE.CFG"; 
  42. Type: filesandordirs; Name: "{app}\languages"; 
  43. Type: filesandordirs; Name: "{app}\queue"; 
  44. Type: filesandordirs; Name: "{app}\temp"; 
  45. Type: filesandordirs; Name: "{app}\wav"; 
  46. Type: filesandordirs; Name: "{app}"; 
  47.