Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Adding custom condition to a prerequisty


2 replies to this topic

jazeelkm

jazeelkm
  • Full Members
  • 3 posts

Posted 17 November 2009 - 07:44

Hi,

I am a newbie to InstallShield. I am using Installshield 2010 Professional edition to create a Basic MSI setup project for my application.

In this project I want to include a redistributable msi, and I want to run this based on some custom condition.

ie, I want to check is there is any registry key exists with a specified registry value under a particular registry key. So I have to check each child nodes of that registry key.

Using InstallShield Prerequisite editor I can check a particular registry value, but there is no way to search all child nodes.

Is there is any way to implement this ?

Is it possible to execute custom action in prerequisite window?

Thanking you in advance
Jaz

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 17 November 2009 - 08:04

No, you can't use custom action in the prerequisite editor.
Maybe you could make it a feature dependent prerequisite, and select or un-select the (hidden) feature based on your search results.

jazeelkm

jazeelkm
  • Full Members
  • 3 posts

Posted 18 November 2009 - 13:12

Thanks...... smile.gif biggrin.gif