home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Shareware / Comunicatii / pshell / pshell.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-07  |  2.3 KB  |  46 lines

  1. ;InnoSetupVersion=4.0.9
  2. [Setup]
  3. AppName=Private Shell
  4. AppVerName=Private Shell 1.4
  5. AppId=Private Shell
  6. AppVersion=1.4
  7. AppPublisher=Private Shell Group
  8. AppPublisherURL=http://www.privateshell.com
  9. AppSupportURL=http://www.privateshell.com/support/
  10. AppUpdatesURL=http://www.privateshell.com/support/
  11. DefaultDirName={pf}\Private Shell
  12. DefaultGroupName=Private Shell
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. ChangesAssociations=yes
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\pshell.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ssh.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\scp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\pshellagent.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\pshell.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\survey.htm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{tmp}\isutils.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  29. [Registry]
  30. Root: HKCR; Subkey: ".pshell"; ValueType: String; ValueData: "PrivateShellLicense"; 
  31. Root: HKCR; Subkey: "PrivateShellLicense\DefaultIcon"; ValueType: String; ValueData: "{app}\pshell.exe,-128"; Flags: uninsdeletekey 
  32. Root: HKCR; Subkey: "PrivateShellLicense\Shell\Open\Command"; ValueType: String; ValueData: "{app}\pshell.exe --license %1"; Flags: uninsdeletekey 
  33. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Private Shell Key Agent"; ValueType: String; ValueData: "{app}\pshellagent.exe -minimized"; Flags: uninsdeletekey 
  34. [Run]
  35. Filename: "{app}\survey.htm"; Description: "Fill out quick survey and get discount coupon"; Flags: shellexec postinstall skipifsilent 
  36. [Icons]
  37. Name: "{group}\Private Shell"; Filename: "{app}\pshell.exe"; 
  38. Name: "{group}\Private Shell Agent"; Filename: "{app}\pshellagent.exe"; 
  39. Name: "{group}\Private Shell Help"; Filename: "{app}\pshell.chm"; 
  40. Name: "{group}\Private Shell Quick Survey"; Filename: "{app}\survey.htm"; 
  41. Name: "{group}\Uninstall Private Shell"; Filename: "{uninstallexe}"; 
  42. [Languages]
  43. ; These files are stubs
  44. ; To achieve better results after recompilation, use the real language files
  45. Name: "en"; MessagesFile: "embedded\en.isl"; 
  46.