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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

WGM Silent Install Help

WT_10157238
5-Regular Member

WGM Silent Install Help

I'm having a lot of issues trying to create a bat file for silent installation of WGM 12.1.2.0. Below is the basic file I have been trying. When I have the -destination at the end, the setup program launches, but interactively. When I remove it, sometimes the installation proceeds, but it only installs the XML files and not WGM as a whole. I have also tried the -xmlall command to no avail. Is anyone else having this issue?

 

SETX PTC_WF_CACHE C:\PTC\WGMcache\.cache
SETX PTC_WF_ROOT C:\PTC\WGMcache\.wf
SETX PTC_WFS_ROOT C:\PTC\WGMcache\.wfs
SETX PTC_WGM_ROOT C:\PTC\WGMcache\.root
SETX PTC_WLD_ROOT C:\PTC\WGMcache\.wwgm
SETX PTC_WFS_DEFAULT_LOCATION C:\PTC\WFS

 

\\SAMPLEPATH\setup.exe -progressbar –xml \\SAMPLEPATH\uwgm.p.xml –xml \\SAMPLEPATH\mcad_autocad.p.xml –xml \\SAMPLEPATH\mcad_swx.p.xml -destination C:\PTC\wgm

 

2 REPLIES 2

Article - "How to perform a silent installation of Windchill Workgroup Manager": https://www.ptc.com/en/support/article/CS243199

WT_10157238
5-Regular Member
(To:VladimirN)

That is the article I used to get where I am.

Top Tags