Hi all,

I have to register a com dll at the beginning of our installation.  We need to 
use the logic contained within the dll to inspect machines on the network 
during the install.  Therefore, it is not feasible to defer this custom action. 
 Is there any way to elevate the user's privileges right when they double click 
the MSI?

I've listed some sample code to show what we're doing.

Thanks in advance.

Peter

<Custom Action="RegisterComDll1" After="MigrateFeatureStates"></Custom>
<CustomAction Id=" RegisterComDll1"  Impersonate="no" Property="REGSVR" 
ExeCommand='/s "ComDll1.dll"' />



Peter Walke
Consultant | p 312.863.3970 | m 312.961.3734 | [EMAIL PROTECTED]<mailto:[EMAIL 
PROTECTED]>
Clarity Consulting Inc.<http://www.claritycon.com/> | 1 North Franklin, Suite 
3400, Chicago IL 60606

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to