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 .
ak...@gmail.com] Sent: Monday, March 29, 2010 10:27 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Get Current User's Credentials in custom action Hi, I have a managed C# custom action which access a webservice hosted on a machine over a network. Now in this managed custom

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
9 March 2010 15:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Get Current User's Credentials in custom action Hi, I have a managed C# custom action which access a webservice hosted on a machine over a network. Now in this managed custom action i am getting unauthorized access error be

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

2010-03-29 Thread Sagar1111
Hi, I have a managed C# custom action which access a webservice hosted on a machine over a network. Now in this managed custom action i am getting unauthorized access error because anonymous access is disabled on iis of that machine. What i want is to pass the current users credentials to this c