Re: [WiX-users] QuietExec in CA

2011-07-24 Thread maksim.vazhenin
Try to set "LOGVERBOSE=1" property to see the verbose logging of QuietExec. Try to print the full path of the executed binary before calling QuietExec, probably the path is incorrect. -Maksim -Original Message- From: Anand, Animesh [mailto:animesh.an...@igatepatni.com] Sent: Monday, Ju

Re: [WiX-users] QuietExec in CA

2011-07-24 Thread Anand, Animesh
Hi, I am passing the exe I need to execute in quotes, with its complete path. In the msi log I see: CallQEx: Initialized. CallQEx: Error 0x80070002: Command failed to execute. Action ended 10:07:13: CallQEx. Return value 1. Where CallQEx is the C++ CA from where I call QuietExec. Has anyone of u