Forum Discussion

Cesar_alex's avatar
Cesar_alex
New Member
2 years ago

PowerBiDesktop Uninstall Error

I´m trying to uninstall powerbi Desktop on windows 11 and was not possible, i tried witch SCCM Configuration management and PSExec script , all ways were not sucessfull .

 

Trying to run from a network share with command line below or executing locally, the issue is the same, the process PBIDestkop.exe start and a few seconds later disapear from task manager .. 

 

All command line were executed without sucess .. the executable process starts and disapear in a few seconds later , no error message were displayed .. Running a isolate command line or putting into a bat file program the issue is same !

 

PBIDesktopSetup.exe -q -norestart -uninstall
PBIDesktopSetup.exe -quiet -norestart -uninstall
PBIDesktopSetup.exe -s -norestart -uninstall
PBIDesktopSetup.exe -silent -norestart -uninstall

 

msiexec.exe /q /m MSISQTQC /x "PBIDesktop_x64.msi"

 

A BAT file for example:

 

echo off
Taskkill /IM PBIDesktop.exe /F

"\\ServerName\pbi$\PowerBIDesktop\PBIDesktopSetup_x64.exe" -quiet -norestart -uninstall
ping -n 1 -w 3000 0.0.0.1 > NUL
del %windir%\prefetch\PBIDESKTOP*.* /S /Q

 

Has anyone experienced this problem? Can you help me ?

 

Thanks !

2 Replies

    • Cesar_alex's avatar
      Cesar_alex
      New Member

      Hi Anonymous ,

      My problem is not being to install or upgrade the powerBI Desktop, to do upgrade is easy, just to use the command line "PBIDesktopSetup_x64.exe /quiet ACCEPT_EULA=1" into a Batch file or using SCCM directly that runs normally and solve all previous installations issue . My actually problem is just uninstall desktop client because we decide to use de application from App Store now because it is much more easy to administer and upgrade .

      So, i have PBI Desktop in all workstations and i need to uninstall and I tried to use a batch file, configuration manager and all command line that i told do not work .

      If you download the executable and try to run all command lines locally, none will work automatically , always will show a screen to user to confirm the uninstall .

      If you can, do the test, download the executable and execute "PBIDesktopSetup.exe -quiet -norestart -uninstall" .. you will see that confirmation screen to uninstall , so that´s my problem !

       

      Thanks for your help ..