Re: [WiX-users] run BAT files hiddenly

2009-09-07 Thread Yan Sklyarenko
http://wix.sourceforge.net/manual-wix3/qtexec.htm -- Yan -Original Message- From: Polazhenko Sergey [mailto:s_polazhe...@tut.by] Sent: Monday, September 07, 2009 4:31 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] run BAT files hiddenly

[WiX-users] run BAT files hiddenly

2009-09-07 Thread Polazhenko Sergey
Good day, Wix users. I'm using different CustomActions in which I'm running different *.bat files. All of them generates black windows during installations. I think, I can resolve my problem by writing c++ custom action dll in which I will call all these *.bat files with ShellExecute with SW_HIDE