diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index d4816fa69..d9c5d3883 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -28,7 +28,7 @@ cd windows
echo Creating msi...
candle -dVERSION=%VERSION% pandoc.wxs
if %errorlevel% neq 0 exit /b %errorlevel%
-light -sw1076 -ext WixUIExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj
+light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj
if %errorlevel% neq 0 exit /b %errorlevel%
echo Starting kSign: sign, then quit kSign to complete the build...
kSign
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 75c316772..3e94c46fe 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -34,6 +34,9 @@
ACTION="INSTALL" AND APPLICATIONFOLDER="" AND (ALLUSERS=1 OR (ALLUSERS=2 AND Privileged))
+
+
+
@@ -59,23 +62,7 @@
Source="..\.cabal-sandbox\bin\pandoc-citeproc.exe" />
-
-
-
-
-
-
-
-
-
-
-
+
@@ -116,7 +103,7 @@
-
+