From 66562be37082a30308a7b3b1ce2a4fa2510840bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 23 Jan 2007 01:41:45 +0000 Subject: [PATCH] Installer: Aiksaurus again git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16816 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/LyXWinInstaller/Uninstall.nsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/development/Win32/packaging/LyXWinInstaller/Uninstall.nsh b/development/Win32/packaging/LyXWinInstaller/Uninstall.nsh index 405ea2c075..4ed58a111b 100644 --- a/development/Win32/packaging/LyXWinInstaller/Uninstall.nsh +++ b/development/Win32/packaging/LyXWinInstaller/Uninstall.nsh @@ -42,9 +42,8 @@ Section "un.LyX" un.SecUnProgramFiles ReadRegStr $0 HKLM "Software\Aiksaurus" "OnlyWithLyX" ; special entry to test if it was installed with LyX ${if} $0 == "Yes" ; unregister Aiksaurus - ReadRegStr $1 HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" "AIK_DATA_DIR" + ReadRegStr $1 HKLM "Software\Aiksaurus" "Data Path" RMDir /r "$1" - DeleteRegValue HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" "AIK_DATA_DIR" DeleteRegKey HKLM "SOFTWARE\Aiksaurus" ${endif}