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
@mgmeryer, any progress on this? I too cannot install due to .NET 4.5 requirment error:
Info 2898. The installer has encountered an unexpected error. The error code is 2898. For Tahoma8 textstyle, the system created a 'Tahoma' font, in 1 character set. Info 2898. The installer has encountered an unexpected error. The error code is 2898. For DlgTitleStyleB textstyle, the system created a 'Tahoma' font, in 1 character set. ... Info 2836. The installer has encountered an unexpected error. The error code is 2836. The control Back on the dialog SetupCompleteErrorDlg cannot take focus. ... AppSearch: Property: RSNETFRAMEWORK45, Signature: RSNetFramework45 MSI (s) (FC:D4) [11:01:36:630]: Ignoring disallowed property RSNETFRAMEWORK45 Property(C): RSNETFRAMEWORK45 = 4.7.02556 ... MSI (c) (94:84) [11:01:40:855]: Product: Power BI Report Builder -- Installation failed.
Hi -- yes, the trick to get it to work is to run a command prompt, as administrator.
Then manually execute the msi from the command prompt with elevated priveleges -- then it will install without any error.
- bradsy7 years agoMicrosoft Employee
Info 2898. The installer has encountered an unexpected error. The error code is 2898. For Tahoma8 textstyle, the system created a 'Tahoma' font, in 1 character set. Info 2898. The installer has encountered an unexpected error. The error code is 2898. For DlgTitleStyleB textstyle, the system created a 'Tahoma' font, in 1 character set. ...
What is the first error? The failure does not look related to .Net version.
- Anonymous7 years agoNot applicable
Thanks. That did the trick!
- Anonymous7 years agoNot applicable
Yes this worked me. Thanks