We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b51407 + 405ea04 commit 7e4fa78Copy full SHA for 7e4fa78
utils/build-windows-toolchain.bat
@@ -1012,6 +1012,10 @@ move %PackageRoot%\online\Release\amd64\*.msi %BuildRoot%\artifacts\online\ || (
1012
:: Workaround for lack of control over Jenkins ...
1013
copy %BuildRoot%\artifacts\offline\installer.exe %BuildRoot%\artifacts\
1014
1015
+:: Detach the engine for CodeSigning simplicity
1016
+md %BuildRoot%\artifacts\offline\extracted\
1017
+"WiX-4.0.1\tools\net6.0\any\wix.exe" burn detach %BuildRoot%\artifacts\offline\installer.exe -engine %BuildRoot%\artifacts\installer-engine.exe -intermediateFolder %BuildRoot%\artifacts\offline\extracted\
1018
+
1019
goto :eof
1020
endlocal
1021
0 commit comments