Re: [WiX-users] QuietExec in CA

2011-07-25 Thread Anand, Animesh
Thank you so much Maksim!!! That fixed it. Thanks, Animesh -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Monday, July 25, 2011 3:41 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] QuietExec in CA The problem in your code is

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread maksim.vazhenin
aller XML toolset. Subject: Re: [WiX-users] QuietExec in CA Thanks a lot Maksim for your help. This really helps. Thank You, Animesh Anand -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Monday, July 25, 2011 3:23 PM To: wix-users@lists.sourceforg

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread Anand, Animesh
Thanks a lot Maksim for your help. This really helps. Thank You, Animesh Anand -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Monday, July 25, 2011 3:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] QuietExec in CA Instead of

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread maksim.vazhenin
."); hr = QuietExec(pwzCommand, 6); ExitOnFailure(hr, "QuietExec Failed"); -Maksim -Original Message- From: Anand, Animesh [mailto:animesh.an...@igatepatni.com] Sent: Monday, July 25, 2011 1:26 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-us

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread Anand, Animesh
se logging as suggested by Maksim,But that did not help too. :-( -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent: Monday, July 25, 2011 2:48 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] QuietExec in CA Are you passing "

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread David Watson
t. Subject: Re: [WiX-users] QuietExec in CA Thank a lot Maksim. I'll do this. -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Monday, July 25, 2011 2:10 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] QuietExec in CA Error code 8

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread Anand, Animesh
Thank a lot Maksim. I'll do this. -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Monday, July 25, 2011 2:10 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] QuietExec in CA Error code 80070002 means "The system cannot fin

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread maksim.vazhenin
From: Anand, Animesh [mailto:animesh.an...@igatepatni.com] Sent: Monday, July 25, 2011 12:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] QuietExec in CA Hi Maksim, Thank You for your response. The verbose logging gave me the error I mentioned in the mail

Re: [WiX-users] QuietExec in CA

2011-07-25 Thread Anand, Animesh
mc.com] Sent: Monday, July 25, 2011 12:19 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] QuietExec in CA 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 t

Re: [WiX-users] QuietExec in CA

2011-07-24 Thread maksim.vazhenin
nt: Monday, July 25, 2011 9:47 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] QuietExec in CA 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

Re: [WiX-users] QuietExec in CA

2011-07-24 Thread Anand, Animesh
: Re: [WiX-users] QuietExec in CA Hi, I have been wanting to use QuietExec in a C++ CA.Want I am doing is using QuietExec as QuietExec(cmdINeedToUse,1000).Where cmdINeedToUse is "\"C:\\windows\\system32\\calc.exe\"" for example.The return i got from the call is some -ve value(-2

Re: [WiX-users] QuietExec in CA

2011-07-22 Thread animesh_an
Hi, I have been wanting to use QuietExec in a C++ CA.Want I am doing is using QuietExec as QuietExec(cmdINeedToUse,1000).Where cmdINeedToUse is "\"C:\\windows\\system32\\calc.exe\"" for example.The return i got from the call is some -ve value(-213456 something).The Calculator application does not l

Re: [WiX-users] QuietExec in CA

2010-07-27 Thread James Kessler
ay, July 27, 2010 3:28 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] QuietExec in CA > > Using WiX build 3.0.5419.0 and whatever wcautil.lib is included with that > package. > > > On Tue, Jul 27, 2010 at 11:45 AM, Blair wrote: &

Re: [WiX-users] QuietExec in CA

2010-07-27 Thread Blair
: James Kessler [mailto:kessl...@gmail.com] Sent: Tuesday, July 27, 2010 3:28 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] QuietExec in CA Using WiX build 3.0.5419.0 and whatever wcautil.lib is included with that package. On Tue, Jul 27, 2010 at 11:45 A

Re: [WiX-users] QuietExec in CA

2010-07-27 Thread James Kessler
.com] > Sent: Tuesday, July 27, 2010 7:47 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] QuietExec in CA > > I mean the QuietExec() function which is part of wcautil.lib. If I create a > new C++ custom action with > > hr = Quiet

Re: [WiX-users] QuietExec in CA

2010-07-27 Thread Blair
Which build of WiX are you using? Which wcautil lib are you linking with? -Original Message- From: James Kessler [mailto:kessl...@gmail.com] Sent: Tuesday, July 27, 2010 7:47 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] QuietExec in CA I mean the

Re: [WiX-users] QuietExec in CA

2010-07-27 Thread James Kessler
I mean the QuietExec() function which is part of wcautil.lib. If I create a new C++ custom action with hr = QuietExec(pwzCommand, dwTimeout); The compiler returns "unresolved external symbol _QuietExec". QuietExec is defined in wcautil.h and I'm successfully using other functions in the wcautil

Re: [WiX-users] QuietExec in CA

2010-07-26 Thread Elfe Xu
Do you mean QtExec ? http://wix.sourceforge.net/manual-wix3/qtexec.htm http://wix.sourceforge.net/manual-wix3/qtexec.htm In order to use QtExec, you must include a reference to the WixUtilExtension when building your MSI. To do this, add the command line argument -ext WixUtilExtension.dll when

[WiX-users] QuietExec in CA

2010-07-26 Thread James Kessler
Hi, I'm getting the following build error when I try and use QuietExec in a C++ custom action: "error LNK2001: unresolved external symbol _QuietExec" I'm using WiX 3.0, dutil.lib and wcautil.lib are included my linker input. What am I missing? Thanks, James --