Re: [WiX-users] writing to console from smoke.exe using custom action

2009-12-25 Thread Blair
27;General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] writing to console from smoke.exe using custom action I already tried below solution but is not writing to console, I think MsiProcessMessage works only if the custom action is run through msiexec or if the CA is imm

Re: [WiX-users] writing to console from smoke.exe using custom action

2009-12-22 Thread nagaram.c
el 4 Company We synchronize business, technology and people -Original Message- From: Blair [mailto:os...@live.com] Sent: Tuesday, December 22, 2009 7:35 AM To: nagara...@symphony.cc; 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] writing t

Re: [WiX-users] writing to console from smoke.exe using custom action

2009-12-22 Thread Blair
You need to use MsiProcessMessage with the INSTALLMESSAGE_USER type. See http://msdn.microsoft.com/library/aa369205.aspx for details. -Original Message- From: nagaram.c [mailto:nagara...@symphony.cc] Sent: Tuesday, December 22, 2009 5:13 AM To: wix-users@lists.sourceforge.net Subject: [Wi