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)
1010 - Windows 11 SDK (10.0.22621.0) for Desktop C++
1111 - Visual C++ ATL support
1212HTML Help Workshop
13- WiX 3.11
13+ WiX 3.14
14147-Zip
1515It is possible to convert the projects to newer versions of Visual Studio and newer SDKs.
1616Newer versions of WiX will probably work fine.
Original file line number Diff line number Diff line change 11@ 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%
33
44cd %~dp0
55
Original file line number Diff line number Diff line change 11@ echo off
22rem This file is to create all the files required for a new release to publish
33
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%
55
66cd %~dp0
77
You can’t perform that action at this time.
0 commit comments