home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Hacking
/
ProxySwitcherStandard.exe
/
install_script.iss
Wrap
Text File
|
2009-12-17
|
5KB
|
86 lines
;InnoSetupVersion=5.1.13
[Setup]
AppName=ProxySwitcher Standard
AppVerName=ProxySwitcher Standard 4.4.0
AppId=ProxySwitcher Standard
AppVersion=4.4.0
AppPublisher=Valts Silaputnins
AppPublisherURL=http://www.proxyswitcher.com/
AppSupportURL=http://www.proxyswitcher.com/
AppUpdatesURL=http://www.proxyswitcher.com/
DefaultDirName={pf}\Proxy Switcher Standard
DefaultGroupName=Proxy Switcher Standard
UninstallDisplayIcon={app}\ProxySwitcher.exe
UninstallDisplayName=ProxySwitcher Standard
OutputBaseFilename=ProxySwitcherStandard
Compression=lzma
PrivilegesRequired=poweruser
LicenseFile=embedded\License.rtf
InfoAfterFile=embedded\InfoAfter.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\ProxySwitcher.exe"; DestDir: "{app}"; BeforeInstall: "KillRunning"; Flags: ignoreversion
Source: "{app}\pcre.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\STLHash.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\libssl32.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\psw.chm"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\AnSurf.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\Basics.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\FireFox.exe"; DestDir: "{app}"; Flags: ignoreversion
[Registry]
Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PSwitch"; ValueType: String; ValueData: "{app}\ProxySwitcher.exe"; Flags: uninsdeletevalue noerror
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
[Run]
Filename: "{app}\ProxySwitcher.exe"; Parameters: "-z -set -w -q -backup ""{app}\connections.dat"""; Check: "RegInfo";
Filename: "{app}\Basics.exe"; Description: "Show Anonymous Browsing Tutorial"; Flags: postinstall skipifsilent hidewizard
Filename: "{app}\AnSurf.exe"; Description: "Show Basic Usage Tutorial"; Flags: postinstall skipifsilent hidewizard
Filename: "{app}\FireFox.exe"; Description: "Show FireFox Configuration Tutorial"; Flags: postinstall unchecked skipifsilent hidewizard
Filename: "{app}\ProxySwitcher.exe"; Parameters: "-logo"; WorkingDir: "{app}"; Description: "Launch ProxySwitcher Standard"; Flags: postinstall skipifsilent nowait
[UninstallRun]
Filename: "{app}\ProxySwitcher.exe"; Parameters: "-w -x -q -restore ""{app}\connections.dat""";
Filename: "command"; Parameters: "/C del ""{app}\connections.dat""";
Filename: "cmd"; Parameters: "/C del ""{app}\connections.dat""";
Filename: "http://www.proxyswitcher.com/uninstall.html"; RunOnceId: "UninstallURL"; Flags: shellexec nowait
[Icons]
Name: "{group}\ProxySwitcher Standard"; Filename: "{app}\ProxySwitcher.exe"; Parameters: "-logo";
Name: "{group}\Support\ProxySwitcher Standard (Safe mode)"; Filename: "{app}\ProxySwitcher.exe"; Parameters: "-logo -w";
Name: "{group}\License"; Filename: "{app}\License.rtf";
Name: "{group}\Readme"; Filename: "{app}\Readme.txt";
Name: "{group}\ProxySwitcher Standard Help"; Filename: "{app}\psw.chm";
Name: "{group}\Uninstall ProxySwitcher Standard"; Filename: "{uninstallexe}";
Name: "{group}\Anonymous Surfing Tutorial"; Filename: "{app}\AnSurf.exe";
Name: "{group}\Basic Usage Tutorial"; Filename: "{app}\Basics.exe";
Name: "{group}\Setting Up Mozilla FireFox Tutorial"; Filename: "{app}\FireFox.exe";
[UninstallDelete]
Type: files; Name: "{app}\KiPSW.exe";
Type: files; Name: "{app}\MCmd.exe";
Type: files; Name: "{app}\psw.chw";
Type: files; Name: "{app}\dunit.ini";
[CustomMessages]
default.NameAndVersion=%1 version %2
default.AdditionalIcons=Additional icons:
default.CreateDesktopIcon=Create a &desktop icon
default.CreateQuickLaunchIcon=Create a &Quick Launch icon
default.ProgramOnTheWeb=%1 on the Web
default.UninstallProgram=Uninstall %1
default.LaunchProgram=Launch %1
default.AssocFileExtension=&Associate %1 with the %2 file extension
default.AssocingFileExtension=Associating %1 with the %2 file extension...
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";