From bae92c6c959c62c6deff491f3fbcac4473a43aab Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 9 Mar 2019 16:00:10 -0800 Subject: [PATCH] Allow the service access to its log folder --- mish/Product.wxs | 7 +++++-- mish/mish.wixproj | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mish/Product.wxs b/mish/Product.wxs index f19fcd0..586b705 100644 --- a/mish/Product.wxs +++ b/mish/Product.wxs @@ -1,6 +1,7 @@ + xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension" + xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> @@ -38,7 +39,9 @@ Scope="any" Name="Moonlight Internet Streaming Service"/> - + + + $(WixExtDir)\WixUIExtension.dll WixUIExtension + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension +