Updating IE installer to use HKCU and major.minor.patch.build syntax.

Patch by: jlabanca
Review by: cramsdale

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6938 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/ie/installer/installer.wxs.xml b/plugins/ie/installer/installer.wxs.xml
index ecb8669..74ccdfe 100644
--- a/plugins/ie/installer/installer.wxs.xml
+++ b/plugins/ie/installer/installer.wxs.xml
@@ -4,7 +4,7 @@
 

   <!-- Variables. -->

   <?define appName = "Google Web Toolkit Developer Plugin for IE" ?>

-  <?define version = "0.9.0" ?>

+  <?define version = "0.9.0.0" ?>

   <?define upgradeCode = "9a5e649a-ec63-4c7d-99bf-75adb345e7e5" ?>

 

   <!--

@@ -44,7 +44,7 @@
       <UpgradeVersion

         OnlyDetect='no'

         Property='PREVIOUSFOUND'

-        Minimum='0.0.0'

+        Minimum='0.0.0.0'

         IncludeMinimum='yes'

         RemoveFeatures='all' />

     </Upgrade>

@@ -86,7 +86,7 @@
       Directory='INSTALLDIR'

       Guid='*'>

       <RegistryKey

-        Root='HKLM'

+        Root='HKCU'

         Action='createAndRemoveOnUninstall'

         Key='SOFTWARE\Google\Update\Clients\{$(var.upgradeCode)}'>

         <RegistryValue

diff --git a/plugins/ie/prebuilt/gwt-dev-plugin.msi b/plugins/ie/prebuilt/gwt-dev-plugin.msi
index cd5a2f1..c3cd425 100644
--- a/plugins/ie/prebuilt/gwt-dev-plugin.msi
+++ b/plugins/ie/prebuilt/gwt-dev-plugin.msi
Binary files differ