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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

CreoView Express silent install issues

davehaigh
11-Garnet

CreoView Express silent install issues

In Creo 3.0-m110 the install guide says to use this syntax like this to do a silent install:

start /w "CreoView_Express_32_64.exe" /vADDLOCAL="ALL" /qn APPLICATIONFOLDER="C:\ptc\Creo 3.0\CreoViewExpress"

The problem is, in the downloaded files the target file of this command isn't a .exe, it's a .msi.

The command that works has this syntax:

"Creo 3.0-m110 software\install\addon\pvx32_64\pvexpress\CreoView_Express_32_64.msi" /passive

But I don't know how you would define the path for the install.

The default install location is:

C:\Program Files\PTC\Creo 3.1\View Express

Is there a way to define the target folder or am I stuck with the default?

1 REPLY 1

You can use the exe-file in the folder above:

"Creo 3.0-m110 software\install\addon\pvx32_64\CreoSetup.exe" /vADDLOCAL="ALL" APPLICATIONFOLDER="C:\PTC\Creo 3.0\View Express" /qn

Top Tags