diff --git a/Setup/Components/Application.xslt b/Setup/Components/Application.xslt
new file mode 100644
index 00000000..415e819b
--- /dev/null
+++ b/Setup/Components/Application.xslt
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+ MainExecutable
+
+
+
+
\ No newline at end of file
diff --git a/Setup/Product.wxs b/Setup/Product.wxs
index 75fa99cd..371b871a 100644
--- a/Setup/Product.wxs
+++ b/Setup/Product.wxs
@@ -1,6 +1,7 @@
-
+
diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj
index 3dc273bb..959df31c 100644
--- a/Setup/Setup.wixproj
+++ b/Setup/Setup.wixproj
@@ -61,6 +61,7 @@
+
@@ -70,11 +71,10 @@
- "$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.Runtime\bin\$(PlatformName)\$(ConfigurationName)" -nologo -gg -g1 -srd -cg ApplicationComponents -dr ApplicationDirectory -sfrag -var var.SafeExamBrowser.Runtime.TargetDir -out $(ProjectDir)Components\Application.wxs
+ "$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.Runtime\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -srd -cg ApplicationComponents -dr ApplicationDirectory -sfrag -var var.SafeExamBrowser.Runtime.TargetDir -out $(ProjectDir)Components\Application.wxs -t $(ProjectDir)Components\Application.xslt
- cd $(SolutionDir)
-git checkout -- Setup/Components/Application.wxs
+ git -C $(SolutionDir) checkout -- Setup/Components/Application.wxs