Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to install SQL Server 2012 Developer on my machine which already has SQL Server 2008 R2 Express with Windows 7.

I used Microsoft Secure Download Manager for downloading installer and it automatically convert installer file to ISO file. I am using WinRAR to unzip the ISO file and running setup on installation I got below error message:

Unable to open Windows Installer file 'C:\SQLSErverInstaller\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi'.

Windows Installer error message: The system cannot open the device or file specified.

Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.

On clicking retry I couldn't do installation but it failed.

Looking into directory I could find sql_engine_core_inst file. Clicking it I was not able to run it and got message

This installation package couldn't be opened. Contact the application vender to verify that this is a valid windows package.

I tried to download installer many times but every time got same error, please help me.

thanks

share|improve this question

1 Answer

Go to Security section of the General tab by right-clicking and selecting Properties of the setup file and select "Unblock"

share|improve this answer
Quantum Elf, Under security there is no Unblock option. Please guide. – haansi Jul 30 '12 at 15:34
@haansi - Right-click your .msi file and on the General tab (first tab that opens), there is a Security field at the bottom with an "Unblock" button. It should be there... – Quantum Elf Jul 30 '12 at 15:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.