зеркало из https://github.com/nextcloud/desktop.git
APPLICATION_NAME may contain whitespace
Need some quotes to survive in makensis.
This commit is contained in:
Родитель
d9f6468310
Коммит
17126de5c7
|
@ -616,7 +616,7 @@ Section Uninstall
|
||||||
StrCmp $1 "" done
|
StrCmp $1 "" done
|
||||||
|
|
||||||
ReadRegStr $R0 HKCU "Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\$1" "ApplicationName"
|
ReadRegStr $R0 HKCU "Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\$1" "ApplicationName"
|
||||||
StrCmp $R0 ${APPLICATION_NAME} deleteClsid
|
StrCmp $R0 "${APPLICATION_NAME}" deleteClsid
|
||||||
; Increment the index when not deleting the enumerated key.
|
; Increment the index when not deleting the enumerated key.
|
||||||
IntOp $0 $0 + 1
|
IntOp $0 $0 + 1
|
||||||
goto loop
|
goto loop
|
||||||
|
|
Загрузка…
Ссылка в новой задаче