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
- :
- Help for a Knowledge base article?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 03, 2008
02:04 PM
Help for a Knowledge base article?
The article is Q108690: INFO: Consuming A Merge Module Created Cith Microsoft Visual Studio .NET 2003 Or 2005. The symptoms match my problem exactly. I have 3 merge modules I was given to include. When they install, I get a error 1001.
The article says in part:
Error 1001.InstallUtilLib.dll: Unknown error in CorBindToRuntimeHost (0x80131700).
This error occurs because some additional steps must be taken to configure the project to support this type of Merge Module. Follow these steps to ensure a successful installation:
Select the Direct Editor view.
Select the InstallShield table in the center column.
Create a new row in this table.
In the Property column, enter the value: _ISSupportedRuntimes.
In the Value column, enter a semicolon-delimited list of versions. Example: 1.1.4322;1.0.3705 or 2.0.50727
In Windows Explorer, create a blank file named "_isconfig.xml". See _isconfig.xml file for an example.
Select the Support Files/Billboards view.
Insert this "_isconfig.xml" file in the Language Independent section of this view.
Select the Custom Actions view.
My question is: What are these versions? Some versions of Installer? I am installing only on Vista so my installer version would be 4.0. If these are versions of some other software, do I have to install that as well?
Thanks.
The article says in part:
Error 1001.InstallUtilLib.dll: Unknown error in CorBindToRuntimeHost (0x80131700).
This error occurs because some additional steps must be taken to configure the project to support this type of Merge Module. Follow these steps to ensure a successful installation:
Select the Direct Editor view.
Select the InstallShield table in the center column.
Create a new row in this table.
In the Property column, enter the value: _ISSupportedRuntimes.
In the Value column, enter a semicolon-delimited list of versions. Example: 1.1.4322;1.0.3705 or 2.0.50727
In Windows Explorer, create a blank file named "_isconfig.xml". See _isconfig.xml file for an example.
Select the Support Files/Billboards view.
Insert this "_isconfig.xml" file in the Language Independent section of this view.
Select the Custom Actions view.
My question is: What are these versions? Some versions of Installer? I am installing only on Vista so my installer version would be 4.0. If these are versions of some other software, do I have to install that as well?
Thanks.
(1) Reply
Feb 04, 2008
07:18 AM
Those appear to be .NET version numbers; you can see them (for example) as subfolders of C:\windows\Microsoft.NET\Framework (with "v" prepended to the version number).