Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.