mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Add a hack to the installer to workaround the ffmpeg versioning issue. Fixes #27
This commit is contained in:
parent
962dc847e7
commit
df9e7bead0
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" />
|
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" />
|
||||||
|
|
||||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." Schedule="afterInstallInitialize" />
|
||||||
<MediaTemplate CompressionLevel="high" />
|
<MediaTemplate CompressionLevel="high" />
|
||||||
|
|
||||||
<?if $(var.Platform) = x64 ?>
|
<?if $(var.Platform) = x64 ?>
|
||||||
|
@ -42,6 +42,9 @@
|
|||||||
</bal:Condition>
|
</bal:Condition>
|
||||||
<?endif ?>
|
<?endif ?>
|
||||||
|
|
||||||
|
<!-- HACK: Force replacement of lower versioned files too. This is only safe because we don't install any shared files -->
|
||||||
|
<Variable Name="REINSTALLMODE" bal:Overridable="yes" Value="dmus" />
|
||||||
|
|
||||||
<?if $(env.ARCH) ~= x64 ?>
|
<?if $(env.ARCH) ~= x64 ?>
|
||||||
<Variable Name="InstallFolder" Type="string" Value="[ProgramFiles64Folder]Moonlight Game Streaming" />
|
<Variable Name="InstallFolder" Type="string" Value="[ProgramFiles64Folder]Moonlight Game Streaming" />
|
||||||
<?elseif $(env.ARCH) ~= x86 ?>
|
<?elseif $(env.ARCH) ~= x86 ?>
|
||||||
@ -71,6 +74,7 @@
|
|||||||
</ExePackage>
|
</ExePackage>
|
||||||
<MsiPackage Id="Moonlight" SourceFile="$(var.Moonlight.TargetPath)" Vital="yes">
|
<MsiPackage Id="Moonlight" SourceFile="$(var.Moonlight.TargetPath)" Vital="yes">
|
||||||
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
|
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
|
||||||
|
<MsiProperty Name="REINSTALLMODE" Value="[REINSTALLMODE]" />
|
||||||
</MsiPackage>
|
</MsiPackage>
|
||||||
</Chain>
|
</Chain>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user