mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-13 21:39:59 +02:00
Update QElectroTech.wxs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
QElectroTech.wxs - WiX v7 installer definition
|
QElectroTech.wxs - WiX v7 installer definition
|
||||||
Generates an x64 MSI for QElectroTech (MSYS2/UCRT64 build).
|
Generates a self-contained x64 MSI for QElectroTech (MSYS2/UCRT64 build).
|
||||||
|
|
||||||
Variables passed from the wix build command line:
|
Variables passed from the wix build command line:
|
||||||
-d FilesDir=<absolute path to artifact\files>
|
-d FilesDir=<absolute path to artifact\files>
|
||||||
@@ -21,6 +21,9 @@
|
|||||||
InstallerVersion="500"
|
InstallerVersion="500"
|
||||||
Scope="perMachine">
|
Scope="perMachine">
|
||||||
|
|
||||||
|
<!-- Embed all cabinet files inside the MSI (self-contained installer) -->
|
||||||
|
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
|
||||||
|
|
||||||
<!-- In-place upgrade: automatically uninstalls the previous version -->
|
<!-- In-place upgrade: automatically uninstalls the previous version -->
|
||||||
<MajorUpgrade
|
<MajorUpgrade
|
||||||
DowngradeErrorMessage="A newer version of QElectroTech is already installed."
|
DowngradeErrorMessage="A newer version of QElectroTech is already installed."
|
||||||
|
|||||||
Reference in New Issue
Block a user