Hi,
while running the powershell script above I received this error message:
"Invoke-WebRequest : The remote server returned an error: (404) Not found
In C:\Windows\System32\install_folding_sandbox_on_host.ps1:33 Zeichen:19
+ ... ller_size =(Invoke-WebRequest $installer -Method Head -UseBasicParsin ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand" ....
I suspect the error is related to the release of the latest version "fah-installer-7.6.9.exe" on April 17.
Well... I downloaded the new version manually and started it in the Windows Sandbox.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Update:
I just noticed that a new version of the script was released and the bug was fixed. Everything works now. Thanks.