mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
cleanup [ci skip]
This commit is contained in:
6
dist/win/bundle/bundleWithWinfsp.wxs
vendored
6
dist/win/bundle/bundleWithWinfsp.wxs
vendored
@@ -33,16 +33,16 @@
|
||||
</BootstrapperApplicationRef>
|
||||
|
||||
<Chain>
|
||||
<ExePackage Cache="yes" PerMachine="yes" Vital="yes" Permanent="no"
|
||||
<ExePackage Cache="yes" PerMachine="yes" Permanent="no"
|
||||
SourceFile="resources\winfsp-uninstaller.exe"
|
||||
DisplayName="Removing outdated WinFsp Driver"
|
||||
Description="Workaround to remove old winfsp"
|
||||
Description="Executable to remove old winfsp"
|
||||
DetectCondition="false"
|
||||
InstallCondition="InstalledLegacyWinFspVersion <> v0.0.0.0"
|
||||
>
|
||||
<CommandLine Condition="WixBundleUILevel <= 3" InstallArgument="-q" />
|
||||
<!-- XML allows line breaks in attributes, hence keep the line breaks here -->
|
||||
<CommandLine Condition="WixBundleUILevel > 3" InstallArgument="-t "Cryptomator Installer" -m "Cryptomator requires a newer version of the WinFsp driver. The installer will now uninstall WinFsp, reboot, and afterwards proceed with this installation.
|
||||
<CommandLine Condition="WixBundleUILevel > 3" InstallArgument="-t "Cryptomator Installer" -m "Cryptomator requires a newer version of the WinFsp driver. The installer will now uninstall WinFsp, reboot, and afterwards proceed with the installation.
|
||||
|
||||
Do you want to continue?"" />
|
||||
<ExitCode Behavior="forceReboot" Value="0"/>
|
||||
|
||||
Reference in New Issue
Block a user