Jump to content


  • 0
rusabus

How to deploy Win7 Remote Server Administration Tools with SCCM

Question

Hi all,

 

Searching the web, I've not found anyone who was able to successfully install the RSAT tools in Windows 7 using SCCM. Based on a post here http://trevorsullivan.net/2009/11/19/deploying-windows-7-rsat/, I've been able to successfully deploy the RSAT tools to Windows 7 SP1 x64 machines using SCCM. Here is how:

 

1. Download the RSAT tools from Microsoft from here: http://www.microsoft.com/download/en/details.aspx?id=7887

2. Create a package in SCCM with the attached .cmd file and the .msu file you downloaded from Microsoft.

3. Create an install program in SCCM with the following command line:

c:\windows\sysnative\cmd.exe /c "install.cmd"

4. Under requirements, select All x64 Windows 7

5. Under Environment, select that the program can run whether or not a user is logged on and run with administrative rights

6. Advertise with normal software distribution procedures.

 

This has worked for me, but might require some tweaking to suit your environment. The real key for me was realizing that you have to run the 64-bit versions of WUSA.exe and DISM.exe to install in 64-bit Windows (hence the calls to C:\Windows\Sysnative\cmd.exe)

 

Hope that helps.

 

--Russel Riley

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Strange that I never found your particular post. To be honest, I didn't search much - I assumed it was a 64-bit file system redirection issue and already had a number of work-arounds to deal with 64-bit file system redirection in other packages. As soon as I tried using the 64-bit executables with the RSAT tools, they worked fine. I guess it just comes down to me assuming it was related to using the 32-bit version of WUSA and DISM, and assuming I could fix the issue myself faster than I could find someone else who already had. :)

 

Thanks for pointing me to your write-up.

 

--Russel Riley

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.