mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
Use WiX Toolset v3.14
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user