cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Creo Installation

ED_10888871
3-Visitor

Creo Installation

I'm trying to create a script for silent installation of creo 9.0.2.0. In documentation it is said that some xmls are needed to do that.

ED_10888871_1-1709378810142.png

 

So,  i installed creo 9.0.2.0 manually once and found that quality agent xml is missing. How to generate quality agent xml?

ED_10888871_0-1709378736996.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

The instructions don't say that "qualityagent.xml" will be installed. They state that the settings in that file, located within the installation package, is used to determine whether the quality agent will be installed when Creo is installed. I just looked in the last install ZIP file I downloaded and the qualityagent.xml file is located exactly where the snippet of instructions you posted says it should be.

To be honest, though, the file has a lot of locations where an attribute called "install" is set, so you might have to figure out which of the many needs to be set. I've never done what you're trying to do, but my guess, looking at the file, would be to change the one value in that file that says:
install="N"

to

install="Y"

I only see one location where the install parameter is not set to "Y.

Hope this works for you.

View solution in original post

2 REPLIES 2

The instructions don't say that "qualityagent.xml" will be installed. They state that the settings in that file, located within the installation package, is used to determine whether the quality agent will be installed when Creo is installed. I just looked in the last install ZIP file I downloaded and the qualityagent.xml file is located exactly where the snippet of instructions you posted says it should be.

To be honest, though, the file has a lot of locations where an attribute called "install" is set, so you might have to figure out which of the many needs to be set. I've never done what you're trying to do, but my guess, looking at the file, would be to change the one value in that file that says:
install="N"

to

install="Y"

I only see one location where the install parameter is not set to "Y.

Hope this works for you.

Hi @KenFarley Your answer was useful. I successfully did silent installation of Creo 9.0.2.0

Top Tags