Reviewers: cramsdale,

Description:
The IE plugin installer currently installs some files in the Program
Files directory, and it is generally not setup to run without elevation
to Administrator.


Fix:
====
This patch allows the installer to install for the current user without
elevation.  It does the following:
1. Installs in users app directory instead of Program Files.  This is
consistent with other Google software.
2. Specifically sets the elevation level to an empty string, which means
Administrator privileges are not required.
3. Adds required registry keys for each directory so they can be removed
on uninstall. This is required for per user installs.
4. The build file modifies some text in the generated oophm.wix.xml file
to be per user compatible.
5. We no longer add the extra "prebuilt" directory when installing.


Testing:
=======
Verified manually.

Please review this at http://gwt-code-reviews.appspot.com/106804

Affected files:
   plugins/ie/installer/build.xml
   plugins/ie/installer/installer.wxs.xml
   plugins/ie/prebuilt/gwt-dev-plugin.msi


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to