File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Visual Studio 2022 (Community Edition is enough)
10
10
- Windows 11 SDK (10.0.22621.0) for Desktop C++
11
11
- Visual C++ ATL support
12
12
HTML Help Workshop
13
- WiX 3.11
13
+ WiX 3.14
14
14
7-Zip
15
15
It is possible to convert the projects to newer versions of Visual Studio and newer SDKs.
16
16
Newer versions of WiX will probably work fine.
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- set PATH = C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.11 \bin\;%PATH%
2
+ set PATH = C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.14 \bin\;%PATH%
3
3
4
4
cd %~dp0
5
5
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
rem This file is to create all the files required for a new release to publish
3
3
4
- set PATH = C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.11 \bin\;%PATH%
4
+ set PATH = C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.14 \bin\;%PATH%
5
5
6
6
cd %~dp0
7
7
You can’t perform that action at this time.
0 commit comments