Computing.Net > Forums > Programming > Installing SMS2003 with a BAT file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Installing SMS2003 with a BAT file

Reply to Message Icon

Name: jcosley
Date: February 9, 2009 at 08:35:13 Pacific
OS: Windows XP
CPU/Ram: 1000
Product: Fujitsu / 4220
Subcategory: Batch
Comment:

I want to create a batch file that installs SMS2003 automatically and entering the SITE CODE in also when it runs the MSI file i'm calling.

here's what I got

echo * SMS and Symantec Setup*
echo * PLEASE BE SURE YOUR COMPUTER IS ON THE MAHC DOMAIN FIRST!!! *
echo * Installing SMS 2003 *

msiexec /i "\\xyz\tech\software\SMS2003\SMSSETUP\CLIENT\I386\CLIENT.MSI" siteserver=S01 /qb
echo * Please WAIT until Screen FLASHES before continuing on! *
pause

echo * Installing SYMANTEC ENDPOINT *
"\\xyz\tech\software\Symantec End Point\Clients\NEW CLIENTS_32-bit\Setup.exe"
pause


So the part I NEED is the SITE SERVER (siteserver=S01 /qb) part which I can't find if that is even the right value for that part of the installation.



Sponsored Link
Ads by Google

Response Number 1
Name: jcosley
Date: February 10, 2009 at 11:55:07 Pacific
Reply:

Anyone have an idea?


0

Response Number 2
Name: Razor2.3
Date: February 10, 2009 at 15:58:11 Pacific
Reply:

According to this TechNet article, you shouldn't be calling client.msi. Instead, you should be using Capinst.exe.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Installing SMS2003 with a BAT file

can I block a port with a Bat file www.computing.net/answers/programming/can-i-block-a-port-with-a-bat-file/15905.html

I need a .bat file! www.computing.net/answers/programming/i-need-a-bat-file/16333.html

Bat File Help www.computing.net/answers/programming/bat-file-help-/9414.html