Use WiX Toolset v3.14

This commit is contained in:
ge0rdi
2024-11-19 07:31:52 +01:00
parent b17d08b7a6
commit 5809217adc
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Visual Studio 2022 (Community Edition is enough)
- Windows 11 SDK (10.0.22621.0) for Desktop C++ - Windows 11 SDK (10.0.22621.0) for Desktop C++
- Visual C++ ATL support - Visual C++ ATL support
HTML Help Workshop HTML Help Workshop
WiX 3.11 WiX 3.14
7-Zip 7-Zip
It is possible to convert the projects to newer versions of Visual Studio and newer SDKs. It is possible to convert the projects to newer versions of Visual Studio and newer SDKs.
Newer versions of WiX will probably work fine. Newer versions of WiX will probably work fine.

View File

@@ -1,5 +1,5 @@
@echo off @echo off
set PATH=C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.11\bin\;%PATH% set PATH=C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.14\bin\;%PATH%
cd %~dp0 cd %~dp0

View File

@@ -1,7 +1,7 @@
@echo off @echo off
rem This file is to create all the files required for a new release to publish rem This file is to create all the files required for a new release to publish
set PATH=C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.11\bin\;%PATH% set PATH=C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\WiX Toolset v3.14\bin\;%PATH%
cd %~dp0 cd %~dp0