mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-08-09 17:41:11 +10:00
This reverts commit 8502d4bd7b.
VS2026 dropped support for Windows 7. Most of binaries produced by
VS2026 don't work on Win7 because the use API that doesn't exist on
Win7.
20 lines
849 B
Plaintext
20 lines
849 B
Plaintext
To build Open-Shell, navigate to the Setup folder and run __MakeFinal.bat.
|
|
It will compile the binaries, produce installer for English, and create the final archives.
|
|
Then you can run the individual language files like _BuildFrench.bat to create the installers
|
|
for other languages.
|
|
The final files (installers, archives) are saved to the Setup\Final folder.
|
|
|
|
You need the following tools:
|
|
Visual Studio 2022 (Community Edition is enough)
|
|
- Desktop development with C++ workload
|
|
- Windows 11 SDK (10.0.22621.0) for Desktop C++
|
|
- Visual C++ ATL support
|
|
HTML Help Workshop
|
|
WiX 3.14
|
|
7-Zip
|
|
It is possible to convert the projects to newer versions of Visual Studio and newer SDKs.
|
|
Newer versions of WiX will probably work fine.
|
|
|
|
Note: Unlike the official release, the source code does not contain digital certificate and
|
|
produces unsigned binaries.
|