home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 February / maximum-cd-2002-02.iso / Files / RegSpy / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-08-18  |  1.4 KB  |  38 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=RegSpy
  4. AppVerName=RegSpy 1.7
  5. AppId=RegSpy
  6. AppPublisher=N.I.T, ltd.
  7. AppPublisherURL=http://www.utils32.com
  8. AppSupportURL=http://www.utils32.com
  9. AppUpdatesURL=http://www.utils32.com
  10. DefaultDirName={pf}\RegSpy
  11. DefaultGroupName=RegSpy
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\RegSpy.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Tips.tip"; DestDir: "{app}"; 
  22. Source: "{app}\reginj.dll"; DestDir: "{app}"; 
  23. Source: "{app}\rmon.dll"; DestDir: "{app}"; 
  24. Source: "{app}\REGSPY.HLP"; DestDir: "{app}"; 
  25. Source: "{app}\RegSpy.cnt"; DestDir: "{app}"; 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; 
  27. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  28. [INI]
  29. FileName: "{app}\RegSpy.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.utils32.com"; 
  30. [Run]
  31. Filename: "{app}\RegSpy.exe"; Description: "Launch RegSpy"; Flags: postinstall skipifsilent nowait
  32. [Icons]
  33. Name: "{group}\RegSpy"; Filename: "{app}\RegSpy.exe"; 
  34. Name: "{group}\RegSpy on the Web"; Filename: "{app}\RegSpy.url"; 
  35. Name: "{group}\RegSpy Help"; Filename: "{app}\REGSPY.HLP"; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\RegSpy.url"; 
  38.