home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=5.0.4
- [Setup]
- AppName=WinSCP3
- AppVerName=WinSCP 3.7.3
- AppId=winscp3
- AppVersion=3.7.3
- AppPublisher=Martin Prikryl
- AppPublisherURL=http://winscp.sourceforge.net/
- AppSupportURL=http://winscp.sourceforge.net/forum/
- AppUpdatesURL=http://winscp.sourceforge.net/eng/download.php
- AppMutex=WinSCP
- DefaultDirName={pf}\WinSCP3
- DefaultGroupName=WinSCP3
- UninstallDisplayIcon={app}\WinSCP3.exe
- OutputBaseFilename=winscp373setup
- Compression=lzma
- 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}\WinSCP3.com"; DestDir: "{app}"; Components: main; Flags: ignoreversion
- Source: "{app}\licence"; DestDir: "{app}"; Components: main; Flags: ignoreversion
- Source: "{app}\DragExt.dll"; DestDir: "{app}"; Components: shellext; Flags: restartreplace regserver uninsrestartdelete 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"; Check: "UserSettings(1)";
- Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "Interface"; ValueType: Dword; ValueData: "$1"; Check: "not UserSettings(1)";
- Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "ShowAdvancedLoginOptions"; ValueType: Dword; ValueData: "$0"; Check: "not UserSettings(2)";
- Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "ShowAdvancedLoginOptions"; ValueType: Dword; ValueData: "$1"; Check: "UserSettings(2)";
- Root: HKCU; Subkey: "Software\Martin Prikryl\WinSCP 2\Configuration\Interface"; ValueName: "DDExtEnabled"; ValueType: Dword; ValueData: "$1"; Components: shellext; Flags: uninsdeletevalue
- Root: HKCR; Subkey: "SFTP"; Tasks: urlhandler; Flags: uninsdeletekey dontcreatekey
- Root: HKCR; Subkey: "SCP"; Tasks: urlhandler; Flags: uninsdeletekey dontcreatekey
- Root: HKCU; Subkey: "Software\Classes\SFTP"; Tasks: urlhandler; Flags: uninsdeletekey dontcreatekey
- Root: HKCU; Subkey: "Software\Classes\SCP"; Tasks: urlhandler; Flags: uninsdeletekey dontcreatekey
- [INI]
- FileName: "{app}\{cm:SupportForum}.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://winscp.sourceforge.net/forum/";
- FileName: "{app}\WinSCP.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://winscp.sourceforge.net/";
- FileName: "{app}\PuTTY\PuTTY.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.chiark.greenend.org.uk/~sgtatham/putty/";
- [Run]
- Filename: "{app}\WinSCP3.exe"; Description: "{cm:Launch}"; Flags: postinstall skipifsilent nowait
- Filename: "{app}\WinSCP3.exe"; Parameters: "/RegisterAsUrlHandler"; StatusMsg: "{cm:RegisteringAsUrlHandler}"; Tasks: urlhandler;
- Filename: "{app}\WinSCP3.exe"; Parameters: "/AddSearchPath"; StatusMsg: "{cm:AddingSearchPath}"; Tasks: searchpath;
- Filename: "{app}\WinSCP3.exe"; Parameters: "/InvalidDefaultTranslation"; StatusMsg: "{cm:RemovingInvalidDefaultTranslation}";
- [UninstallRun]
- Filename: "{app}\WinSCP3.exe"; Parameters: "/UninstallCleanup"; RunOnceId: "UninstallCleanup";
- Filename: "{app}\WinSCP3.exe"; Parameters: "/RemoveSearchPath"; RunOnceId: "RemoveSearchPath";
- [Icons]
- Name: "{group}\WinSCP"; Filename: "{app}\WinSCP3.exe"; Components: main;
- Name: "{group}\{cm:WebSite}"; Filename: "{app}\WinSCP.url"; Components: main;
- Name: "{group}\{cm:SupportForum}"; Filename: "{app}\{cm:SupportForum}.url"; Components: main;
- Name: "{group}\{cm:RSAKeyTools}\PuTTYgen"; Filename: "{app}\PuTTY\puttygen.exe"; Components: puttygen;
- Name: "{group}\{cm:RSAKeyTools}\{cm:PuTTYgenManual}"; Filename: "winhlp32.exe"; Parameters: "-iputtygen.general {app}\PuTTY\putty.hlp"; Components: puttygen;
- Name: "{group}\{cm:RSAKeyTools}\Pageant"; Filename: "{app}\PuTTY\pageant.exe"; Components: pageant;
- Name: "{group}\{cm:RSAKeyTools}\{cm:PageantManual}"; Filename: "winhlp32.exe"; Parameters: "-ipageant.general {app}\PuTTY\putty.hlp"; Components: pageant;
- Name: "{group}\{cm:RSAKeyTools}\{cm:KeysManual}"; Filename: "winhlp32.exe"; Parameters: "-it00000117 {app}\PuTTY\putty.hlp"; Components: pageant puttygen;
- Name: "{group}\{cm:RSAKeyTools}\{cm:PuttyWebSite}"; 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}\{cm:SendToHook}"; Filename: "{app}\WinSCP3.exe"; Parameters: "/upload"; Tasks: sendtohook;
- [Tasks]
- Name: "desktopicon"; Description: "{cm:DesktopIconTask}";
- Name: "desktopicon\user"; Description: "{cm:DesktopIconUserTask}";
- Name: "desktopicon\common"; Description: "{cm:DesktopIconCommonTask}";
- Name: "quicklaunchicon"; Description: "{cm:QuickLaunchIconTask}";
- Name: "sendtohook"; Description: "{cm:SendToHookTask}";
- Name: "urlhandler"; Description: "{cm:RegisterAsUrlHandler}";
- Name: "searchpath"; Description: "{cm:AddSearchPath}";
- [Components]
- Name: "main"; Description: "{cm:ApplicationComponent}"; Types: "full custom compact";
- Name: "shellext"; Description: "{cm:ShellExtComponent}"; Types: "compact full";
- Name: "pageant"; Description: "{cm:PageantComponent}"; Types: "full";
- Name: "puttygen"; Description: "{cm:PuTTYgenComponent}"; Types: "full";
- [InstallDelete]
- Type: files; Name: "{sendto}\WinSCP3 (upload using SCP).lnk";
- Type: files; Name: "{sendto}\{cm:SendToHook}.lnk";
- [UninstallDelete]
- Type: files; Name: "{app}\WinSCP.url";
- Type: files; Name: "{app}\{cm:SupportForum}.url";
- Type: files; Name: "{app}\PuTTY\PuTTY.url"; Components: pageant puttygen;
- Type: files; Name: "{app}\WinSCP3.ini";
- [Types]
- Name: "full"; Description: "{cm:FullInstallation}";
- Name: "compact"; Description: "{cm:CompactInstallation}";
- Name: "custom"; Description: "{cm:CustomInstallation}";
- [CustomMessages]
- en.FullInstallation=Full installation (recommended)
- en.FullInstallationLangs=Full installation with all languages
- en.CompactInstallation=Compact installation
- en.CustomInstallation=Custom installation
- en.ApplicationComponent=WinSCP application
- en.ShellExtComponent=Drag & drop shell extension (allows direct downloads, may require restart)
- en.PuTTYgenComponent=PuTTYgen (key generator)
- en.PageantComponent=Pageant (SSH authentication agent)
- en.TranslationsComponent=Translations
- en.DesktopIconTask=Create a &desktop icon
- en.DesktopIconUserTask=For the current user only
- en.DesktopIconCommonTask=For all users
- en.QuickLaunchIconTask=Create a &Quick Launch icon
- en.SendToHookTask=Add &upload shortcut to Explorer's 'Send to' context menu
- en.RegisterAsUrlHandler=Register to handle scp:// and sftp:// &addresses
- en.AddSearchPath=Add installation directory to &search path (%PATH%)
- en.RegisteringAsUrlHandler=Registering to handle scp:// and sftp:// addresses
- en.AddingSearchPath=Adding installation directory to search path (%PATH%)
- en.RemovingInvalidDefaultTranslation=Looking for obsolete default translation
- en.SupportForum=Support forum
- en.WebSite=WinSCP Web Site
- en.RSAKeyTools=Key tools
- en.PuTTYgenManual=PuTTYgen Manual
- en.PageantManual=Pageant Manual
- en.KeysManual=Using public keys for SSH authentication
- en.PuttyWebSite=PuTTY Web Site
- en.SendToHook=WinSCP3 (upload using SFTP or SCP)
- en.Launch=Launch &WinSCP
- en.UserSettingsTitle=Initial user settings
- en.UserSettingsPrompt=Please, select your preferred user interface options.
- en.UserInterfaceStyle=User interface style
- en.NortonCommanderInterface=Norton &Commander interface
- en.NortonCommanderInterface1=- two panels (left for local directory, right for remote directory)
- en.NortonCommanderInterface2=- keyboard shortcuts like in Norton Commander (and other similar programs as Total Commander, Midnight Commander...)
- en.NortonCommanderInterface3=- drag && drop to/from both panels
- en.ExplorerInterface=&Explorer-like interface
- en.ExplorerInterface1=- only remote directory
- en.ExplorerInterface2=- keyboard shortcuts like in Windows Explorer
- en.ExplorerInterface3=- drag && drop
- en.AdditionalOptions=Additional options
- en.AdvancedLoginOptions=Show &advanced login options
- en.UserSettingsOverview=Initial user settings (can be changed later)
- [Languages]
- ; These files are stubs
- ; To achieve better results after recompilation, use the real language files
- Name: "en"; MessagesFile: "embedded\en.isl";
-