We are beginning our client migrations from 2007 to 2012 soon and I have hit a snag. I am trying to deploy the client with the CU3 patch and the setups are stalling.
When I deploy the 2012 client using a 2007 advertisement, the setup starts, removes the 2007 client, then stops.
The ccmsetup.log gives the following error:
<![LOG[File C:\WINDOWS\ccmsetup\{59A0EA77-D28C-4286-83A6-04BB57B9CDD6}\client.msi installation failed. Error text: ExitCode: 1635
The client.msi.log gives this error as well:
MSI (s) (3C:24) [06:33:23:247]: Unable to create a temp copy of patch 'configmgr2012ac-sp1-kb2882125-x64.msp'.MSI (s) (3C:24) [06:33:23:247]: Note: 1: 1708
MSI (s) (3C:24) [06:33:23:247]: Product: Configuration Manager Client -- Installation failed.
MSI (s) (3C:24) [06:33:23:247]: Windows Installer installed the product. Product Name: Configuration Manager Client. Product Version: 5.00.7804.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1635.
I have found that the error code is related to the inclusion of 'PATCH=configmgr2012ac-sp1-kb2882125-x64.msp' in the ccmsetup command line, but it is a little cryptic to me as to how I can include the CU3 update in a single command line.
Here is the full command line we are using:
x64:
ccmsetup.exe /noservice /mp:MYSERVER.MY.ORG SMSSITECODE=XXX FSP=MYSERVER.MY.ORG SMSMP=MYSERVER.MY.ORG CCMENABLELOGGING=TRUE CCMLOGLEVEL=0 PATCH=configmgr2012ac-sp1-kb2882125-x64.msp
x86:
ccmsetup.exe /noservice /mp:MYSERVER.MY.ORG SMSSITECODE=XXX FSP=MYSERVER.MY.ORG SMSMP=MYSERVER.MY.ORG CCMENABLELOGGING=TRUE CCMLOGLEVEL=0 PATCH=configmgr2012ac-sp1-kb2882125-x86.msp
Thanks in advance for your help!
--Matt