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

Feature action state


2 replies to this topic

Leigh Ravenhall

Leigh Ravenhall
  • Members
  • 269 posts

Posted 12 April 2001 - 01:06

In an installscript custom action, I check for the action state of a particular feature, then perform some operations based on the action state for the feature.  Does anyone see any problems with this:

MsiGetFeatureState(hMSI, "EasyDTS", intCurrentState, intActionState);
if (intActionState = 2) then
Installscript stuff;
endif;

I never enter the loop.  The value of intActionState has been 1393980, 1393860, 1300592, 1300472, not the 2 that it should be for uninstallation.

Any suggestions?


Leigh Ravenhall

Leigh Ravenhall
  • Members
  • 269 posts

Posted 12 April 2001 - 06:48

Sorry, my mistake with scheduling.