home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / sistem / boostxp / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-08-25  |  2.8 KB  |  60 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Boost XP (Shareware Release)
  4. AppVerName=Boost XP 1.45
  5. AppId=Boost XP (Shareware Release)
  6. AppVersion=1.45
  7. AppPublisher=
  8.  Systweak
  9. AppPublisherURL=http://www.systweak.com
  10. AppSupportURL=http://www.systweak.com
  11. AppUpdatesURL=http://www.systweak.com
  12. DefaultDirName={pf}\Boost XP
  13. DefaultGroupName=Boost XP
  14. UninstallDisplayIcon={app}\boostXP.exe
  15. UninstallDisplayName=Boost XP (Shareware Release)
  16. OutputBaseFilename=setup
  17. Compression=zip
  18. PrivilegesRequired=poweruser
  19. AllowNoIcons=yes
  20. LicenseFile=embedded\License.txt
  21. InfoBeforeFile=embedded\InfoBefore.txt
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\registry.htm"; DestDir: "{app}"; 
  26. Source: "{app}\Security Boost.htm"; DestDir: "{app}"; 
  27. Source: "{app}\visual.htm"; DestDir: "{app}"; 
  28. Source: "{app}\arcs1000.css"; DestDir: "{app}"; 
  29. Source: "{app}\bxp.gif"; DestDir: "{app}"; 
  30. Source: "{app}\Customize.htm"; DestDir: "{app}"; 
  31. Source: "{app}\Files Boost.htm"; DestDir: "{app}"; 
  32. Source: "{app}\Help.htm"; DestDir: "{app}"; 
  33. Source: "{app}\IE.htm"; DestDir: "{app}"; 
  34. Source: "{app}\index.htm"; DestDir: "{app}"; 
  35. Source: "{app}\Maintenance Wizard.htm"; DestDir: "{app}"; 
  36. Source: "{app}\Manage System.htm"; DestDir: "{app}"; 
  37. Source: "{app}\Performance.htm"; DestDir: "{app}"; 
  38. Source: "{app}\Personal.htm"; DestDir: "{app}"; 
  39. Source: "{app}\Registration.htm"; DestDir: "{app}"; 
  40. Source: "{app}\bxservice.exe"; DestDir: "{app}"; 
  41. Source: "{app}\BoostXp.exe"; DestDir: "{app}"; 
  42. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  43. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; 
  44. Source: "{app}\boostxp.xml"; DestDir: "{app}"; 
  45. [Run]
  46. Filename: "{app}\BoostXp.exe"; Description: "Launch Boost XP"; Flags: postinstall skipifsilent nowait
  47. Filename: "{app}\bxservice.exe"; Description: "Launch Boost XP Service"; Flags: postinstall skipifsilent nowait
  48. [UninstallRun]
  49. Filename: "{app}\BoostXp.exe"; Parameters: "uninstall"; WorkingDir: "{app}"; 
  50. [Icons]
  51. Name: "{group}\Boost XP"; Filename: "{app}\BoostXp.exe"; 
  52. Name: "{userdesktop}\Boost XP"; Filename: "{app}\BoostXp.exe"; Tasks: desktopicon; 
  53. Name: "{group}\Boost XP  - Help"; Filename: "{app}\index.htm"; IconFilename: "{app}\index.htm"; Flags: runmaximized 
  54. Name: "{group}\Order Information"; Filename: "{app}\Registration.htm"; IconFilename: "{app}\Registration.htm"; Flags: runmaximized 
  55. Name: "{group}\Boost XP Service"; Filename: "{app}\bxservice.exe"; Flags: runminimized 
  56. Name: "{group}\Uninstall Boost XP"; Filename: "{uninstallexe}"; 
  57. [Tasks]
  58. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  59. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  60.