Hi!

How to set  REINSTALL the feature using MsiSetFeatureState in CustomAction ?

UINT MsiSetFeatureState( __in MSIHANDLE hInstall, __in LPCTSTR szFeature, __in 
INSTALLSTATE iState );


iState [in]:
 Specifies the state to set. this parameter can be one of the following values.

INSTALLSTATE_ABSENT,
INSTALLSTATE_LOCAL,
INSTALLSTATE_SOURCE
INSTALLSTATE_ADVERTISED

I can't found reinstall state. 




------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to