what is best way to install Power BI in a scripted install
what is best way to install Power BI in a scripted install. Have tried using exe file put fails
Answers (3)
This is really an easy task.
1. download the full exe
2. install it on a test system
3. do an inventory on the test system
4. create a Managed Install
4.1 use override default installation and enter the full commandline (as an example: powerbi.exe -silent ACCEPT_EULA=1 ) with all customizations you need. If you run the exe with an invalid addition (ie powerbi.exe -showmemore or -help) it shows you a popup with all valid customizations you can choose. Please be aware, that the tool may need additional software to be installed before.
Apologies, Nico, but your way involves *major* faff!
Power BI's EXE ultimately extracts an MSI. Use that! I can't recall where it extracts it but using Task Manager with the 'command line' column visible when the EXE stops at the 'Welcome' screen will show you its location.
And, as an aside to the OP, " Have tried using exe file [put] but fails" tells us precisely zero. FFR, you need to specify *exactly* what fails. Does the EXE run? Does it run but produce an error message? Does it produce a log file? What did that tell you? Lastly, as you're now going to use the MSI, ensure that you add the "verbose logging" argument to your command line. I'll let you research how to do that but will hint that there's no need to apply a Group Policy, it can be specified on the command line.
Comments:
-
Does anyone know where the MSI is getting extracted to please? I have searched C drive and can't find it. There is no command line in Task Manager, the field is just blank, why can't MS just provide the MSI!!! - penelopepitstop 3 years ago
-
I have searched C drive and there is no MSI extracted. There is only filepath to the EXE in Task Manager. THe install fails without any error message or anything. It needs a language switch. Why don't MS just leave it as an MSI installer so it can be run silently, so annoying they only give you an EXE and even when running exe with /? switch it does not give you the all the switches for a silent install!!! Does anyone know what the language English switch is please? - penelopepitstop 3 years ago