Index: trunk/eraser6/Installer/DirectoryStructure.wxs
===================================================================
--- trunk/eraser6/Installer/DirectoryStructure.wxs	(revision 1162)
+++ trunk/eraser6/Installer/DirectoryStructure.wxs	(revision 1163)
@@ -51,4 +51,8 @@
 							Name="Eraser" Icon="Eraser.exe" IconIndex="0" />
 					</File>
+					<RegistryValue Action="write" Id="EraserExeAppPath" Root="HKLM"
+						Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Eraser.exe"
+						Type="string" Value="[!EraserExe]" />
+
 					<File Id="BevelLine" Name="BevelLine.dll" Source="..\bin\Release\BevelLine.dll"
 						ProcessorArchitecture="msil" />
@@ -69,4 +73,8 @@
 					<?endif?>
 
+					<!-- Documentation -->
+					<File Id="EraserDocumentation" Name="Eraser Documentation.pdf"
+						Source="..\Documentation\Documentation.pdf" />
+					
 					<!-- Start Eraser when Windows starts -->
 					<RegistryValue Id="EraserStartup" Root="HKLM"
