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
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
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
.");
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
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 "
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
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
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
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
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
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
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
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:
&
: 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
.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
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
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
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
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
--
19 matches
Mail list logo