Differences
This shows you the differences between the selected revisions of the page.
2006-09-26 | 2007-04-03 | ||
licence can be modified by an author (martin) | 4.0 winscp.exe (martin) | ||
Line 10: | Line 10: | ||
[Setup] | [Setup] | ||
; Name of the application | ; Name of the application | ||
- | AppName=WinSCP3 (provided by Some Company) | + | AppName=WinSCP (provided by Some Company) |
; Name of the application including version | ; Name of the application including version | ||
- | AppVerName=WinSCP 3.7.5 | + | AppVerName=WinSCP 4.0 |
; Installation directory (can be changed by user) | ; Installation directory (can be changed by user) | ||
- | DefaultDirName={pf}\WinSCP3 | + | DefaultDirName={pf}\WinSCP |
; Start menu group name | ; Start menu group name | ||
- | DefaultGroupName=WinSCP3 (provided by Some Company) | + | DefaultGroupName=WinSCP (provided by Some Company) |
; Not to allow installation while WinSCP is running | ; Not to allow installation while WinSCP is running | ||
AppMutex=WinSCP | AppMutex=WinSCP | ||
Line 22: | Line 22: | ||
[Files] | [Files] | ||
; Install WinSCP itself | ; Install WinSCP itself | ||
- | Source: "WinSCP3.exe"; DestDir: "{app}"; \ | + | Source: "WinSCP.exe"; DestDir: "{app}"; \ |
Flags: ignoreversion | Flags: ignoreversion | ||
; It is recommended (especially for not experienced users) to install | ; It is recommended (especially for not experienced users) to install | ||
Line 31: | Line 31: | ||
[Icons] | [Icons] | ||
; Start menu icon | ; Start menu icon | ||
- | Name: "{group}\WinSCP"; Filename: "{app}\WinSCP3.exe" | + | Name: "{group}\WinSCP"; Filename: "{app}\WinSCP.exe" |
; Desktop icon | ; Desktop icon | ||
- | Name: "{userdesktop}\WinSCP3"; Filename: "{app}\WinSCP3.exe" | + | Name: "{userdesktop}\WinSCP"; Filename: "{app}\WinSCP.exe" |
[Registry] | [Registry] | ||
Line 50: | Line 50: | ||
[Run] | [Run] | ||
; Offer starting WinSCP after installation | ; Offer starting WinSCP after installation | ||
- | Filename: "{app}\WinSCP3.exe"; Description: "Launch &WinSCP"; \ | + | Filename: "{app}\WinSCP.exe"; Description: "Launch &WinSCP"; \ |
Flags: nowait postinstall skipifsilent | Flags: nowait postinstall skipifsilent | ||
[UninstallRun] | [UninstallRun] | ||
; Offer configuration cleanup on uninstallation | ; Offer configuration cleanup on uninstallation | ||
- | Filename: "{app}\WinSCP3.exe"; Parameters: "/UninstallCleanup"; \ | + | Filename: "{app}\WinSCP.exe"; Parameters: "/UninstallCleanup"; \ |
RunOnceId: "UninstallCleanup" | RunOnceId: "UninstallCleanup" | ||
</code> | </code> | ||
- | Save the script into file (e.g. ''winscpsetup.iss''), put files ''WinSCP3.exe'' and ''DragExt.dll'' to the same directory and run InnoSetup compiler: | + | Save the script into file (e.g. ''winscpsetup.iss''), put files ''WinSCP.exe'' and ''DragExt.dll'' to the same directory and run InnoSetup compiler: |
<code> | <code> |