cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

Installer fails to execute PowerShell script during installation #385

Open Rainmaker52 opened 5 months ago

Rainmaker52 commented 5 months ago

Host is Windows 11. This issue seems similar to https://github.com/cedrozor/myrtille/issues/326. However, as no solution was provided,

Error in the installer: image After this, the installer gives an error saying the "InstallState" file cannot be found, and rolls back all the changes.

Logfile indicates the following error: The term 'New-WebAppPool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

The solution is to install this optional Windows component: image It would be good if the script can check for this situation, and solves this automatically.