.NET Framework 3.5 setup result of 9010?

  • Thread starter Thread starter Eric Smith
  • Start date Start date
E

Eric Smith

We're using dotNetFx35setup.exe with the /norestart option in our installer.
A tester reports that they saw a reboot dialog show up (which our installer
doesn't do) and the final return value from the exe was logged as 9010.

1. Why would there be a reboot dialog if /norestart is specified?
2. 9010 doesn't seem to be documented in the deployment guide at
http://msdn2.microsoft.com/en-us/library/cc160716.aspx. What does it mean?

Thanks,
Eric
 
9010 is a pending reboot. The reason it is there is this machine has another
setup on it that requires a reboot. I am not sure what that is; it may not
even be related to the install of your product or the framework.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 
Thanks, I'll add a case for that to our installer. Is 9010 a general result
such that the deployment guide didn't need to mention it? Is there
documentation elsewhere about others I should handle?
 
Back
Top