OS - Windows 10 Enterprise LTSB 1604 x64
I have been trying to create an appstack which contains the RSAT tools. When I run MSU file directly it just sits for a few a minutes and then displays the message that it failed to successfully install KB2693643. I tried to extract the files as listed below and use DISM to install.
expand -f:* c:\WindowsTH-KB2693643-x64.msu C:\Temp
Once all the files were extracted, I did this command:
Dism.exe /Online /Add-Package /PackagePath:C:\Temp\windowsth-kb2693643-x64.cab
but that fails also with ...
Error: 17
"The system cannot move the file to a different disk drive."
This is just a base Windows 10 machine that is used to create app stacks. I can create other app stacks with no problems. I have also been able to image a PC with the same Windows 10 version and install the RSAT tools just fine. It is only prevented when trying to create an app stack with it. I have downloaded multiple copies from Microsoft so I know the file is not corrupted.
Any help would be much appreciated.
RSAT is not supported on App Volumes. You may install it on the base image.
This thread might be helpful: Re: Installing RSAT 8.1 with Cloudvolumes 2.7
Is there any intention to support RSAT in an Appstack? Would it work if to thinapp RSAT first?
Thanks for your help again. At least I know the issue now.
As RSAT is Windows add on, i'm not sure if this will be supported in the future (Windows components or Windows add ons are not supported). However, you may try ThinApp. Some useful useful links for ThinApping RSAT:
Microsoft Windows Server 2003 Service Pack 2 Administration Tools Pack 2003 Service Pack 2
Microsoft Remote Server Administration Tools for windows 7 SP1 32bit
I was able to get this to work by creating the App Stack for the RSAT tools using a Windows 7 x64 machine and then making it available for Windows 10 x64 as well. Everything works fine.
My solution to get RSAT for Windows 10 working was to install RSAT on the base image but to then disable everything within "Windows Features".
Then within the AppStack install RSAT and leave the features enabled. When the AppStack gets applied it essentially enables RSAT. Been doing this since day one and never had a problem with it.
I was able to get this to work by creating the App Stack for the RSAT tools using a Windows 7 x64 machine and then making it available for Windows 10 x64 as well. Everything works fine.
We did the exact same thing but after an upgrade to 2.12 and W10 1703 (CB version) it rigged the start menu. So if you are going to upgrade to that version I would advise you to go for Hermanc01's option, we did this as well and that worked quite well.
Sorry to bump/necro an older thread, but figured this would be the best place to ask:
Has anyone had any luck disabling/enabling the Windows Feature for RSAT on Win10 1709+? It looks like it used to show up in Windows Features on 1703 but now that we moved on to 1709 (and 1803 eventually) that the RSAT tools no longer show in the enable/disable Features box. Thus leaving the only option for admins to have RSAT tools would be to build it into the template/golden image and then just not worry about normal users trying to use something that they have no reason to use (or capability/power).
I ran into the same issue and created a "workaround" since Microsoft decided to change this.
If you're like me and worry about a user navigating to the application and launching it from system32 (or wherever it resides), then you can blacklist the following:
Glad to see we're thinking alike, had the same plan (delete and recreate shortcuts as part of the stack).
Thanks for your help!
So I realize this is going to be dumb question potentially but how do you "blacklist" those items listed??
DEM has the ability to block applications but we also use PowerBroker for Windows for privilege management. Though I'm sure there's other applications that can do the same.