Hi there,
i've got SCCM 2007 setup in our office. I've got several install packages installing just fine, including a customized Office 2003 install (setup.exe and MST file) and some minor utilities that have setup.iss files recorded.
BUT...
I can't get any package that is an MSI file to install correctly.
I've done every variation of:
msiexec /I <filename>.MSI /qn
and etc that I could think of. I've used absolute paths in quotes for the MSI files, I've tried a full system path to msiexec (c:\windows\system32) but in no case does this work.
I've also tried skipping a call to msiexec, and just referencing the MSI and interaction options.
What the heck am I missing? Specifically I'm trying to install QuickTime as a command like this, which of course works fine via a batch script on the client, or when PSExec'ing it:
msiexec.exe /i QuickTime.msi /qn
i've got SCCM 2007 setup in our office. I've got several install packages installing just fine, including a customized Office 2003 install (setup.exe and MST file) and some minor utilities that have setup.iss files recorded.
BUT...
I can't get any package that is an MSI file to install correctly.
I've done every variation of:
msiexec /I <filename>.MSI /qn
and etc that I could think of. I've used absolute paths in quotes for the MSI files, I've tried a full system path to msiexec (c:\windows\system32) but in no case does this work.
I've also tried skipping a call to msiexec, and just referencing the MSI and interaction options.
What the heck am I missing? Specifically I'm trying to install QuickTime as a command like this, which of course works fine via a batch script on the client, or when PSExec'ing it:
msiexec.exe /i QuickTime.msi /qn