File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 3333#endif
3434#define AppVersion maxVersion(USBExe, RFIDExe)
3535
36- #define sys GetEnv("windir") + "\system32"
37- #define CRT sys +"\MSVCR120.DLL"
38-
3936; Define this to write the preprocessed output to a file Preprocessed.iss and open it in the IDE
4037;#define DebugPP
4138
@@ -74,7 +71,7 @@ Source: "GPII_RFIDListener.ico"; DestDir: "{app}"; Flags: ignoreversion
7471; We copy the VS x86 redistributable CRT files in case they are not on the system
7572; C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT
7673; Note Inno does a 32bit install by default so sys is actually SysWow64 (yeah, I know!)
77- Source: "MSVCRedist\*"; DestDir: "{sys} "; Flags: onlyifdoesntexist sharedfile
74+ Source: "MSVCRedist\*"; DestDir: "{sys} "; Flags: restartreplace uninsneveruninstall sharedfile
7875
7976[Icons]
8077; Start menu
You can’t perform that action at this time.
0 commit comments