I've been using VS2012 with InstallShield2014LE
on our existing projects.We finally purchased the installed 2014 premier and when I open/load an existing solution that has a 2014LE setup project alongside the main project, I get the following error, when I add a 2014 Basic MSI project:
The system cannot open the device or file specified. (Exception from HRESULT: 0x8007006e)
I can create the project using the standalone InstallShield app.
Even I can create new solutions in Visual Studio 2012 and then add the basic msi to the it. That works just perfectly, but when I try to load the .ISM file in VS2012 or add a basic msi, I get the above error.
Any ideas?
Yuo have to manually re-enable integration between InstallShield and Visual Studio.
The problem, perhaps, derived from previous installation of InstallShield LE. New instalation of purchased InstallShield has not registered correctly the required dll... so... you have to do it manually:
Now... everything should work.
User contributions licensed under CC BY-SA 3.0