| Author |
Message |
Cad Man
Guest
|
Posted:
Sat Jul 24, 2004 9:43 pm Post subject:
nework deployment issues |
|
|
I manage about a dozen workstations that are all network licensed. We use
Civil series 2004 so you have about 3 different profiles on each machine.
We keep our pc3 files and customized plotters on the server. I don't want
to go to every machine and change 3 path's on 12 computers. Can someone
give me a good idea to automate this process.
Also is there a trick to get Sam report lite to work?
Thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.686 / Virus Database: 447 - Release Date: 5/14/2004
|
|
| Back to top |
|
 |
dstein
Guest
|
Posted:
Sun Jul 25, 2004 8:16 am Post subject:
Re: nework deployment issues |
|
|
| THere's a couple of ways to bundle custom profiles with custom shortcuts. You can open and modify the MSI transform files (MST files) created by the NIW using something like InstallShield or Wise. Or you can build a script or batch file to wrap the deploy.exe package within and create a sequenced batch process that first installs the client deployments, and then downloads files and creates/replaces shortcuts to control the /p profile arguments. This can be pushed in a login script, "pulled" from a email link or web page link or pushed via something like MS-SMS packages. |
|
| Back to top |
|
 |
discussion.autodesk.com
Guest
|
Posted:
Thu Jul 29, 2004 1:59 am Post subject:
Re: nework deployment issues |
|
|
Export your profiles to the network.
Import them into each machine.
Chris
"dstein" <nospam@address.withheld> wrote in message
news:14968545.1090729013841.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | THere's a couple of ways to bundle custom profiles with custom shortcuts.
You can open and modify the MSI transform files (MST files) created by the |
NIW using something like InstallShield or Wise. Or you can build a script
or batch file to wrap the deploy.exe package within and create a sequenced
batch process that first installs the client deployments, and then downloads
files and creates/replaces shortcuts to control the /p profile arguments.
This can be pushed in a login script, "pulled" from a email link or web page
link or pushed via something like MS-SMS packages.
|
|
| Back to top |
|
 |
Anne Brown
Guest
|
Posted:
Thu Jul 29, 2004 3:24 am Post subject:
Re: nework deployment issues |
|
|
Hi Chris -
Would you change your posting name away from
discussion.autodesk.com so that you aren't confused as posting
from Autodesk? Thanks.
---
Anne Brown
Discussion Groups Administrator
Autodesk, Inc.
"discussion.autodesk.com" wrote:
| Quote: |
Export your profiles to the network. (snip) |
|
|
| Back to top |
|
 |
John Story
Guest
|
Posted:
Thu Jul 29, 2004 8:37 am Post subject:
Re: nework deployment issues |
|
|
We use Kixtart (kixtart.org) during the logon script to import REG files
that are pieces of the exported profiles. Changes are made to files in a
central folder on a network share, so the users see them the next time they
login. This way, everytime the user logs in again, they are set back to a
standard. Pathing, settings, whatever. We also repoint the default menu to a
custom one on the network and let a MNL file deal with the inside autocad
issues. Single point of control.
Whatever can be exported in a ARG can be imported into the same profiles in
the registry, but you will have to write some kixscript to deal with the way
autocad profile ARG paths are abbreviated paths that go into user profile
directories. Autodesk uses a "non-registry-compliant" syntax to refer to
these directories. The ARG will show the "variable" name for the path, while
the same item in the registry will be expanded. You cannot make a single REG
file apply to all users for these paths, unless you move the user profile
directories back to the "acad" directory. |
|
| Back to top |
|
 |
|
|
|
|