Anyone have experience doing this with SCCM 2012?  I'm not trying to use a
patch file on this, but will if I need to.  Example command line:
msiexec.exe /i appname.msi PATCH=patch.msp /q. Apparently the PATCH= needs
a full path. How can I identify the temp path that the file will run from
c:\windows\ccmcache\x?

I've tried:

msiexec.exe /i appname.msi PATCH=.\patch.msp /q

and

msiexec.exe /i appname.msi PATCH=~%dp0patch.msp /q


None seem to be working. Any help would be appreciated.  Thanks!


Reply via email to