Forum Discussion
disable update notifications
- 9 years ago
Hi jmoody76,
This is what i use in production. With latest version of Power BI this issue""UPDATE AVAILABLE (CLICK TO DOWNLOAD)" is fixed.
msiexec /i "PBIDesktop_x64.msi" /qn /norestart ACCEPT_EULA=1 DISABLE_UPDATE_NOTIFICATION=1
As mentioned in the last reply of rsrajeev in this similar thread, with latest version of Power BI this issue""UPDATE AVAILABLE (CLICK TO DOWNLOAD)" is fixed. Could you go to check if it is the case in your scenario. :smileyhappy:
Regards
Hi jmoody76,
This is what i use in production. With latest version of Power BI this issue""UPDATE AVAILABLE (CLICK TO DOWNLOAD)" is fixed.
msiexec /i "PBIDesktop_x64.msi" /qn /norestart ACCEPT_EULA=1 DISABLE_UPDATE_NOTIFICATION=1
As mentioned in the last reply of rsrajeev in this similar thread, with latest version of Power BI this issue""UPDATE AVAILABLE (CLICK TO DOWNLOAD)" is fixed. Could you go to check if it is the case in your scenario. :smileyhappy:
Regards
- jmoody769 years agoNew Member
I used the June 2017 release 2.47.4766.542. A newer one then this fixes it?
- v-ljerr-msft9 years agoMicrosoft Employee
Hi jmoody76,
Currently, the latest version of Power BI Desktop is 2.47.4766.801 64-bit (June 2017).
Base on my understanding, if you use the following script to install this version of Power BI Desktop, then both notifications will be disabled. jmoody76, could you help to confirm this? :smileyhappy:
msiexec /i "PBIDesktop_x64.msi" /qn /norestart ACCEPT_EULA=1 DISABLE_UPDATE_NOTIFICATION=1
Regards
- jmoody769 years agoNew Member
2.47.4766.801 fixed the issue for me so now all update notifications are gone. Thanks.