Arguments not correct in install command, looking for help

Hello!

I’m running into an issue with trying to package a PowerBI executable.

Here is the install line in my Deploy-Application.ps1 and the resultant client error:

Something about the format isn’t working, anything jump out to you guys?

Thanks!

-Drew

change your -arguments to:

-Arguments '-s -norestart ACCEPT_EULA=1'

That worked perfectly, thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.