Re: [WiX-users] A Problem with CustomAction

2008-12-03 Thread Romeo Salayo Jr.
ed to running from the command > line. > > Is WMI really necessary to do what you're doing? > > Phil Wilson > > -Original Message- > From: Mukesh Agrawal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2008 4:01 AM > To: 'General discussion

Re: [WiX-users] A Problem with CustomAction

2008-12-03 Thread Mukesh Agrawal
ecember 02, 2008 11:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] A Problem with CustomAction I suspect that WMI is unreliable in custom actions. WMI uses COM underneath, sometimes COM and local RPC (IIRC). You can't impersonate more than onc

Re: [WiX-users] A Problem with CustomAction

2008-12-02 Thread Wilson, Phil
Phil Wilson -Original Message- From: Mukesh Agrawal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 4:01 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] A Problem with CustomAction Caller of System.ManagementObject.Put() sho

Re: [WiX-users] A Problem with CustomAction

2008-12-02 Thread Mukesh Agrawal
Tuesday, December 02, 2008 4:55 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] A Problem with CustomAction I would like to add one more thing, custom action is running absolutely fine from command line. From: Mukesh Agrawal Sent: Tuesday, Decembe

Re: [WiX-users] A Problem with CustomAction

2008-12-02 Thread Mukesh Agrawal
I would like to add one more thing, custom action is running absolutely fine from command line. From: Mukesh Agrawal Sent: Tuesday, December 02, 2008 4:46 PM To: General discussion for Windows Installer XML toolset. Subject: A Problem with CustomAction Hi I have a custom action that uses WMI (

[WiX-users] A Problem with CustomAction

2008-12-02 Thread Mukesh Agrawal
Hi I have a custom action that uses WMI (System.management classes) and creates a management object. Everything is running fine until System.ManagementObject.Put() method for committing the changes to the management object is called. Even this is running fine when I debug through the code fro