Changeset 17846
- Timestamp:
- 2008-11-13 10:01:22 (2 months ago)
- Files:
-
- release-kits/shared/uninstaller/Uninstaller.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/shared/uninstaller/Uninstaller.java
r17839 r17846 265 265 String smp = null; 266 266 try { 267 smp = getPropertyValue( " startmenu.path", gs2InstallProps );267 smp = getPropertyValue( "installed.startmenu.path", gs2InstallProps ); 268 268 } catch ( Exception e ) { 269 269 System.err.println( e.getMessage() ); … … 275 275 String smp = null; 276 276 try { 277 smp = getPropertyValue( " startmenu.path", gs3InstallProps );277 smp = getPropertyValue( "installed.startmenu.path", gs3InstallProps ); 278 278 } catch ( Exception e ) { 279 279 System.err.println( e.getMessage() );
