
Has anyone successfully deployed this update via SCCM? I know that the EXE is not usable, and have downloaded and packaged both the C++ 2005 redistributable and the MSP. My packages install with the following command lines:
msiexec.exe /q ALLUSERS=2 /m MSIOJTFM /i "VC2005Redist.msi"
Msiexec /p MicrosoftDynamicsGP-KB2599501-v10-ENU.msp /qb+ /l*v "C:\Program Files\MSPErrorlog.txt"
The first package executes successfully, however the MSP is unsuccessfull with error code 1603. I cant find anything on this, but this is the same thing that happens with previous attempts to package prior updates. I would really like to resolve this, and any help would be appreciated.
Thank you,
Mike
*This post is locked for comments
I have the same question (0)More info: Error 1603 is defined as: The file [2][3] is being held in use by the following process: Name: [4], Id: [5], Window Title: '[6]'. And: A system restart may be required because the file being updated is also currently in use. Users may be given the opportunity to avoid some system restarts by using the FilesInUse Dialog or the MsiRMFilesInUse Dialog. For more information, see System Reboots and Logging of Reboot Requests.
However, even if the package is set to: Program restarts the computer, or SCCM restarts computer...we still get the same error.