44#define MyAppName " PropellerIDE"
55#define MyAppURL " www.parallax.com"
66#define MyAppExeName " propelleride.exe"
7- #define MyAppBin " {app} "
8- #define MyPath " .."
97;#define FtdiChipApp "CDM v2.12.00 WHQL Certified.exe"
108
11- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12- ; ---- IMPORTANT!!! ---- Set this to your QtPath
13- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14- #define QtPath " C:\Qt\5.3\mingw482_32"
15-
169[Setup]
1710; NOTE: The value of AppId uniquely identifies this application.
1811; Do not use the same AppId value in installers for other applications.
@@ -26,7 +19,7 @@ AppSupportURL={#MyAppURL}
2619AppUpdatesURL = {#MyAppURL}
2720DefaultDirName = {pf} \{#MyAppName }
2821DefaultGroupName = {#MyAppName }
29- OutputDir = " ."
22+ OutputDir = " ../staging/ "
3023OutputBaseFilename = propelleride-{#MyAppVersion}-win-setup
3124Compression = lzma /Max
3225SolidCompression = true
@@ -36,7 +29,7 @@ UsePreviousUserInfo=no
3629DisableDirPage = yes
3730DisableProgramGroupPage = yes
3831DisableReadyPage = no
39- WizardImageFile = " {#MyPath} \gfx\propellerbanner.bmp"
32+ WizardImageFile = " .. \gfx\propellerbanner.bmp"
4033
4134[Languages]
4235Name : " english" ; MessagesFile : " compiler:Default.isl"
@@ -47,19 +40,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
4740Name : FtdiChip; Description : " Install FTDI Chip USB Serial Port Drivers" ; Flags : checkedonce ;
4841
4942[Files]
50- Source : " {#MyPath}\src\propelleride\propelleride.exe" ; DestDir : " {app} " ; Flags : ignoreversion
51- Source : " {#MyPath}\src\p1load\p1load.exe" ; DestDir : " {app} " ; Flags : ignoreversion
52- Source : " {#MyPath}\src\OpenSpin\openspin.exe" ; DestDir : " {app} " ; Flags : ignoreversion
53- Source : " {#MyPath}\gfx\propellerhat.ico" ; DestDir : " {app} " ; Flags : ignoreversion
54- Source : " {#MyPath}\doc" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
55- Source : " {#MyPath}\library" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
56- Source : " {#MyPath}\src\prebuilt\win32\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
57-
58- Source : " {#QtPath}\bin\Qt5Core.dll" ; DestDir : " {#MyAppBin}" ; Flags : ignoreversion
59- Source : " {#QtPath}\bin\Qt5Gui.dll" ; DestDir : " {#MyAppBin}" ; Flags : ignoreversion
60- Source : " {#QtPath}\bin\Qt5Widgets.dll" ; DestDir : " {#MyAppBin}" ; Flags : ignoreversion
61- Source : " {#QtPath}\bin\Qt5PrintSupport.dll" ; DestDir : " {#MyAppBin}" ; Flags : ignoreversion
62- Source : " {#QtPath}\plugins\platforms\qwindows.dll" ; DestDir : " {#MyAppBin}\platforms" ; Flags : ignoreversion
43+ Source : " ../staging/propelleride/*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
6344
6445[Icons]
6546Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; IconFilename: " {app} \propellerhat.ico" ;
0 commit comments