WSJT-X/map65.iss
Joe Taylor 04dcf0a528 Major changes to the MAP65 branch. This branch is now a copy of
MAP65 v2.3.0, r631, as checked out from the SVN repository on
pulsar.princeton.edu.  If all goes well with this commit, subsequent
MAP65 development will use the Berlios repository.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2461 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-22 14:28:39 +00:00

32 lines
1.7 KiB
Plaintext

[Setup]
AppName=MAP65
AppVerName=MAP65 Version 2.3.0 r631
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
DefaultDirName=c:\MAP65
DefaultGroupName=MAP65
[Files]
Source: "c:\Users\joe\map65\install\m65.exe"; DestDir: "{app}"
Source: "c:\Users\joe\map65\install\map65.exe"; DestDir: "{app}"
Source: "c:\Users\joe\map65\install\wsjt.ico"; DestDir: "{app}"
Source: "c:\Users\joe\map65\install\kvasd.exe"; DestDir: "{app}"
Source: "c:\Users\joe\map65\install\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\map65\install\fftwf-wisdom.exe"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\map65\install\wisdom1.bat"; DestDir: "{app}";
Source: "c:\Users\joe\map65\install\wisdom2.bat"; DestDir: "{app}";
Source: "c:\Users\joe\map65\install\afmhot.dat"; DestDir: "{app}";
Source: "c:\Users\joe\map65\install\blue.dat"; DestDir: "{app}";
Source: "c:\Users\joe\map65\install\qthid.exe"; DestDir: "{app}";
Source: "c:\Users\joe\map65\QtSupport\*.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist
Source: "c:\Users\joe\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