diff --git a/history.txt b/history.txt
index a88acadd8a..409869d97a 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,6 @@
+2011-08-06 kytv
+ * Fix #473 (wrapper.logfile set to the wrong path in Windows).
+
2011-07-31 zzz
* Crypto: Implement and then comment out an alternate
AES-256/CBC implementation using the JVM crypto libs,
diff --git a/installer/install.xml b/installer/install.xml
index 6ebe94ec3f..7381cc794c 100644
--- a/installer/install.xml
+++ b/installer/install.xml
@@ -191,6 +191,9 @@
-->
+
+
+
wrapper.new
+echo wrapper.logfile=%%temp%%\wrapper.log >> wrapper.new
+move wrapper.new wrapper.config
+
+:: As an added bonus, wrapper.config now has DOS line endings in Windows.