Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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?
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