Creo 2 on mapped drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Creo 2 on mapped drive
Now that I have it installed, I need to know how to make it function properly on another workstation.
When I run the BAT file on another workstation, Creo 2 seems to come up properly and from what I can see works properly. BUT...
It installs Thumbnail Viewer, Creo Platform, ProductView Express and asks to update Adobe Flash. Our staff generally does not have admin access, so this will be a problem.
I also noticed that the workstation where the install was done also has MKS toolkit and a Portmapper installed and service started.
Is anyone else using Creo 2 from a mapped drive? Is there a procedure to make sure this setup works properly?
Thank you
Joe Haines
ICT - IPD - Product Engineering - Virtual Reality & TWS
CNH America LLC
120 Brubaker Ave.
MS 652
New Holland, PA 17557
-<">mailto:->
Desk (717) 355-3699
Cell (717) 371-3471
FX (717) 355-3937
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.
- Labels:
-
General
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Tom Uminn
Engineering Systems Analyst
trans-matic Mfg.
616-820-2499
-<">mailto:->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
After you install Creo 2.0 on your central server location you need to go find these files: (I copied all of these to the same directory so I could then write a script that only looked in one location for everything)
<loadpoint>\Creo 2.0\Parametric\bin\pim\xml\created.reg <-- I renamed this to parametric-created.reg
<loadpoint>\Creo 2.0\Simulate\bin\pim\xml\created.reg <-- I renamed this to simulate-created.reg
<loadpoint>\Creo 2.0\Direct\bin\pim\xml\created.reg <-- I renamed this to direct-created.reg
<loadpoint>\ptc\Creo 2.0\Common Files\M020\install\addon\creoagent_32_64.msi
<loadpoint>\ptc\Creo 2.0\Common Files\M020\install\addon\thumbviewer_32_64.msi
And download this file to the same location where you placed the others:
rem ** Install the client Side software
"P:\Creo 2.0\Client_Configs\creoagent_32_64.msi" INSTALLDIR="C:\ptc\Creo 2.0\creoagent" /passive
"P:\Creo 2.0\Client_Configs\Thumbviewer_32_64.msi" /passive
cd /d "P:\Creo 2.0\Client_Configs
start /w CreoView_Express_32_64.exe /vADDLOCAL="ALL" /qn APPLICATIONFOLDE...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I simply install Creo 2.0 on a Windows 2010 Server which is a 64bit OS and then create a batch file to points to the loadpoint.
This has worked for many years. I install one time and every user has it running on their workstation from there. When I do build updates or upgrades, I can perform them while users are working and they will automatically get the latest build the next time they run Creo. All I do is alter the path in the batch file to reflect the new loadpoint for the new build. If I ever have issues with the new build, I simply update the batch file and point to the loadpoint of the previous build. I always keep one older build version in the system for this purpose.
If we are on M010, I will install M020 in a different loadpoint and then point the batch to it. I keep the M010 install just incase we run into issues with M020. When I upgrade to M030, I keep M020 and remover M010 from the server.
"Too many people walk around like Clark Kent, because they don't realize they can Fly like Superman"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I created a script that installs the Creo Platform Agent, Adobe Flash Player update, and the registry updates. I update the config.pro with option "startup_check_for_visualization no" which stops Creo View Express and Thumbnail Viewer from being installed. MKS toolkit is only required for the interface to CADDS5, so I am not installing it.
Thank you,
Joe Haines
ICT - IPD - Product Engineering - Virtual Reality & TWS
CNH America LLC
120 Brubaker Ave.
MS 652
New Holland, PA 17557
-<">mailto:->
Desk (717) 355-3699
Cell (717) 371-3471
FX (717) 355-3937
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Why install Creo Platform Agent or Adobe Flash Player update? Most people are trying to figure out how to purge Creo Agent from their systems and Adobe Flash player updates itself on a seamingly daily basis.
In Reply to Joe Haines:
I would not have connected "silent install" with making this work from a mapped drive. I used a combination of suggestions to get to a working install.
I created a script that installs the Creo Platform Agent, Adobe Flash Player update, and the registry updates. I update the config.pro with option "startup_check_for_visualization no" which stops Creo View Express and Thumbnail Viewer from being installed. MKS toolkit is only required for the interface to CADDS5, so I am not installing it.
Thank you,
Joe Haines
ICT - IPD - Product Engineering - Virtual Reality & TWS
CNH America LLC
120 Brubaker Ave.
MS 652
New Holland, PA 17557
-<
Desk (717) 355-3699
Cell (717) 371-3471
FX (717) 355-3937
PTC quality philosophy: We've upped our quality standards. Up yours.
