Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Command Line Question

2 views
Skip to first unread message

tkutil

unread,
Apr 21, 2010, 8:57:01 AM4/21/10
to
I'm installing office 2007 with SCCM and using config.xml as part of the
command line so my command line points to a sub folder of the distribution. I
guess this is OK for now, but what if I had mutliple distribution servers to
spread the workload. What would I use in it's place?
setup.exe /config \\mks00w74\SMSPKGE$\MET0001A\ProPlus.WW\config.xml

Sherry Kissinger [MVP]

unread,
Apr 28, 2010, 8:55:01 AM4/28/10
to
You could...

1) wrap that setup.exe in a .bat file, and use ~dp0\
2) wrap that setup.exe command in a vbs script and use a variable to
reference "the directory in which this .vbs exists" (that's what I do... I'm
a vbscript person)
3) I think you can also put config.xml in the same folder as setup.exe, and
then no reference the folder at all--just put setup.exe /config config.xml
as the command line. Test that tho. But I think that works.

0 new messages