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
- :
- How to search a component by its ID?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 20, 2012
08:08 PM
How to search a component by its ID?
Hi,
In VS2008 setups I could find a component by its ID. VS2008 provided this functionality through the Launch Conditions menu. I could check if Excel 2007 was installed by using its ID, which is {0638C49D-BB8B-4CD1-B191-052E8F325736}.
How can I do this with InstallShield Limited Edition?
Cheers,
Carlos Mallen
In VS2008 setups I could find a component by its ID. VS2008 provided this functionality through the Launch Conditions menu. I could check if Excel 2007 was installed by using its ID, which is {0638C49D-BB8B-4CD1-B191-052E8F325736}.
How can I do this with InstallShield Limited Edition?
Cheers,
Carlos Mallen
(1) Reply
Feb 20, 2012
10:22 PM
If InstallShield 2011LE doesn't expose the CompLocator component you can always create a merge module that does and then merge it into the installer. I have a series of blog articles that demonstrate the concept:
http://blog.iswix.com/2011/01/augmenting-installshield-using-windows_19.html
In this case CompLocator is so simple that you could just use ORCA to create the MSM as it's only 2 tables. ( AppSerch and CompLocator )
http://blog.iswix.com/2011/01/augmenting-installshield-using-windows_19.html
In this case CompLocator is so simple that you could just use ORCA to create the MSM as it's only 2 tables. ( AppSerch and CompLocator )