.NET Framework 3.5 setup result of 9010?

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
|
*************************************************
 
E

Eric Smith

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top