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
- :
- Install one component before another in Installscript project
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
‎Apr 09, 2010
03:54 PM
Install one component before another in Installscript project
Hello:
I have an InstallScript project which has one feature that has three components A, B and C. I would like to make sure that component C always being installed FIRST.
However, I cannot seem to find how to do this. In the SepUp Design, all the components are arranged alphabetically and I cannot move them around.
I have no previous experience with InstallShield. I did some search on the web. The only thing that came up is one discussion about arranging components in Product tree. However, I cannot seem to find Product Tree in either InstallShield 2009 and 2010.
Could someone please tell me how I can control the installing order of the components within a feature?
Do I need to use Installscript + MSI to do this?
Thank you very much,
I have an InstallScript project which has one feature that has three components A, B and C. I would like to make sure that component C always being installed FIRST.
However, I cannot seem to find how to do this. In the SepUp Design, all the components are arranged alphabetically and I cannot move them around.
I have no previous experience with InstallShield. I did some search on the web. The only thing that came up is one discussion about arranging components in Product tree. However, I cannot seem to find Product Tree in either InstallShield 2009 and 2010.
Could someone please tell me how I can control the installing order of the components within a feature?
Do I need to use Installscript + MSI to do this?
Thank you very much,
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 18, 2010
01:13 AM
Hi user i am Thomas tell me something more about your posts....
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 18, 2010
09:34 AM
You could make sub-features inside the main feature and link a component to each one. Features can be placed in any order you want.