Thanks for all your suggestions. Unfortunately none of these worked for me :(

I tried running the custom action deferred, impersonate='no' -> no success

Also tried running it as immediate: no success either.

(InstallPrivileges="elevated" in both attempts)

I am beginning to wonder whether the problem arises because the CA is managed. 
Those of you, who mentioned that you have working CAs in place, are yours 
managed or native? I really don't see any other reason, why these settings work 
for you, but don't work for me.

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Freitag, 27. März 2009 18:13
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] http namespace reservation in WIX

Marcus Gelderie wrote:
> A colleague just told me he had similar problems when working with 
> certificates within a custom action. Same pattern: code needs admin 
> privileges, works fine when run in an elevated console app but won't work in 
> a custom action.
>

That means that the custom action isn't authored correctly: It must be
both deferred and no-impersonate. Otherwise it runs with user privileges.

--
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to