问题
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)
回答1:
Running in to the same scenario, I reverted to a Windows 7 virtual machine to run the extract process.
来源:https://stackoverflow.com/questions/17865128/how-can-i-extract-net-3-5-on-a-windows-8-pc-for-building-a-setup-package