|
@@ -41,7 +41,10 @@
|
|
|
InstallCondition="InstalledLegacyWinFspVersion <> v0.0.0.0"
|
|
|
>
|
|
|
<CommandLine Condition="WixBundleUILevel <= 3" InstallArgument="-q" />
|
|
|
- <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. Do you want to continue?"" />
|
|
|
+ <!-- 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.
|
|
|
+
|
|
|
+Do you want to continue?"" />
|
|
|
<ExitCode Behavior="forceReboot" Value="0"/>
|
|
|
<ExitCode Behavior="success" Value="1"/>
|
|
|
<ExitCode Behavior="error" Value="2"/>
|