diff --git a/dist.sh b/dist.sh
index e6e48db5b..d53f30d95 100644
--- a/dist.sh
+++ b/dist.sh
@@ -22,6 +22,9 @@ mkdir -p dist/Release{32,64}
cp -R x64/Release/* dist/Release64/
cp -R Win32/Release/* dist/Release32/
+cp renderdoc/api/app/renderdoc_app.h dist/Release64/
+cp renderdoc/api/app/renderdoc_app.h dist/Release32/
+
cp renderdocui/3rdparty/ironpython/pythonlibs.zip dist/Release64/
cp renderdocui/3rdparty/ironpython/pythonlibs.zip dist/Release32/
diff --git a/installer/Installer32.wxs b/installer/Installer32.wxs
index cb3cdf41b..61dcf302c 100644
--- a/installer/Installer32.wxs
+++ b/installer/Installer32.wxs
@@ -79,6 +79,8 @@
+
+
+
+