NSIS: Elevate uninstaller, too

Resolves #3546
This commit is contained in:
Daniel Molkentin 2015-08-04 12:37:54 +02:00
Родитель 514372db6b
Коммит 864bf33f10
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -789,6 +789,7 @@ Function un.onInit
Call un.SetLang Call un.SetLang
UAC_TryAgain: UAC_TryAgain:
!insertmacro UAC_RunElevated
${Switch} $0 ${Switch} $0
${Case} 0 ${Case} 0
${IfThen} $1 = 1 ${|} Quit ${|} ;we are the outer process, the inner process has done its work, we are done ${IfThen} $1 = 1 ${|} Quit ${|} ;we are the outer process, the inner process has done its work, we are done