I’m writing a deployment application that should install all required components before load main module. But I has an issue with dotnet 3.5 SP1 installation on Windows 7. Windows 7 incorporate the dotnet 3.5 SP1, but some times that component disabled by user/manufacturer/…
User can enable it from the Control Panel, but I can’t ask him to do that.
How can I enable it from my software, I should exclude a all manual configuration from the deployment process.
I’m writing a deployment application that should install all required components before load main
Share
I found a way by myself, through ocsetup.exe.
The final command is:
Update:
ocsetup is not available at Winodws 8+, you should use dism to achive the same result.
For Winodws 8+ you have to use the following command: