kowalej/BlueMuse

Installation issue

yu-zhengzheng opened this issue · 5 comments

When executing file in powershell on win 11 with the command PS ...\BlueMuseMaster\Tools> .\InstallBlueMuse.ps1
It gives the following error:

& : The term '...\BlueMuseMaster\tools.\Install.ps1' 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.
At ...\BlueMuseMaster\tools\InstallBlueMuse.ps1:39 char:3

  • & $InstallScript
  • + CategoryInfo          : ObjectNotFound: (...Tools\.\Install.ps1:String) [], CommandNotFoundExceptio
    

n
+ FullyQualifiedErrorId : CommandNotFoundException

I tried to manually install but executing the script only opens a terminal window that quickly disappears.

Having the same thing, I believe this release is incompatible with windows 11

I'll try making a Windows 11 build. I'm on Window 10 still, but it should be easy to re-target and cut a new release.

@kowalej This worked on my machine 👍🏿