Jeff Jones (HS) wrote:
> The operation I am doing should be run as the person that is doing the
> installation. How do I avoid the impersonation?
>
The default is to impersonate the user, so you only need
Impersonate="no" when you want the CA to run as LocalSystem.
--
sig://boB
http://bobs.
r the help
Jeff
From: Bob Arnson [EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 5:39 PM
To: Jeff Jones (HS)
Cc: Arnette, Bill; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] CustomAction not being called
Jeff Jones (HS) wrote:
> That doesn
Jeff Jones (HS) wrote:
> That doesn't seem to be the issue. 'dumpbin /EXPORTS WildcaddySetup.dll'
> shows:
>
Take a look at 'dumpbin /imports' -- the most common cause of CAs
failing to load is a missing dependency. CAs in the Binary tables are
extracted to a temporary directory so they don
ists.sourceforge.net
Subject: RE: [WiX-users] CustomAction not being called
Make sure that is the entry point of the DLL. An exported __stdcall function
is actually decorated to be [EMAIL PROTECTED] so try setting DllEntry to [EMAIL
PROTECTED] If that works, you can alias the export with the
@lists.sourceforge.net
Subject: [WiX-users] CustomAction not being called
I am trying to run a custom action. Right now that
custom action just returns ERROR_SUCCESS but every invocation fails
without even loading the dll.
Here is the log:
Action
I am trying to run a custom action. Right now that custom action just returns ERROR_SUCCESS but every invocation fails without even loading the dll.
Here is the log:
Action start 10:58:35: InstallCert.
MSI (s) (C4:14) [10:58:35:078]: Creating MSIHANDLE (1) of type 790542 for thread 2836
MSI
6 matches
Mail list logo