This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Can't create or load Installshield projects in Visual Studio
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Mar 28, 2012
04:08 AM
Can't create or load Installshield projects in Visual Studio
I get the following error message in Visual Studio when I try to use Installshield 2012 files:
somename..ism' cannot be opened because its project type (.ism) is not supported by ths version of the application.
To open it, please use a version that supports this type project .
The Visual Studio log shows:
[FONT="Courier New"]
LoadLibrary failed for package [InstallShield 2012 Package]
{AE39794B-B2C0-4242-B922-A14BD0BD41C1}
e06d7363
C:\Program Files (x86)\InstallShield\2012\System\IsDevPkg.dll [/FONT]
I've tried devenv.exe /resetskippkgs and tsconfig.exe /registervsip.
I've tried repairing the IS 2012 Premier installation and the VS 2010 installation, but to no avail. Has anyone else seen this?
somename..ism' cannot be opened because its project type (.ism) is not supported by ths version of the application.
To open it, please use a version that supports this type project .
The Visual Studio log shows:
[FONT="Courier New"]
e06d7363
I've tried devenv.exe /resetskippkgs and tsconfig.exe /registervsip.
I've tried repairing the IS 2012 Premier installation and the VS 2010 installation, but to no avail. Has anyone else seen this?
(3) Replies
‎Mar 28, 2012
11:07 AM
Are you using Visual Studio 2010? I can add InstallShield projects by right-clicking the solution node in VS2010, Add / Existing Project / navigate to the project. I can add *.ism or *.issuite projects that way. You don't need the Enterprise version of VS2010, the cheaper Professional version will work. But I don't know if earlier versions (Visual Studio 2008, 2005, 2003) can do this.