1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 15:54:57 +00:00
transmission/dist/msi/TransmissionConfig.wxi.in
Mike Gelfand a937dfc897
Don't include MSVC redist MSM in Windows MSI package (#4339)
* Create Windows MSI package as part of GHA sanity build

* Don't include MSVC redist MSM in Windows MSI package

This approach is deprecated, and was probably never entirely correct to
begin with.
2022-12-09 12:30:43 +00:00

12 lines
408 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define TrVersion = "${VERSION}" ?>
<?define TrVersionMsi = "${VERSION_MSI}" ?>
<?define TrVersionFull = "${VERSION_FULL}" ?>
<?define VcVerMajor = "${MSVC_TOOLSET_VERSION_MAJOR}" ?>
<?define VcVerMinor = "${MSVC_TOOLSET_VERSION_MINOR}" ?>
<?define VsVerMajor = "${MSVS_VERSION}" ?>
</Include>