Re: [WiX-users] How to Get Feature State In the Custom Action

2011-02-04 Thread Wilson, Phil
al Message- From: akihiro.shib...@jp.yokogawa.com [mailto:akihiro.shib...@jp.yokogawa.com] Sent: Thursday, February 03, 2011 8:18 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to Get Feature State In the Custom Action I am trying MsiGetFeatureState is called after MsiDoActi

Re: [WiX-users] How to Get Feature State In the Custom Action

2011-02-03 Thread Akihiro.Shibuta
... ); Is the problem in this method? > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Friday, February 04, 2011 1:50 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] How to Get Feature State In th

Re: [WiX-users] How to Get Feature State In the Custom Action

2011-02-03 Thread Rob Mensching
The Feature state isn't set before CostInitialize. On Thu, Feb 3, 2011 at 3:48 AM, wrote: > Hi! > > I want use MsiGetFeatureState in CustomAction, and the CustomAction is > scheduled before "CostInitialize". > > > in Wix: > DllEntry="SetPropertyByFeatureState" BinaryKey="XDLL" /> > > > >

[WiX-users] How to Get Feature State In the Custom Action

2011-02-03 Thread Akihiro.Shibuta
Hi! I want use MsiGetFeatureState in CustomAction, and the CustomAction is scheduled before "CostInitialize". in Wix: in C++ CustomAction: UINT _stdcall SetPropertyByFeatureState( MSIHANDLE hInstall ) { INSTALLSTAT