home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 February / com_0204_1.iso / computer / cd_u_dvd_11 / Burn4Free_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-25  |  1.9 KB  |  41 lines

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