1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-06 17:45:17 +00:00

Installer: Aiksaurus again

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16816 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-01-23 01:41:45 +00:00
parent d0f5f9f4a7
commit 66562be370

View File

@ -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}