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
- :
- Respond t the TheTraveler...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2009
04:51 PM
Merging a Merge Module in InstallScript Project
Is there a built in way to Merge a Merge Module in an InstallScript Project?
I need to associate my own Merge Module built using Visual Studios 2005 with a component and have it Merge when the feature that is associated with the component gets installed.
I've been doing some research but have found very little on the topic. Any direction is greatly appreciated. Keep in mind I'm a noobie...:confused:
Thanks.
I need to associate my own Merge Module built using Visual Studios 2005 with a component and have it Merge when the feature that is associated with the component gets installed.
I've been doing some research but have found very little on the topic. Any direction is greatly appreciated. Keep in mind I'm a noobie...:confused:
Thanks.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2009
01:05 AM
Yes. I have created installations using Install Shield Projects that utilize merge modules. You are also correct that there isn't a lot of information on this subject. What you do is drag and drop the merge module into a component. You can only drop one merge module per component. I usually create 1 component and name it the merge module that I'm installing.
Now this is how it works. Install Shield creates a wrapper of a windows installer and adds the merge module to it. Then runs during the copy phase of the installation.
I hope this helps. If you need more information, please let me know.
Now this is how it works. Install Shield creates a wrapper of a windows installer and adds the merge module to it. Then runs during the copy phase of the installation.
I hope this helps. If you need more information, please let me know.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2009
12:21 PM
TheTraveler wrote:
Yes. I have created installations using Install Shield Projects that utilize merge modules. You are also correct that there isn't a lot of information on this subject. What you do is drag and drop the merge module into a component. You can only drop one merge module per component. I usually create 1 component and name it the merge module that I'm installing.
Now this is how it works. Install Shield creates a wrapper of a windows installer and adds the merge module to it. Then runs during the copy phase of the installation.
I hope this helps. If you need more information, please let me know.
(Traveler) Thank you. However I tried this and all that was being done by InstallShield was copying the merge module into the target directory.
1. Is there a property I missed somewhere?
2. Does it matter which type of project you are doing it in (InstallScript, InstallScript MSI, MSI)?? I am working on a InstallScript project.
Thanks again in advance!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 17, 2009
03:37 PM
1) Go to the "Objects". This should list all the InstallShield Objects and Merge Modules.
2) There should be a list of Features listed below the list of objects.
3) Drag and Drop the Merge Module from the list of Objects to the feature below. This should automatically create a new object under the feature called, "New Merge Module Holder Object 1"
If you are using a third party object that is not normally comes with Install Shield, you need to copy that merge module into the folder where Install Shield can load it into the IDE.
Hope this helps.
2) There should be a list of Features listed below the list of objects.
3) Drag and Drop the Merge Module from the list of Objects to the feature below. This should automatically create a new object under the feature called, "New Merge Module Holder Object 1"
If you are using a third party object that is not normally comes with Install Shield, you need to copy that merge module into the folder where Install Shield can load it into the IDE.
Hope this helps.