]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/installer/setup/uninstall.nsh
Win installer: 2 bugfixes
[features.git] / development / Win32 / packaging / installer / setup / uninstall.nsh
index 1bef3f080d34f17fc4b06cae7cfbb161632af05d..3a4777fa66d5705296b57a1ac0688f451e876a2a 100644 (file)
@@ -114,6 +114,8 @@ Section /o "un.$(UnLyXPreferencesTitle)" un.SecUnPreferences
  # remove LyX's config files
  StrCpy $AppSubfolder ${APP_DIR_USERDATA}
  Call un.DelAppPathSub # function from LyXUtils.nsh
+ # remove registry settings
+ DeleteRegKey HKCU "Software\LyX\LyX${APP_SERIES_NAME}"
   
 SectionEnd