Revision: 6995 Author: [email protected] Date: Wed Nov 18 11:39:09 2009 Log: The IE plugin installer fails on Windows 7 machines because it tries to install for all users.
Patch by: jlabanca Review by: cramsdale http://code.google.com/p/google-web-toolkit/source/detail?r=6995 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 17:08:41 2009 +++ /trunk/plugins/ie/installer/installer.wxs.xml Wed Nov 18 11:39:09 2009 @@ -4,7 +4,7 @@ <!-- Variables. --> <?define appName = "Google Web Toolkit Developer Plugin for IE" ?> - <?define version = "0.9.0.0" ?> + <?define version = "0.9.1.0" ?> <?define upgradeCode = "9a5e649a-ec63-4c7d-99bf-75adb345e7e5" ?> <!-- @@ -38,6 +38,9 @@ <!-- Suppress reboot prompts. --> <Property Id='REBOOT'>ReallySuppress</Property> + <!-- Install for current user. --> + <Property Id="ALLUSERS" Value="0" /> + <!-- Remove old version completely when upgrading. --> <Upgrade Id='$(var.upgradeCode)'> ======================================= --- /trunk/plugins/ie/prebuilt/gwt-dev-plugin.msi Mon Nov 16 17:08:41 2009 +++ /trunk/plugins/ie/prebuilt/gwt-dev-plugin.msi Wed Nov 18 11:39:09 2009 Binary file, no diff available. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
