Skip to main content
1-Visitor
August 19, 2022
Question

Regarding Installation of creo 9.0

  • August 19, 2022
  • 2 replies
  • 1508 views

Microsoft .Net framework 4.8 unable to install

visual c++ redistributable unable to install.

2 replies

24-Ruby III
August 20, 2022

Please specify which version and build of Windows are you using?

24-Ruby III
August 21, 2022

@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.