home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 January / PCWorld_2005-01_cd.bin / software / temacd / boostxp / boostxp.exe / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-10  |  2.8 KB  |  63 lines

  1. ;InnoSetupVersion=4.0.9
  2. [Setup]
  3. AppName=Boost XP (Shareware Release)
  4. AppVerName=Boost XP 1.47
  5. AppId=Boost XP (Shareware Release)
  6. AppVersion=1.47
  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}\Order Information"; Filename: "{app}\Registration.htm"; IconFilename: "{app}\Registration.htm"; Flags: runmaximized 
  54. Name: "{group}\Boost XP Service"; Filename: "{app}\bxservice.exe"; Flags: runminimized 
  55. Name: "{group}\Uninstall Boost XP"; Filename: "{uninstallexe}"; 
  56. [Tasks]
  57. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  58. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.