home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / Software / Pestcontroltools / app / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-02-10  |  2.7 KB  |  57 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Advanced Privacy Protector (Shareware Release)
  4. AppVerName=Advanced Privacy Protector Version 1.00
  5. AppId=Advanced Privacy Protector (Shareware Release)
  6. AppVersion=1.00
  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}\Advanced Privacy Protector
  13. DefaultGroupName=Advanced Privacy Protector
  14. UninstallDisplayIcon={app}\advpp.exe
  15. UninstallDisplayName=Advanced Privacy Protector
  16. OutputBaseFilename=setup
  17. Compression=zip
  18. PrivilegesRequired=none
  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}\advpp.exe"; DestDir: "{app}"; 
  26. Source: "{app}\pptray.exe"; DestDir: "{app}"; 
  27. Source: "{app}\whentouse.htm"; DestDir: "{app}"; 
  28. Source: "{app}\arcs1000.css"; DestDir: "{app}"; 
  29. Source: "{app}\bfill.gif"; DestDir: "{app}"; 
  30. Source: "{app}\bleft.gif"; DestDir: "{app}"; 
  31. Source: "{app}\help.htm"; DestDir: "{app}"; 
  32. Source: "{app}\index.htm"; DestDir: "{app}"; 
  33. Source: "{app}\laws.htm"; DestDir: "{app}"; 
  34. Source: "{app}\left.gif"; DestDir: "{app}"; 
  35. Source: "{app}\logotext.gif"; DestDir: "{app}"; 
  36. Source: "{app}\options.htm"; DestDir: "{app}"; 
  37. Source: "{app}\registration,1.htm"; DestDir: "{app}"; DestName: "registration.htm"; 
  38. Source: "{app}\right.gif"; DestDir: "{app}"; 
  39. Source: "{app}\topfill.gif"; DestDir: "{app}"; 
  40. Source: "{app}\topicon.gif"; DestDir: "{app}"; 
  41. Source: "{app}\trayicon.gif"; DestDir: "{app}"; 
  42. Source: "{app}\using.htm"; DestDir: "{app}"; 
  43. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; 
  44. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; 
  45. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  46. Source: "{app}\registration,2.htm"; DestDir: "{app}"; DestName: "registration.htm"; 
  47. [Run]
  48. Filename: "{app}\advpp.exe"; WorkingDir: "{app}"; Description: "Launch Advanced Privacy Protector"; Flags: postinstall skipifsilent nowait
  49. [UninstallRun]
  50. Filename: "{app}\advpp.exe"; Parameters: "removenow"; WorkingDir: "{app}"; Flags: skipifdoesntexist 
  51. [Icons]
  52. Name: "{group}\Advanced Privacy Protector"; Filename: "{app}\advpp.exe"; WorkingDir: "{app}"; IconFilename: "{app}\advpp.exe"; 
  53. Name: "{userdesktop}\Advanced Privacy Protector"; Filename: "{app}\advpp.exe"; WorkingDir: "{app}"; 
  54. Name: "{group}\Advanced Privacy Protector - Help"; Filename: "{app}\index.htm"; Flags: runmaximized 
  55. Name: "{group}\Order Information"; Filename: "{app}\registration.htm"; Flags: runmaximized 
  56. Name: "{group}\Advanced Privacy Protector - Tray Icon"; Filename: "{app}\pptray.exe"; WorkingDir: "{app}"; IconFilename: "{app}\pptray.exe"; 
  57.