Revision: 6938 Author: [email protected] Date: Mon Nov 16 17:08:41 2009 Log: Updating IE installer to use HKCU and major.minor.patch.build syntax.
Patch by: jlabanca Review by: cramsdale http://code.google.com/p/google-web-toolkit/source/detail?r=6938 Modified: /trunk/plugins/ie/installer/installer.wxs.xml /trunk/plugins/ie/prebuilt/gwt-dev-plugin.msi ======================================= --- /trunk/plugins/ie/installer/installer.wxs.xml Mon Nov 16 08:23:46 2009 +++ /trunk/plugins/ie/installer/installer.wxs.xml Mon Nov 16 17:08:41 2009 @@ -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 ======================================= --- /trunk/plugins/ie/prebuilt/gwt-dev-plugin.msi Mon Nov 16 08:23:46 2009 +++ /trunk/plugins/ie/prebuilt/gwt-dev-plugin.msi Mon Nov 16 17:08:41 2009 Binary file, no diff available. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
