home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / TestPath / TestPath2_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-10-30  |  1.4 KB  |  33 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=TestPath
  4. AppVerName=TestPath v1.3
  5. AppId=TestPath
  6. AppPublisher=Ojars Krumins
  7. AppPublisherURL=http://home.delfi.lv/ojarsk
  8. AppSupportURL=http://home.delfi.lv/ojarsk
  9. AppUpdatesURL=http://home.delfi.lv/ojarsk
  10. DefaultDirName={pf}\TestPath2
  11. DefaultGroupName=TestPath v1.3
  12. OutputBaseFilename=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}\TestPath.exe"; DestDir: "{app}"; 
  20. Source: "{app}\TestPath.chm"; DestDir: "{app}"; 
  21. [Registry]
  22. Root: HKCU; Subkey: "Software\OjarsKrumins"; Flags: uninsdeletekeyifempty 
  23. Root: HKCU; Subkey: "Software\OjarsKrumins\TestPath"; Flags: uninsdeletekey 
  24. Root: HKLM; Subkey: "Software\OjarsKrumins"; Flags: uninsdeletekeyifempty 
  25. Root: HKLM; Subkey: "Software\OjarsKrumins\TestPath"; Flags: uninsdeletekey 
  26. [Icons]
  27. Name: "{group}\TestPath v1.3"; Filename: "{app}\TestPath.exe"; 
  28. Name: "{userdesktop}\TestPath v1.3"; Filename: "{app}\TestPath.exe"; Tasks: desktopicon; 
  29. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\TestPath v1.3"; Filename: "{app}\TestPath.exe"; Tasks: quicklaunchicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  32. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  33.