home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Hacking / ProxySwitcherStandard.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-12-17  |  4.5 KB  |  77 lines

  1. ;InnoSetupVersion=5.1.13
  2. [Setup]
  3. AppName=ProxySwitcher Standard
  4. AppVerName=ProxySwitcher Standard 4.4.0
  5. AppId=ProxySwitcher Standard
  6. AppVersion=4.4.0
  7. AppPublisher=Valts Silaputnins
  8. AppPublisherURL=http://www.proxyswitcher.com/
  9. AppSupportURL=http://www.proxyswitcher.com/
  10. AppUpdatesURL=http://www.proxyswitcher.com/
  11. DefaultDirName={pf}\Proxy Switcher Standard
  12. DefaultGroupName=Proxy Switcher Standard
  13. UninstallDisplayIcon={app}\ProxySwitcher.exe
  14. UninstallDisplayName=ProxySwitcher Standard
  15. OutputBaseFilename=ProxySwitcherStandard
  16. Compression=lzma
  17. PrivilegesRequired=poweruser
  18. LicenseFile=embedded\License.rtf
  19. InfoAfterFile=embedded\InfoAfter.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\ProxySwitcher.exe"; DestDir: "{app}"; BeforeInstall: "KillRunning"; Flags: ignoreversion 
  24. Source: "{app}\pcre.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\STLHash.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\libssl32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\psw.chm"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\AnSurf.exe"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\Basics.exe"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\FireFox.exe"; DestDir: "{app}"; Flags: ignoreversion 
  34. [Registry]
  35. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PSwitch"; ValueType: String; ValueData: "{app}\ProxySwitcher.exe"; Flags: uninsdeletevalue noerror 
  36. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0"; ValueName: "{{{code:RegData|{app}}}"; ValueType: Binary; ValueData: "7B 0D 32 65 2A 4D F5 2A BA 22 FD 2C B3 32 F9 8F"; Flags: createvalueifdoesntexist noerror 
  37. [Run]
  38. Filename: "{app}\ProxySwitcher.exe"; Parameters: "-z -set -w -q -backup ""{app}\connections.dat"""; Check: "RegInfo"; 
  39. Filename: "{app}\Basics.exe"; Description: "Show Anonymous Browsing Tutorial"; Flags: postinstall skipifsilent hidewizard 
  40. Filename: "{app}\AnSurf.exe"; Description: "Show Basic Usage Tutorial"; Flags: postinstall skipifsilent hidewizard 
  41. Filename: "{app}\FireFox.exe"; Description: "Show FireFox Configuration Tutorial"; Flags: postinstall unchecked skipifsilent hidewizard 
  42. Filename: "{app}\ProxySwitcher.exe"; Parameters: "-logo"; WorkingDir: "{app}"; Description: "Launch ProxySwitcher Standard"; Flags: postinstall skipifsilent nowait
  43. [UninstallRun]
  44. Filename: "{app}\ProxySwitcher.exe"; Parameters: "-w -x -q -restore ""{app}\connections.dat"""; 
  45. Filename: "command"; Parameters: "/C del ""{app}\connections.dat"""; 
  46. Filename: "cmd"; Parameters: "/C del ""{app}\connections.dat"""; 
  47. Filename: "http://www.proxyswitcher.com/uninstall.html"; RunOnceId: "UninstallURL"; Flags: shellexec nowait
  48. [Icons]
  49. Name: "{group}\ProxySwitcher Standard"; Filename: "{app}\ProxySwitcher.exe"; Parameters: "-logo"; 
  50. Name: "{group}\Support\ProxySwitcher Standard (Safe mode)"; Filename: "{app}\ProxySwitcher.exe"; Parameters: "-logo -w"; 
  51. Name: "{group}\License"; Filename: "{app}\License.rtf"; 
  52. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; 
  53. Name: "{group}\ProxySwitcher Standard Help"; Filename: "{app}\psw.chm"; 
  54. Name: "{group}\Uninstall ProxySwitcher Standard"; Filename: "{uninstallexe}"; 
  55. Name: "{group}\Anonymous Surfing Tutorial"; Filename: "{app}\AnSurf.exe"; 
  56. Name: "{group}\Basic Usage Tutorial"; Filename: "{app}\Basics.exe"; 
  57. Name: "{group}\Setting Up Mozilla FireFox Tutorial"; Filename: "{app}\FireFox.exe"; 
  58. [UninstallDelete]
  59. Type: files; Name: "{app}\KiPSW.exe"; 
  60. Type: files; Name: "{app}\MCmd.exe"; 
  61. Type: files; Name: "{app}\psw.chw"; 
  62. Type: files; Name: "{app}\dunit.ini"; 
  63. [CustomMessages]
  64. default.NameAndVersion=%1 version %2
  65. default.AdditionalIcons=Additional icons:
  66. default.CreateDesktopIcon=Create a &desktop icon
  67. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  68. default.ProgramOnTheWeb=%1 on the Web
  69. default.UninstallProgram=Uninstall %1
  70. default.LaunchProgram=Launch %1
  71. default.AssocFileExtension=&Associate %1 with the %2 file extension
  72. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.