From a24d405d87c9d41f8c8df9e1b4e8f270112f3d76 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 12 Nov 2015 15:13:17 +0000 Subject: [PATCH] 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 --- map65b.iss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/map65b.iss b/map65b.iss index 1296502ca..288f4b7f5 100644 --- a/map65b.iss +++ b/map65b.iss @@ -1,8 +1,8 @@ ; For Use With JTSDK v2.0.0 #define MyAppName "MAP65" #define MyAppVersion "2.5" -#define MyAppPublisher "Greg Beam, KI7MT" -#define MyAppCopyright "Copyright (C) 2001-2014 by Joe Taylor, K1JT" +#define MyAppPublisher "Joe Taylor, K1JT" +#define MyAppCopyright "Copyright (C) 2001-2015 by Joe Taylor, K1JT" #define MyAppURL "http://physics.princeton.edu/pulsar/k1jt/map65.html" #define WsjtGroupURL "https://groups.yahoo.com/neo/groups/wsjtgroup/info" @@ -14,12 +14,11 @@ AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DisableReadyPage=yes -DefaultDirName=C:\WSJT\MAP65-{#MyAppVersion} -DisableDirPage=yes +DefaultDirName=C:\WSJT\MAP65 DefaultGroupName=WSJT DisableProgramGroupPage=yes LicenseFile=C:\JTSDK\common-licenses\GPL-3 -OutputDir=C:\JTSDK\wspr\package +OutputDir=C:\JTSDK\map65\package OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Win32 SetupIconFile=C:\JTSDK\icons\wsjt.ico Compression=lzma