home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Hacking / ProxySwitcherStandard.exe / install_script.iss
Text File  |  2009-12-17  |  5KB  |  86 lines

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