Allow user to change the installation directory.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@6083 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-11-12 15:13:17 +00:00
parent 32cfff9e9c
commit a24d405d87

View File

@ -1,8 +1,8 @@
; For Use With JTSDK v2.0.0 ; For Use With JTSDK v2.0.0
#define MyAppName "MAP65" #define MyAppName "MAP65"
#define MyAppVersion "2.5" #define MyAppVersion "2.5"
#define MyAppPublisher "Greg Beam, KI7MT" #define MyAppPublisher "Joe Taylor, K1JT"
#define MyAppCopyright "Copyright (C) 2001-2014 by Joe Taylor, K1JT" #define MyAppCopyright "Copyright (C) 2001-2015 by Joe Taylor, K1JT"
#define MyAppURL "http://physics.princeton.edu/pulsar/k1jt/map65.html" #define MyAppURL "http://physics.princeton.edu/pulsar/k1jt/map65.html"
#define WsjtGroupURL "https://groups.yahoo.com/neo/groups/wsjtgroup/info" #define WsjtGroupURL "https://groups.yahoo.com/neo/groups/wsjtgroup/info"
@ -14,12 +14,11 @@ AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL} AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL} AppUpdatesURL={#MyAppURL}
DisableReadyPage=yes DisableReadyPage=yes
DefaultDirName=C:\WSJT\MAP65-{#MyAppVersion} DefaultDirName=C:\WSJT\MAP65
DisableDirPage=yes
DefaultGroupName=WSJT DefaultGroupName=WSJT
DisableProgramGroupPage=yes DisableProgramGroupPage=yes
LicenseFile=C:\JTSDK\common-licenses\GPL-3 LicenseFile=C:\JTSDK\common-licenses\GPL-3
OutputDir=C:\JTSDK\wspr\package OutputDir=C:\JTSDK\map65\package
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Win32 OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Win32
SetupIconFile=C:\JTSDK\icons\wsjt.ico SetupIconFile=C:\JTSDK\icons\wsjt.ico
Compression=lzma Compression=lzma