- 
                Notifications
    You must be signed in to change notification settings 
- Fork 74
Description
When I use the auto-installer, I got the following in the command box:
Cannot convert argument "Buttons", with value: "YesCancel,MsgBoxSetForeground,Critical,SystemModal", for "MsgBox" to
type "Microsoft.VisualBasic.MsgBoxStyle": "Cannot convert value "YesCancel,MsgBoxSetForeground,Critical,SystemModal"
to type "Microsoft.VisualBasic.MsgBoxStyle". Error: "Unable to match the identifier name
YesCancel,MsgBoxSetForeground,Critical,SystemModal to a valid enumerator name. Specify one of the following enumerator
names and try again:
ApplicationModal, DefaultButton1, OkOnly, OkCancel, AbortRetryIgnore, YesNoCancel, YesNo, RetryCancel, Critical,
Question, Exclamation, Information, DefaultButton2, DefaultButton3, SystemModal, MsgBoxHelp, MsgBoxSetForeground,
MsgBoxRight, MsgBoxRtlReading""
At C:\Users\gavsh\Downloads\SpotifyNoPremium-main\ps.ps1:19 char:3
- $store = [Microsoft.VisualBasic.Interaction]::MsgBox('Uninstall MS ...
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
Does a manual install fix this?