Okay, maybe I'm just not seeing something that's right in front of me. But I'd like to deploy an msi file WITHOUT a transform, but with some switches.
I've tested the following from the command prompt, and it works fine:
msiexec.exe /i "\\Pdc\VPHOME\CLT-INST\WIN32\Symantec AntiVirus.msi" REBOOT=ReallySuppress INSTALLSERVER=0 NETWORKTYPE=1 SERVERNAME=PDC RUNLIVEUPDATE=1 ADDLOCAL=SAVMain,SAVUI,SAVHelp,QClient,OutlookSnapin ALLUSERS=1 /qn
What I'd like to do is put that into a GPO for deployment, but I can't seem to find where to put the switches and various parameters. What am I missing?
I've deployed a lot of apps by just using the .msi file, but this is the first time I need to specify switches.
Thanks!
Pat Richard, MCSE(2) MCSA:Messaging, CNA(2)
I've tested the following from the command prompt, and it works fine:
msiexec.exe /i "\\Pdc\VPHOME\CLT-INST\WIN32\Symantec AntiVirus.msi" REBOOT=ReallySuppress INSTALLSERVER=0 NETWORKTYPE=1 SERVERNAME=PDC RUNLIVEUPDATE=1 ADDLOCAL=SAVMain,SAVUI,SAVHelp,QClient,OutlookSnapin ALLUSERS=1 /qn
What I'd like to do is put that into a GPO for deployment, but I can't seem to find where to put the switches and various parameters. What am I missing?
I've deployed a lot of apps by just using the .msi file, but this is the first time I need to specify switches.
Thanks!
Pat Richard, MCSE(2) MCSA:Messaging, CNA(2)