Re: [WiX-users] How to write to install log in InstallUISequence

2010-04-09 Thread Wilson, Phil
wa.com [akihiro.shib...@jp.yokogawa.com] Sent: Thursday, April 08, 2010 6:43 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to write to install log in InstallUISequence Hi all, I create a DLL Custom Action using C++, and It write log using WcaLog function. But I seem it doesn&

[WiX-users] How to write to install log in InstallUISequence

2010-04-08 Thread Akihiro.Shibuta
Hi all, I create a DLL Custom Action using C++, and It write log using WcaLog function. But I seem it doesn't work. This custom action is called, when the button is pushed as follows. 1 When I scheduled the custom action in InstallExecuteSequence, it does work right. Does it suppo