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

2014-11-26 Thread Marco Tognacci
wil...@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 the code will be > running with the system account which usually has not network access > privil

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 wrote: > I need to modify a

[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