installing Advanced Client without BITS.
Hi, in my environment I would like to be able to install a SCCM Advanced client without it connecting to the MP for its source files. I have tried the following but it still downloads the source file from the MP.... ccmsetup.exe mp:SECVASUTL05 /Source:
"C:\ManualSCCMInstall\i386" SMSSITECODE=SEC I have copied the ccmsetup.exe and the whole i386 folder to the Pc that i wish to install onto. The reason for this is because our build engineers build computers faster than it takes for the client installation
to be downloaded onto the client PC... any ideas?
July 6th, 2011 12:03pm
Remove the "/MP" parameter:
http://technet.microsoft.com/en-us/library/bb680980.aspx and make sure that you list the client.msi properties (captial letter) after the ccmsetup parameters (starting with "/")).
Torsten Meringer | http://www.mssccmfaq.de
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2011 1:33pm


