home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 November
/
PCWorld_2003-11_cd.bin
/
Software
/
TemaCD
/
winscp
/
winscp330setup.exe
/
install_script.iss
Wrap
Text File
|
2003-10-02
|
5KB
|
92 lines
;InnoSetupVersion=3.0.8
[Setup]
AppName=WinSCP3
AppVerName=WinSCP 3.3
AppId=winscp3
AppVersion=3.3
AppPublisher=Martin Prikryl
AppPublisherURL=http://winscp.sourceforge.net/
AppSupportURL=http://winscp.sourceforge.net/forum/
AppUpdatesURL=http://winscp.sourceforge.net/eng/download.php
AppMutex=winscp3
DefaultDirName={pf}\WinSCP3
DefaultGroupName=WinSCP3
UninstallDisplayIcon={app}\WinSCP3.exe
OutputBaseFilename=winscp330setup
Compression=bzip2
PrivilegesRequired=none
AllowNoIcons=yes
LicenseFile=embedded\License.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\WinSCP3.exe"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "{app}\licence"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "{app}\PuTTY\LICENCE"; DestDir: "{app}\PuTTY"; Components: pageant,puttygen; Flags: ignoreversion
Source: "{app}\PuTTY\putty.hlp"; DestDir: "{app}\PuTTY"; Components: pageant,puttygen; Flags: ignoreversion
Source: "{app}\PuTTY\pageant.exe"; DestDir: "{app}\PuTTY"; Components: pageant; Flags: ignoreversion
Source: "{app}\PuTTY\puttygen.exe"; DestDir: "{app}\PuTTY"; Components: puttygen; Flags: ignoreversion
[Registry]
Root: HKCU; Subkey: "Software\Martin Prikryl"; Flags: uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2"; Flags: uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "Interface"; ValueType: Dword; ValueData: "$0";
Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "Interface"; ValueType: Dword; ValueData: "$1";
Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "ShowAdvancedLoginOptions"; ValueType: Dword; ValueData: "$0";
Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "ShowAdvancedLoginOptions"; ValueType: Dword; ValueData: "$1";
[INI]
FileName: "{app}\WinSCP.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://winscp.sourceforge.net/";
FileName: "{app}\Support forum.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://winscp.sourceforge.net/forum/";
FileName: "{app}\PuTTY\PuTTY.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.chiark.greenend.org.uk/~sgtatham/putty/";
[Run]
Filename: "{app}\WinSCP3.exe"; Description: "Launch &WinSCP"; Flags: postinstall skipifsilent nowait
[UninstallRun]
Filename: "{app}\WinSCP3.exe"; Parameters: "/RandomSeedFileCleanup"; RunOnceId: "RandomSeedFileCleanup";
[Icons]
Name: "{group}\WinSCP"; Filename: "{app}\WinSCP3.exe"; Components: main;
Name: "{group}\WinSCP Web Site"; Filename: "{app}\WinSCP.url"; Components: main;
Name: "{group}\Support forum"; Filename: "{app}\Support forum.url"; Components: main;
Name: "{group}\RSA key tools\PuTTYgen"; Filename: "{app}\PuTTY\puttygen.exe"; Components: puttygen;
Name: "{group}\RSA key tools\PuTTYgen Manual"; Filename: "winhlp32.exe"; Parameters: "-iputtygen.general {app}\PuTTY\putty.hlp"; Components: puttygen;
Name: "{group}\RSA key tools\Pageant"; Filename: "{app}\PuTTY\pageant.exe"; Components: pageant;
Name: "{group}\RSA key tools\Pageant Manual"; Filename: "winhlp32.exe"; Parameters: "-ipageant.general {app}\PuTTY\putty.hlp"; Components: pageant;
Name: "{group}\RSA key tools\Using public keys for SSH authentication"; Filename: "winhlp32.exe"; Parameters: "-it00000112 {app}\PuTTY\putty.hlp"; Components: pageant,puttygen;
Name: "{group}\RSA key tools\PuTTY Web Site"; Filename: "{app}\PuTTY\PuTTY.url"; Components: pageant,puttygen;
Name: "{userdesktop}\WinSCP3"; Filename: "{app}\WinSCP3.exe"; Tasks: desktopicon\user;
Name: "{commondesktop}\WinSCP3"; Filename: "{app}\WinSCP3.exe"; Tasks: desktopicon\common;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\WinSCP3"; Filename: "{app}\WinSCP3.exe"; Tasks: quicklaunchicon;
Name: "{sendto}\WinSCP3 (upload using SFTP or SCP)"; Filename: "{app}\WinSCP3.exe"; Parameters: "/upload"; Tasks: sendtohook;
[Tasks]
Name: "desktopicon"; Description: "Create a &desktop icon";
Name: "desktopicon\user"; Description: "For the current user only";
Name: "desktopicon\common"; Description: "For all users";
Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon";
Name: "sendtohook"; Description: "Add upload shortcut to Explorer's 'Send to' context menu";
[Components]
Name: "main"; Description: "WinSCP application"; Types: "full custom compact";
Name: "pageant"; Description: "PuTTYgen (key generator)"; Types: "full";
Name: "puttygen"; Description: "Pageant (SSH authentication agent)"; Types: "full";
[InstallDelete]
Type: files; Name: "{sendto}\WinSCP3 (upload using SCP).lnk";
Type: files; Name: "{sendto}\WinSCP3 (upload using SFTP or SCP).lnk";
[UninstallDelete]
Type: files; Name: "{app}\WinSCP.url";
Type: files; Name: "{app}\Support forum.url";
Type: files; Name: "{app}\PuTTY\PuTTY.url"; Components: pageant,puttygen;
Type: files; Name: "{app}\WinSCP3.ini";
[Types]
Name: "full"; Description: "Full installation";
Name: "compact"; Description: "Compact installation";
Name: "custom"; Description: "Custom installation";