Rafiuth/Soggfy

install.ps1 clicked, nothing happens

VikasRana opened this issue · 2 comments

When I do right click and open with powershell, nothing happens - a pop up of powershell opens and closes.

Can you try running it on a standalone powershell console to see if any errors pop up? I also suggest trying manual install.

Try the following, I had an issue with it not finding spotify.

Ensure Execution Policy is Set to RemoteSigned:
Before you can run the script, you need to ensure your PowerShell execution policy allows scripts to run. Search for Powershell in a similar way to the "Command Prompt" Open PowerShell as an administrator and run: Type the followling:

Set-ExecutionPolicy RemoteSigned

Then press enter, then select Y for yes, then just trying installing Soggfy again. Right click on install select Run with Powershell. Then run Injector

Hope it helps