views:

3941

answers:

7

Hi

I am trying to install SQL Server 2008 Developer Edition x64 on a Windows Server 2008 VM. I run the installer for a standalone installation and this works fine for the setup support rules bit. That passes ok but then I get this error:

TITLE: SQL Server Setup failure.

SQL Server Setup has encountered the following error:

Invoke or BeginInvoke cannot be called on a control until the window handle has been created..


BUTTONS:

OK

How can I resolve this? I am getting 2008 R2 CTP but this is just a CTP. My download is from DreamSpark.

Thanks

A: 

I had the same problem once with installing the service pack. The only thing I could find was to retry the install again right after the failure. It took about five times, but it eventually worked. I think there's something odd about the installer on 64-bit Windows.

James Bailey
+1  A: 

I see MS has answered this. It's because the release of MSSSQL is newer than the SP is. They have a hotfix that apparently needs application. Oh joy!

http://support.microsoft.com/kb/975055

You then have to request the Hotfix, and wait for the link to be sent to you. They say 5 minutes, but we'll see.

Neal
+1  A: 

This isn't really a real solution, but it worked for me after the 5th attempt. Not sure if it makes a difference, but on the 5th attempt I minimized all other windows (so that SQL setup is the only window that has focus) since the issue appears to be UI related.

Update: After overcoming the 1st issue, I got another issue where the actual database engine component failed to install without reason. The solution was to restart and try again.

The x64 installer seems to be really buggy.

nbolton
A: 

Thanks Nick. That did the trick...

I just minimized all other window beside the installer and it went through.

I didn't install any fix.

I also think it's a UI related issues.

Thanks again.

John
A: 

closing all open windows worked for me. definitely a UI problem with 64 bit.

sgf
A: 

I had this same error a number of times trying to install SQL Express 2008 x64 on a 2008 R2 64-bit server (VMWare) and I finally got it working doing the following:

Start the installation and when it gets to the point where the security window pops up asking you if you authorize the installation to run, open the temp folder. C:{GUID} and copy that folder (contains setup.exe and supporting files) to your desktop.

Click "OK" on the security dialog and it will probably error.

Once the error dialog goes away just run the setup.exe from the temporary directory on your desktop and it works.

Hope this helps someone else.

~Matt Heidenreich

A: 

I had the same problem when i was installing on Window 7. The only thing I could find was to retry the install again right after the failure and it worked after some time.

JSG