Index: /trunk/eraser6/Installer/Bootstrapper/Bootstrapper.vcproj
===================================================================
--- /trunk/eraser6/Installer/Bootstrapper/Bootstrapper.vcproj	(revision 1922)
+++ /trunk/eraser6/Installer/Bootstrapper/Bootstrapper.vcproj	(revision 1923)
@@ -66,5 +66,4 @@
 				OutputFile="$(OutDir)\Bootstrapper.exe"
 				LinkIncremental="2"
-				EnableUAC="false"
 				GenerateDebugInformation="true"
 				SubSystem="2"
@@ -143,5 +142,4 @@
 				OutputFile="$(OutDir)\Bootstrapper.exe"
 				LinkIncremental="1"
-				EnableUAC="false"
 				GenerateDebugInformation="true"
 				SubSystem="2"
Index: /trunk/eraser6/Installer/Bootstrapper/Bootstrapper.manifest
===================================================================
--- /trunk/eraser6/Installer/Bootstrapper/Bootstrapper.manifest	(revision 1922)
+++ /trunk/eraser6/Installer/Bootstrapper/Bootstrapper.manifest	(revision 1923)
@@ -4,7 +4,12 @@
 		<security>
 			<requestedPrivileges>
-				<requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel>
+				<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
 			</requestedPrivileges>
 		</security>
 	</trustInfo>
+	<dependency>
+		<dependentAssembly>
+			<assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*" />
+		</dependentAssembly>
+	</dependency>
 </assembly>
