PDA

View Full Version : Deploying a MSI with a MST in a batch file



Pemolis
08-02-2006, 09:38 AM
I've been trying different searches on the internet and for some extremely dumb reason I cannot find an example of how this should be.

I have a MSI package, I've created a MST package. I would like to deploy this package using a batch file. I cannot figure out what the line of code would be.

I know its ... nameoffile.msi... but whats the rest?

usarif
08-04-2006, 10:55 AM
question is how you can deploy it. Are you using SMS or ALTIRIS.

Anyhow...

you can use like
c:\windows\system32 /i"c:\path????\nameoffile.msi" /qb-

google it, there are tons of help out there.....