Forum Discussion
acbg
7 years agoResolver III
Paginated report builder .Net Version
Been trying to download the new Power BI Report Builder but running into issue of not having .Net Framework 4.5 installed. But when trying to install that framework I am getting the message that I h...
- 7 years ago
Can you also check to see if you have this key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
Also when you try to install can you do it from the command line and use the following command:
msiexec /i PowerBiReportBuilder.msi /log C:\Temp\install.log
Looking in the log let me know if you see any errors and also if you see a property called RSNETFRAMEWORK45 can you let me know what the value is. Thanks!
- 7 years ago
As others have suggested command line was what helped for me as well...run the thing in quiet or passive mode:
msiexec /i <filepath>\PowerBiReportBuilder.msi /passive
or
msiexec /i <filepath>\PowerBiReportBuilder.msi /quiet
me_neil
7 years agoFrequent Visitor
I am also running into the same issue.