Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/MumbleInstall.wixproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/MumbleInstall.wixproj b/installer/MumbleInstall.wixproj
index cf497014b..50813436d 100644
--- a/installer/MumbleInstall.wixproj
+++ b/installer/MumbleInstall.wixproj
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
+ <WixToolPath>$(MUMBLE_PREFIX)\wix\</WixToolPath>
+ <WixTargetsPath>$(WixToolPath)Wix.targets</WixTargetsPath>
+ <WixTasksPath>$(WixToolPath)wixtasks.dll</WixTasksPath>
+ </PropertyGroup>
+ <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.5</ProductVersion>