Re: [WiX-users] Get Current User's Credentials in custom action

2010-04-07 Thread dB .
ch 31, 2010 1:37 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Get Current User's Credentials in custom action The reason behind calling web-service from msi is that i need to install a file on the webserver rather than just calling copying it on target machine. And the webserver

Re: [WiX-users] Get Current User's Credentials in custom action

2010-04-07 Thread dB .
It sounds like your web service / server supports Negotiate, NTLM or Kerberos, ie. you can "just call the service" when you're logged in as some user. So now you're installing as that user and need to call the service. I think all you need is Impersonate="true" for your . --- http://wix.sourc

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-30 Thread Sagar1111
The reason behind calling web-service from msi is that i need to install a file on the webserver rather than just calling copying it on target machine. And the webserver exposes a web-service to do this. Sagar -- View this message in context: http://n2.nabble.com/Get-Current-User-s-Credentials

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-30 Thread Wilson, Phil
010 10:20 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Get Current User's Credentials in custom action Phil Wilson, i couldn't get your point. can you explain it in detail. Thanks Sagar Kavitake -- View this message in context: http://n2.nabble.com/Get-Current-User-s

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-29 Thread Sagar1111
Phil Wilson, i couldn't get your point. can you explain it in detail. Thanks Sagar Kavitake -- View this message in context: http://n2.nabble.com/Get-Current-User-s-Credentials-in-custom-action-tp4818201p4822819.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-29 Thread Wilson, Phil
wsIdentity. Phil Wilson -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Monday, March 29, 2010 8:24 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Get Current User's Credentials in custom action For username you cou

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-29 Thread Pally Sandher
For username you could try passing the USERNAME or LogonUser property to your custom action (http://msdn.microsoft.com/en-us/library/aa372385.aspx & http://msdn.microsoft.com/en-us/library/aa369780.aspx). That may also give you the domain but as the MSDN pages don't tell you what the format of thos