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

2010-09-25 Thread Blair
[WiX-users] not able to access unc locations in deffered custom actions >From UNC to PC: Its possible -> During immediate, trigger a custom acitons which copies the files to the local temp folder of the installing user. then, in the deferred sequence, copy that folder to the right locati

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
By other part of installer I mean immediate custom actions. and if I do do not turn off impersonate, then custom action is not able to copy files into c:\BatonBackup on windows 2008 etc. On 15-09-2010 14:02, Wilson, Phil wrote: > What is the "other part of the installer"? If it's in the UI or o

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

2010-09-15 Thread Christopher Painter
Your CA is running as System which will use different authentication credentials to try to access the network then those that you are logged in with.   Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E

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

2010-09-15 Thread Wilson, Phil
What is the "other part of the installer"? If it's in the UI or 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 -Original Message-