diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj
index 474cabf3..fb944138 100644
--- a/Setup/Setup.wixproj
+++ b/Setup/Setup.wixproj
@@ -101,14 +101,6 @@
-
- signtool sign /sm /tr http://timestamp.digicert.com /td sha256 /fd sha256 $(TargetPath)
-
-git -C $(SolutionDir) checkout -- Setup/Components/Application.wxs
-git -C $(SolutionDir) checkout -- Setup/Components/Configuration.wxs
-git -C $(SolutionDir) checkout -- Setup/Components/Reset.wxs
-git -C $(SolutionDir) checkout -- Setup/Components/Service.wxs
-
setlocal enabledelayedexpansion
set binaries=
@@ -124,6 +116,12 @@ signtool sign /sm /tr http://timestamp.digicert.com /td sha256 /fd sha256 %25bin
"$(WIX)bin\heat.exe" dir "$(SolutionDir)SebWindowsConfig\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -scom -srd -sreg -cg ConfigurationComponents -dr ConfigurationDirectory -sfrag -var var.SebWindowsConfig.TargetDir -out $(ProjectDir)Components\Configuration.wxs -t $(ProjectDir)Components\Configuration.xslt
"$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.ResetUtility\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -scom -srd -sreg -cg ResetComponents -dr ResetDirectory -sfrag -var var.SafeExamBrowser.ResetUtility.TargetDir -out $(ProjectDir)Components\Reset.wxs -t $(ProjectDir)Components\Reset.xslt
"$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.Service\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -scom -srd -sreg -cg ServiceComponents -dr ServiceDirectory -sfrag -var var.SafeExamBrowser.Service.TargetDir -out $(ProjectDir)Components\Service.wxs -t $(ProjectDir)Components\Service.xslt
+
+
+ git -C $(SolutionDir) checkout -- Setup/Components/Application.wxs
+git -C $(SolutionDir) checkout -- Setup/Components/Configuration.wxs
+git -C $(SolutionDir) checkout -- Setup/Components/Reset.wxs
+git -C $(SolutionDir) checkout -- Setup/Components/Service.wxs
+
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SetupBundle/SetupBundle.wixproj b/SetupBundle/SetupBundle.wixproj
index f0cc0d4e..7bf2d242 100644
--- a/SetupBundle/SetupBundle.wixproj
+++ b/SetupBundle/SetupBundle.wixproj
@@ -62,7 +62,7 @@
- signtool sign /sm /tr http://timestamp.digicert.com /td sha256 /fd sha256 $(TargetPath)
+
+
+ true
+
+
+
+
+
+
+
\ No newline at end of file