Ver Fonte

Use new version of uninstaller:
* logging
* correct reboot

Armin Schrenk há 1 ano atrás
pai
commit
cf09eff640

+ 2 - 2
dist/win/bundle/bundleWithWinfsp.wxs

@@ -37,9 +37,9 @@
               Description="Executable to remove old winfsp"
               Description="Executable to remove old winfsp"
               DetectCondition="false"
               DetectCondition="false"
               InstallCondition="(InstalledLegacyWinFspVersion <> v0.0.0.0) AND ((WixBundleAction = 7) OR (WixBundleAction = 5))">
               InstallCondition="(InstalledLegacyWinFspVersion <> v0.0.0.0) AND ((WixBundleAction = 7) OR (WixBundleAction = 5))">
-                <CommandLine Condition="WixBundleUILevel &lt;= 3" InstallArgument="-q" RepairArgument="-q" UninstallArgument="-s" />
+                <CommandLine Condition="WixBundleUILevel &lt;= 3" InstallArgument="-q -l &quot;[WixBundleLog].winfsp-uninstaller.log&quot;" RepairArgument="-q" UninstallArgument="-s" />
                 <!-- XML allows line breaks in attributes, hence keep the line breaks here -->
                 <!-- XML allows line breaks in attributes, hence keep the line breaks here -->
-                <CommandLine Condition="WixBundleUILevel &gt; 3" InstallArgument="-t &quot;Cryptomator Installer&quot; -m &quot;Cryptomator requires a newer version of the WinFsp driver. The installer will now uninstall WinFsp, possibly reboot, and afterwards proceed with the installation.
+                <CommandLine Condition="WixBundleUILevel &gt; 3" InstallArgument="-l &quot;[WixBundleLog].winfsp-uninstaller.log&quot; -t &quot;Cryptomator Installer&quot; -m &quot;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?&quot;" RepairArgument="-q" UninstallArgument="-s" />
 Do you want to continue?&quot;" RepairArgument="-q" UninstallArgument="-s" />
                 <ExitCode Behavior="success" Value="0"/>
                 <ExitCode Behavior="success" Value="0"/>

+ 1 - 1
dist/win/bundle/resources/winfsp-uninstaller.url

@@ -1,2 +1,2 @@
 [InternetShortcut]
 [InternetShortcut]
-URL=https://github.com/cryptomator/winfsp-uninstaller/releases/download/1.0.0-beta8/winfsp-uninstaller.exe
+URL=https://github.com/cryptomator/winfsp-uninstaller/releases/download/1.0.0-beta9/winfsp-uninstaller.exe