Force installation of ext4fsd

This commit is contained in:
Manuel Thalmann 2024-10-13 22:11:13 +02:00
parent 71622f264e
commit 6f2583063c

View file

@ -2,7 +2,7 @@
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
Start-SoftwareInstaller @args `
Start-SoftwareInstaller -Force @args `
-Installer {
Install-ChocoPackage vcredist140;
Install-SetupPackage "https://github.com/bobranten/Ext4Fsd/releases/download/v0.71/Ext2Fsd-0.71-setup.exe";