mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
installer: fix an uninstaller issue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40800 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c352917f31
commit
33a2a2eb7a
@ -65,6 +65,9 @@ Section "un.LyX" un.SecUnProgramFiles
|
|||||||
DeleteRegKey SHCTX "Software\Classes\${APP_REGNAME_DOC}"
|
DeleteRegKey SHCTX "Software\Classes\${APP_REGNAME_DOC}"
|
||||||
${endif}
|
${endif}
|
||||||
${endif}
|
${endif}
|
||||||
|
${if} $MultiUser.Privileges == "Admin"
|
||||||
|
DeleteRegKey HKCR "LyX.Document"
|
||||||
|
${endif}
|
||||||
|
|
||||||
# Uninstaller itself
|
# Uninstaller itself
|
||||||
Delete "$INSTDIR\${SETUP_UNINSTALLER}"
|
Delete "$INSTDIR\${SETUP_UNINSTALLER}"
|
||||||
|
Loading…
Reference in New Issue
Block a user