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

Custom Action launch conditions


3 replies to this topic

kellyrussell1

kellyrussell1
  • Members
  • 2 posts

Posted 18 February 2004 - 00:40

what is the syntax if i have

Feature1
Feature2


and a CustomAction1 that I only want to run if Feature2 is installed? And a CustomAction2 that I only want to run if Feature2 in uninstalled?


Thx

kellyrussell1

kellyrussell1
  • Members
  • 2 posts

Posted 18 February 2004 - 01:02

(&Feature2=3) AND NOT (!Feature2=3)


thinking this works.

Kelly Russell

Kelly Russell
  • Members
  • 72 posts

Posted 18 February 2004 - 01:17

(!Feature2=3)


on uninstall.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 February 2004 - 09:56

Uninstall would be:
&Feature2=2
(Action state of Feature2 = absent)