Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-25 Thread Blair
other > code running as the installing user I can guess it might be fine, but with > impersonation turned off you're running with the system account, and that > rarely has any network privileges. > >> > > > >> Phil Wilson > >> > >> -Origi

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-16 Thread Fabio Di Lorenzo
in these > situations is frequently a bad idea. > > > > Phil Wilson > > > > > > > > -Original Message- > > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > > Sent: Saturday, September 18, 2010 10:55 AM > > To: General discussion for Windows Ins

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-16 Thread Sanjay Rao
aturday, September 18, 2010 10:55 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] not able to access unc locations in deffered custom > actions > > > By other part of installer I mean immediate custom actions. > and if I do do not turn o

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-16 Thread Wilson, Phil
-Original Message- From: Sanjay Rao [mailto:s...@noida.interrasystems.com] Sent: Saturday, September 18, 2010 10:55 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] not able to access unc locations in deffered custom actions By other part of installe

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-16 Thread Sanjay Rao
al Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: Friday, September 17, 2010 1:45 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] not able to access unc locations in deffered custom > actions > > Hi, > > I have a deffered custom action( with Imper

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-15 Thread Christopher Painter
? E-Mail Me - Original Message From: Sanjay Rao To: wix-users@lists.sourceforge.net Sent: Fri, September 17, 2010 3:44:56 PM Subject: [WiX-users] not able to access unc locations in deffered custom actions Hi, I have a deffered custom action( with Impersonate=no) in my installer which

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-15 Thread Wilson, Phil
Original Message- From: Sanjay Rao [mailto:s...@noida.interrasystems.com] Sent: Friday, September 17, 2010 1:45 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] not able to access unc locations in deffered custom actions Hi, I have a deffered custom action( with Impersonate=no) in

[WiX-users] not able to access unc locations in deffered custom actions

2010-09-15 Thread Sanjay Rao
Hi, I have a deffered custom action( with Impersonate=no) in my installer which copies a file from local location to unc location(network path). I am not able to access this unc location in this custom action while I am able to access same unc location in other part of the installer. Regards,