I don't know how much this is related to your problem, but mapped drive letters are difficult for a number of reasons. They are not system wide because they belong to the user profile. There's also the issue that the system account usually has limited access (or none) to the network. To make it even worse, impersonation does not load the user's profile, the stuff that includes the mapped drives. So if the code runs without impersonation the system account can't get to the network. If you run impersonated you may not see the H: drive and by default won't be elevated.
The general advice in these cases is to use the actual share name to avoid the mapped drive letter issues, but access is going to be an issue, that's probably where you need to look. --------------- Phil Wilson On Fri, Dec 5, 2014 at 9:16 AM, Rob Mensching <r...@firegiant.com> wrote: > It's about Windows Installer functionality not WiX functionality. > > _____________________________________________________________ > Short replies here. Complete answers over there: http://www.firegiant.com/ > > > -----Original Message----- > From: Samir [mailto:samir.elyahia...@hiq.se] > Sent: Friday, December 5, 2014 3:15 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Cant get util:RemoveFolderEx to work on network drive > > Thanks for the reply Namrata Kumari. > > What I'm guessing that you are saying, is that removing files on the network > is not supported by WIX. Since I'm able to delete one of the two folders on > the network drive. > > Regards Samir > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users