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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

WF4 & WF5 Silent Install

dgschaefer
21-Topaz II

WF4 & WF5 Silent Install

Hello,

I'd like to automate rolling out WF4, WF5 & Creo 2 (we have clients using them all) to all the workstations in our office and I'm wondering if anyone has a good way to automate it.  We do local installs because we have a significant number of laptops.  Creo 2 makes this easy, but WF4 and WF5 are not.  We are all Windows 7, 64 bit.

In WF4 & WF5 I can copy the install folder, but it is painfully slow over the network, taking longer than running the install program.  Additionally I get this error in WF5 (WF4 works fine):

[cid:image001.png@01CEDA18.30BD5DB0]

"Install later" dismisses the dialog, only to return the next time.  "Install now" results in this error, and the dialog returns next time as well:

[cid:image002.png@01CEDA18.30BD5DB0]

The only fix is to navigate to the bin folder of the install and run ptcsetup.bat.

I really do not want to associate the file extensions to WF5.  Because we use different versions for different clients, I'd rather not have any associations, but if I have to I'd prefer it associated with Creo2.

Anyone successfully do automated/silent installs of WF4 & WF5?

--
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
--
Doug Schaefer | Experienced Mechanical Design Engineer
LinkedIn
3 REPLIES 3
lhughes
6-Contributor
(To:dgschaefer)

To avoid the "install addon" prompt for "Productview Express" (WF4/5) and the Thumbnail Viewer, delete the "add on" folder located in the "%proeloadpoint%\install" folder.

After deleting use 7zip or WinRAR to create a self extraction package ".exe" (I suggest password protecting to avoid people from extracting wherever they please) and robocopy to push the package out to the computers.

Psexec can execute the package remotely (there are switches you can use to determine locations to place the extracted files in the right place).

Be careful if you use Windchill as each newer version will upgrade the cache files making them inaccessible to previous versions.

I submitted a whitepaper for PlanetPTC on deployments such as these.

Hope it helps and feel free to contact me if you have any questions, concerns or comments.

Lee Hughes
Global CAD/PLM Admin
Engineering Systems Services
Kohler Company

I agree with Lee we have started creating a zip file of the install and copying that using robocopy to the deisred location. We have not gone yet to the self-extracting file although not sure how much that would improve our distribution. One issue I have had and it is interrmitent is with WF4 on some computers I have to run ptcsetup to get Pro/E to open properly. It will open but none of the graphics are shown (e.g. the toolbar menus). Take the five minutes and run ptcsetup (clicking next 38 times) and all works fine. Not sure what has changed (I was not the one to create teh install directory this time).

Hi Doug,

I am installing Wildfire 4 and 5 silent using a setup trail file (as explained in the installation manual). First do a manual installation but add -uilog as argument to the setup.exe command. This will generate a ps_trl.txt.1 file. Rename this file whatever you want and remove .1.
Now, for the silent install you run setup -uitrail <trailfile> and it will run automated. Works flawless for me. In fact, it is my opinion the silent install works much better with pre-Creo 2 than it does with Creo 2. I had to do a lot of customization in the xml files to make them more generally useable (independent of local profile paths etc.) and the script I ended up with is hugh compared to the one line above.
If you install WF5 this way the addons get installed automatically (another difference compared to Creo 2).

Best regards,
Menso


Top Tags