Archive

Archive for August, 2010

Creating autorun disks specifically for Windows x64 systems

Was just burning (with Windows7 included image burner) some backup ISO images of Windows Vista x64 final (MVPs who had submitted bugs on Microsoft Connect during Vista beta test cycle were getting both x86 and x64 final Ultimate versions for free). After reinserting the disk I noticed it was trying to run sperr32.exe instead of setup.exe.
 
Looking at autorun.inf it was obvious that the reason was the x86 version of Windows7 (expired RC in fact) I had on that Intel EMT64 (AMD x64 compatible) machine. Vista x64 autorun.inf had special section that would launch setup.exe (for in place WindowsXP to Vista upgrade I guess) on a x64 OS and sperr32.exe with param x64 passed to it.
 
The sperr32.exe executable seems to check the OS architecture and if it’s not same as the param passed to it (assume valid params are x86, x64 and maybe IA64 too for Itanium) just show the message "Your computer cannot run this version of the Operating System" at an "always on top" (to not go by accident to the background without the user noticing) modal dialog box. Passing invalid params there like x65 etc. just does nothing.
[AutoRun.Amd64]
open=setup.exe
icon=setup.exe,0
 
[AutoRun]
open=sources\sperr32.exe x64
icon=sources\sperr32.exe,0
Categories: Uncategorized Tags:

Free Visual Studio 2010 Ultimate with MSDN subscription

I have a spare Visual Studio 2010 Ultimate with MSDN subscription (development & test only) from Microsoft to give away. So if you’re on Twitter just follow @zoomicon and @visualstudio and send the following message on Twitter for a chance to get the subscription code:

Can win a Visual Studio 2010 Ultimate with MSDN subscription (dev & test only): Follow @zoomicon and @visualstudio and retweet this

Update: Awarded to Colleen M Cole (http://twitter.com/talkingcolleen). Congrats Colleen!

Categories: Uncategorized Tags:
Follow

Get every new post delivered to your Inbox.

Join 915 other followers

%d bloggers like this: