Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Microsoft .Net framework 4.8 unable to install
visual c++ redistributable unable to install.
Please specify which version and build of Windows are you using?
@GA_10389857 wrote:
Microsoft .Net framework 4.8 unable to install
visual c++ redistributable unable to install.
Hi,
1.] you can try manual installation, use following installer
CR9_000_installation_package\ptcsh0\ndp48-x86-x64-allos-enu.exe
2.] you can disable Microsoft .Net installation
Open CR9_000_installation_package\pim\xml\pma.xml in Notepad and modify it ... see below
<PREREQUISITE required="Y">dotnet4.xml</PREREQUISITE>
replace by
<PREREQUISITE required="N">dotnet4.xml</PREREQUISITE>
Then run setup.exe again.