mjruotolo Posted August 13, 2012 Report post Posted August 13, 2012 I work at a university and we need to build a standalone installer for SCCM and SCEP for our student machines. Some of these machines maybe on the domain but most wont be. I have built a sudo installer using the cmd line switches. CCMSetup.exe /mp:server.edu /logon SMSSLP=server.edu SMSSITECODE=MCC FSP=sever.edu SCEPInstall.exe /q /policydefault.xml The problem is that some of the users may not have contact with the server during the install. When the user doesnt have access durring the install the installer just sits and waits. I need the setup to just install. Thoughts? Thanks mike Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted August 13, 2012 Report post Posted August 13, 2012 Make sure you have the source local and remove the /mp: parameters, as it will cause the client to download from that specific MP. Quote Share this post Link to post Share on other sites More sharing options...
mjruotolo Posted August 14, 2012 Report post Posted August 14, 2012 Make sure you have the source local and remove the /mp: parameters, as it will cause the client to download from that specific MP. Do i have to tell it where the source is? Thanks Mike Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted August 14, 2012 Report post Posted August 14, 2012 Just copy the client folder and start the ccmsetup.exe Quote Share this post Link to post Share on other sites More sharing options...
mjruotolo Posted August 15, 2012 Report post Posted August 15, 2012 Just copy the client folder and start the ccmsetup.exe Ok great got that working one more thing. I need to manually install the SCEP client. I have the command line i need SCEPInstall.exe /s /q /policy "C:\Windows\ccmsetup\ep_defaultpolicy.xml" But it doesnt install because there is an antivirus already installed on the pc. I know there is a switch for /noreplace but i want to replace it. Is there a switch for this ? Quote Share this post Link to post Share on other sites More sharing options...
mjruotolo Posted August 23, 2012 Report post Posted August 23, 2012 It doent look like its passing the variables to the client.msi. No site code is beeing put in? Thoughts? Quote Share this post Link to post Share on other sites More sharing options...