mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-30 10:03:47 +00:00
nsis: fix removal of start menu directory
This commit is contained in:
parent
d0de667ec2
commit
57f259fae6
@ -198,7 +198,7 @@ SectionEnd
|
||||
Section "Uninstall"
|
||||
Delete /rebootok "$SMPROGRAMS\VirtViewer\Uninstall.lnk"
|
||||
Delete /rebootok "$SMPROGRAMS\VirtViewer\Remote Viewer.lnk"
|
||||
RMDir "$SMPROGRAMS\virt-viewer"
|
||||
RMDir "$SMPROGRAMS\VirtViewer"
|
||||
|
||||
DeleteRegKey HKCU "Software\spice-space.org\spicex\client"
|
||||
DeleteRegKey /ifempty HKCU "Software\spice-space.org\spicex"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user