[commit] r1659 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Nov 4 09:02:26 CDT 2011


Author: ksmyth
Date: Fri Nov  4 09:02:26 2011
New Revision: 1659

Log:
Dont remove User GME registry

Modified:
   trunk/Install/GME.wxs

Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs	Fri Nov  4 09:02:10 2011	(r1658)
+++ trunk/Install/GME.wxs	Fri Nov  4 09:02:26 2011	(r1659)
@@ -318,9 +318,6 @@
               </ProgId>
               <Environment Id="GME_ROOT" Action="set" System="yes" Name="GME_ROOT" Value="[INSTALLDIR]" />
                 <RemoveFolder Id='RemoveShortcutFolder' On='uninstall' Directory='ShortcutFolder'/>
-                <!-- This is a bit awkward but might helps the user. We clear the (current) user registry from previous entries.
-                     Not compliant with ICE checks (user registry access from systemwide component). -->
-                <RemoveRegistryKey  Id='RemoveUserGMERegistry' Action='removeOnInstall' Root='HKCU' Key='Software\GME' />
             </Component>
             
         </DirectoryRef>


More information about the gme-commit mailing list