Unexpected shutdown during .NET 4.0 installation
-
Monday, May 14, 2012 1:22 PMHi All,
I would like to deploy .NET Framework 4.0 via SCCM with a task sequence and I have a problem
The installation reboots even I'm trying to deploy with the command line below ;
dotNetFx40_Full_x86_x64.exe /q /norestart
What could be the issue ?
All Replies
-
Wednesday, May 16, 2012 5:36 AMModerator
Hi IT pro,
Welcome to the MSDN forum.
I'm trying to reproduce your issue but I need more infor.
Please refer to this page http://msdn.microsoft.com/en-us/library/ee390831
First I need to check your OS version for prerequisites, please show me it.(It was described here http://msdn.microsoft.com/en-us/library/ee390831#prerequisites)
Then for the command line you described here, please look at this link http://msdn.microsoft.com/en-us/library/ee390831#command_lineoptions
You will see these If you use this option, the chaining application has to capture the return code and handle rebooting, which was described here (see Creating a Program with Setup and Installation Parameters).
If you make no application to capture the return code and handle rebooting, I'm afraid this command will not work "normal".
If we need to know the reason, we can open the logs to analyse, so please look at this page
http://msdn.microsoft.com/en-us/library/ee390831#troubleshooting
Finding out the specific log and try to search out the error.
If you have any updates, please feel free to let me know.
Best regards,
Barry Wang [MSFT]
MSDN Community Support | Feedback to us
- Proposed As Answer by Forrest GuoModerator Tuesday, May 22, 2012 8:19 AM
- Marked As Answer by Barry WangMicrosoft Contingent Staff, Moderator Tuesday, May 29, 2012 5:18 AM

