From 40cc2702b7ff79d8b6e0b46e21b318b8165d391a Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 16 Dec 2015 11:19:50 +0100 Subject: [PATCH] Update README.md Added remark that WiX 4.x will not work as the build file references the WiX v3.x folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f512442bf..75a7484d7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This solution shows how you can build a library of PowerShell commands that act - SharePoint 2013 on-premises ### Prerequisites ### -In order to build the setup project the WiX toolset needs to be installed. You can obtain this from http://wix.codeplex.com. If you use Visual Studio 2015 you will need at least WiX 3.10, which can be downloaded from here: http://wixtoolset.org/releases/ +In order to build the setup project the WiX toolset needs to be installed. You can obtain this from http://wix.codeplex.com. If you use Visual Studio 2015 you will need at least WiX 3.10, but do not install WiX v4.x, which can be downloaded from here: http://wixtoolset.org/releases/ In order to generate the Cmdlet help you need Windows Management Framework v4.0 which you can download from http://www.microsoft.com/en-us/download/details.aspx?id=40855