extern "C" UINT __stdcall BoxUpdate(MSIHANDLE hInstall)
{
TCHAR szPath[500], szStr[1000], szBoxAddresses[1000], szBox[NI_MAXHOST];
DWORD dwLen;
if (MsiGetMode(hInstall, MSIRUNMODE_SCHEDULED) == FALSE)
{
MsiSetProperty(hInstall, L"CustomActionData", L"/Installing=1");
...
} else
{
UINT iResult = MsiGetProperty(hInstall, L"CustomActionData", szPath,
&(dwLen = 500));
...
}
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Executing-CA-after-InstallFiles-tp6076921p6080085.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users