[WiX-users] UNC path can't modify a file

2014-11-26 Thread Marco Tognacci
I need to modify an xml file located uding UNC path on the network. I tried XmlFile but it report an error failed to open the file. IS there any way For doing this? I could use a custom action but I have the same problem accessing the file. I need to map the UNC path to a local folder? How to do

Re: [WiX-users] UNC path can't modify a file

2014-11-26 Thread Phil Wilson
If this is a deferred CA in a per machine install the code will be running with the system account which usually has not network access privileges. What does mapping to a local folder mean? --- Phil Wilson On Wed, Nov 26, 2014 at 9:16 AM, Marco Tognacci mark...@live.it wrote: I

Re: [WiX-users] UNC path can't modify a file

2014-11-26 Thread Marco Tognacci
extern uint WNetCancelConnection2(string lpName, uint dwFlags, bool bForce); Date: Wed, 26 Nov 2014 12:05:50 -0800 From: phildgwil...@gmail.com To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] UNC path can't modify a file If this is a deferred CA in a per machine install