diff --git a/Artemis/Artemis.Installer/Artemis.Installer.wixproj b/Artemis/Artemis.Installer/Artemis.Installer.wixproj
index 6fa1503e3..4ecebec55 100644
--- a/Artemis/Artemis.Installer/Artemis.Installer.wixproj
+++ b/Artemis/Artemis.Installer/Artemis.Installer.wixproj
@@ -18,6 +18,7 @@
bin\$(Configuration)\
obj\$(Configuration)\
-arch x64
+ False
HarvestPath=..\Artemis\bin\Release
@@ -59,6 +60,12 @@
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/Artemis/Artemis/Artemis.csproj b/Artemis/Artemis/Artemis.csproj
index f0b7b3416..df418eb0a 100644
--- a/Artemis/Artemis/Artemis.csproj
+++ b/Artemis/Artemis/Artemis.csproj
@@ -288,7 +288,7 @@
-
+
@@ -1093,6 +1093,14 @@
+
+ if $(ConfigurationName) == Release (
+ attrib +r Artemis.pdb
+ del *.pdb
+ attrib -r Artemis.pdb
+ echo Access denied is intended, see post build event
+)
+
-
+