The instructions for including .Net 3.5 SP1 say to:
- At the command prompt, type:
dotNetFx35.exe /x:.
This will extract the Framework files to a folder named “WCU” in the current directory.
However, running this command on a Windows 8 box doesn't do anything, so how else can I extract the files for building a setup package (for use with the Visual Studio Setup and Deployment Projects)
Running in to the same scenario, I reverted to a Windows 7 virtual machine to run the extract process.