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

Can I Pass Feature States (&Feat1 or !Feat1) to .exe CA


1 reply to this topic

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 12 December 2013 - 00:44

I have a small widget that updates the Add Remove Programs display based on what features are installed. I pass in the [ProductCode] and tried passing in &Feature1 !Feature1 &Feature2 !Feature2, but all I get is the actual text there, not the numerical value.

If I use ADDLOCAL that will only show Features Added during a maintenance install and that won't due because features already installed aren't present there.

Any Help appreciated!



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 December 2013 - 21:07

You could use type 51 (set a property) custom action to set properties to the desired text and condition them with &Feature1 etc.