A AAhmed New Member Messages 3 Reaction score 0 Points 1 Feb 5, 2020 #1 We've already deployed Power BI 2.70.xx via SCCM. I need help in deploying the latest version of Power BI 2.76.xx via SCCM.
We've already deployed Power BI 2.70.xx via SCCM. I need help in deploying the latest version of Power BI 2.76.xx via SCCM.
Youssef Saad Well-Known Member Staff member Messages 676 Solutions 10 Reaction score 80 Points 28 Feb 6, 2020 #2 Hi Ahmed, Have you tried first to install it directly to check if the new replace automatically the old version ? Upvote 0 Downvote
Hi Ahmed, Have you tried first to install it directly to check if the new replace automatically the old version ?
OP A AAhmed New Member Messages 3 Reaction score 0 Points 1 Feb 6, 2020 Thread Starter #3 Hello Youssef, You mean deploy a new package with the existing app package left as is? Regards, Anwaar. Upvote 0 Downvote
Hello Youssef, You mean deploy a new package with the existing app package left as is? Regards, Anwaar.
Youssef Saad Well-Known Member Staff member Messages 676 Solutions 10 Reaction score 80 Points 28 Feb 6, 2020 #4 Disable the deployment from the old version. Install the new package. You can try this locally first with executing the same package its command installation line. Upvote 0 Downvote
Disable the deployment from the old version. Install the new package. You can try this locally first with executing the same package its command installation line.
Leon.Theorn New Member Messages 3 Reaction score 0 Points 1 Mar 3, 2020 #5 MS announced the retirement of the MSI installer from 1st Sep 2019. That leaves only the EXE to be used I have found that the following syntax works for me PBIDesktopSetup_x64.exe -silent -norestart -update ACCEPT_EULA=1 And Uninstall PBIDesktopSetup_x64.exe -silent -uninstall I then use the Registry as Detection Method Hope this helps L. Upvote 0 Downvote
MS announced the retirement of the MSI installer from 1st Sep 2019. That leaves only the EXE to be used I have found that the following syntax works for me PBIDesktopSetup_x64.exe -silent -norestart -update ACCEPT_EULA=1 And Uninstall PBIDesktopSetup_x64.exe -silent -uninstall I then use the Registry as Detection Method Hope this helps L.
OP A AAhmed New Member Messages 3 Reaction score 0 Points 1 Mar 9, 2020 Thread Starter #6 Thank you Leon. Did you deploy this as a package or script? Thanks, Anwaar. Upvote 0 Downvote
Leon.Theorn New Member Messages 3 Reaction score 0 Points 1 Mar 10, 2020 #7 I create a package with that string as the install string You can get the uninstall and detection method from the registry L Upvote 0 Downvote
I create a package with that string as the install string You can get the uninstall and detection method from the registry L