|
@@ -40,16 +40,17 @@
|
|
|
DetectCondition="false"
|
|
|
InstallCondition="InstalledLegacyWinFspVersion <> v0.0.0.0"
|
|
|
>
|
|
|
- <CommandLine Condition="WixBundleUILevel <= 3" InstallArgument="-q" />
|
|
|
+ <CommandLine Condition="WixBundleUILevel <= 3" InstallArgument="-q" RepairArgument="-q" UninstallArgument="-s" />
|
|
|
<!-- 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, possibly reboot, and afterwards proceed with the installation.
|
|
|
|
|
|
-Do you want to continue?"" />
|
|
|
+Do you want to continue?"" RepairArgument="-q" UninstallArgument="-s" />
|
|
|
<ExitCode Behavior="success" Value="0"/>
|
|
|
<ExitCode Behavior="success" Value="1"/>
|
|
|
<ExitCode Behavior="error" Value="2"/>
|
|
|
<ExitCode Behavior="error" Value="3"/>
|
|
|
<ExitCode Behavior="forceReboot" Value="4"/>
|
|
|
+ <ExitCode Behavior="success" Value="5"/>
|
|
|
</ExePackage>
|
|
|
<!-- see https://wixtoolset.org/documentation/manual/v3/xsd/wix/msipackage.html-->
|
|
|
<MsiPackage
|