Forum Discussion
Paginated report builder .Net Version
- 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
Ditto. Did Microsoft really just put out a download that only works for computers from 2012?
We are unable to reproduce this issue. If you can provide system information and install failure log, that would be great. bradsy@removethistextMicrosoft.com
- mgmeyer7 years agoPower BI Team
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!
- Anonymous7 years agoNot applicable
Installing using the msiexec command made it install successfully....that is good, but not sure why it wouldn't install normally.
The log file has this property:
RSNETFRAMEWORK45 = 4.7.03056
- me_neil7 years agoFrequent Visitor
Didnt work for me
AppSearch: Property: RSNETFRAMEWORK45, Signature: RSNetFramework45
MSI (s) (50:C4) [12:47:26:543]: Ignoring disallowed property RSNETFRAMEWORK45
Property(C): RSNETFRAMEWORK45 = 4.7.03056
This is what I got.
- me_neil7 years agoFrequent Visitor