Automatic Install script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Automatic Install script
We have had a network install of Pro/E for sometime, howeversome users are unhappy with the time it takes for Pro/E to start, andit seems to take a little longer with every release of Wildfire.
Sowe are looking again atlocal client installs, we are not entertaining the idea of taking a DVD to everyone's computer but are looking for other options, so what is everyone doing? Options I can think of include:
- Silent install (i.e as per TPI 103331), if so, how do you manage different scenarios (including whether or not Pro/E is already installed etc)
- network software roll-out tools (e.g. LANDesk) if so how are you using them exactly.
Are there any other methods? Or should we just stick with a network install?
thanks,
Peter
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
It is possible to remotely copy the whole pro/e directory to target PCs.
Pro/e doesn't install files anywhere else. There are a couple of
registry settings that can be exported and then imported into the
registry on each PC. (we do our installs this way and it works for us)
Ian Turner
CAD Manager
Cobham Mission Equipment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
works. You need to run ptcsetup afterward. My method of choice is to
have the cd's copied to the networks and run the install from there. I
just feel better about it. You can have multiple machines installing
at once so its not too bad. How many seats are you talking about? As
doggish as Pro/e starts I would do anything I could to have it start as
fast as possible for my users.
Mark Steffke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It has saved me a bunch of trouble on new PCs and upgrades and IT only has to worry about copying over a shortcut.
John Frankovich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ptcsetup.bat -ptcsetup -uilog
Then ran ptcsetup like this:
c:\ptc\ilink\bin\ptcsetup.bat -nographics -ptcsetup -uitrail c:\ptc\ilink\bin\sl_proi32_trl.txt
Caveat: I have not been the admin for 5 years, so I don't know if these still work!
Eric Rice
BCSC Sea Launch Engineering - Payload Unit Assy
ph 206-544-8102 M/C 5E-52
eric.r.rice@boeing.com
"Don't try harder. Try easier." ~~Aldo Nadi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
addition, you can do a full install utilizing this method straight from
ptcsetup.exe from the storage location of your discs. The only gotcha is
that any time an installation changes requiring manual input to the
install, the trail will stop and not finish correctly.
2. I have pushed these installs through Landesk, which works
fairly well.
3. Creating a clean install on one machine and copying to multiple
others will work fine as well, followed by running ptcsetup.bat. You
can also do a folder comparison, copy over the differences and run setup
from a batch file to update Pro/E.
4. You can get more extravagant since they are just simple batch
files, including updating templates, startup files, sensing other
installs, etc. It just depends on how much time you want to spend
upfront and how often you are doing installs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am wondering what you consider a slow startup for ProE? I don't have the test data in front of me, but running WF4m90 with Intralink 8.0, it takes about 20 seconds to launch ProE and get to the Intralink login screen.
I have about 30 users and they all run from a network share, it works great an test in my environment showed that the network startup was just as fast as a local install with all else being equal. I also found that some config.pro settings could adversely effect startup times. It's always a good idea to compare your results to a blank startup (no config.pro config.sup config.win ...)
Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
One caveat about "local" installations that I have not seen mentioned in this thread, is the ability to utilize a laptop (a portable) for just that, portability. Network installations require the user be "on" the network, and "pull" the ProE session across the WAN/LAN from a remote connection (good luck with that performance). By either using License Borrowing, or a simple VPN connection, the "traveling" user had full access to ProE (installed locally), as well as any support files he/she might need. License Borrowing was only used when we knew the user would not have any kind of internet access. The local installation of ProE allowed the user, who has internet access, to grab a license off the network. We found that even a dial-up connection worked.
Obviously, from the "network installation" standpoint, it is certainly easier to maintain/update a single installation that sits on a network share vs. many local installations, however, utilizing similar scripts, were were able to keep the user's local installations current by adding some "checks" into the scripts.
Gary Spencer
Sr. Application Engineer
Atlantic Engineering Solutions
gspencer@atlanticengsol.com
Jupiter, FL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Shane Brenner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
connections. The uitrail is just a recording of what you chose as
install directories, license servers, etc.
If you are just overwriting an older install, this won't be necessary,
unless you are changing things like start-in directory, license server,
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Running the ptcsetup after cloning can be considered an optionally step if the source installation is what is desired.. The other connections the installer makes (registry entries) are unnecessary, especially if you are coming from a network installation like Peter. A lot of companies use custom start shortcuts/ bat files. You can set path env var there or script it to system. After trying all these methods over the years, this is my current approach. Another benefit is you can remove a lot of junk files from the installation this way.
Shane Brenner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Added Environment paths:
P:\wf4-m130\proeWildfire 4.0\bin
P:\wf4-m130\proeWildfire 4.0\mech\bin
A Few of the Registry Entries:
My Computer\HKEY_CURRENT_USER\Software\PTC
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\proe.exe
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\asmFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dgmFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\drwFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\frmFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\gphFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\layFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mfgFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mrkFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phaFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\picFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\proeFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\prtFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\psFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\repFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\secFile
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\xasFile
David Haigh
Phone: 925-424-3931
Fax: 925-423-7496
Lawrence Livermore National Lab
7000 East Ave, L-362
Livermore, CA 94550
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Pro/e) that is our plan to go to Wf4 M120
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator