WSJT-X/jtms3.iss
Joe Taylor 1bc6935e93 JTMS3 now compiles and runs, although most of its functions are still
those of MAP65.  Have removed the Astro, BandMap, and Messages windows.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2475 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-07-02 15:33:33 +00:00

32 lines
1.7 KiB
Plaintext

[Setup]
AppName=MAP65
AppVerName=MAP65 Version 2.3.0 r2471
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
DefaultDirName=c:\MAP65
DefaultGroupName=MAP65
[Files]
Source: "c:\Users\joe\wsjt\map65_install\m65.exe"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\map65_install\map65.exe"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\map65_install\wsjt.ico"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\map65_install\kvasd.exe"; DestDir: "{app}"
Source: "c:\Users\joe\wsjt\map65_install\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\wsjt\map65_install\fftwf-wisdom.exe"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\wsjt\map65_install\wisdom1.bat"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\map65_install\wisdom2.bat"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\map65_install\afmhot.dat"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\map65_install\blue.dat"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\map65_install\qthid.exe"; DestDir: "{app}";
Source: "c:\Users\joe\wsjt\QtSupport\*.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\wsjt\map65_install\save\dummy"; DestDir: "{app}\save";
[Icons]
Name: "{group}\MAP65"; Filename: "{app}\map65.exe"; WorkingDir: {app}; IconFilename: {app}\wsjt.ico
Name: "{userdesktop}\MAP65"; Filename: "{app}\map65.exe"; WorkingDir: {app}; IconFilename: {app}\wsjt.ico
[Run]
Filename: "{app}\wisdom1.bat"; Description: "Optimize plans for FFTs (takes a few minutes)"; Flags: postinstall
Filename: "{app}\wisdom2.bat"; Description: "Patiently optimize plans for FFTs (up to one hour)"; Flags: postinstall unchecked