nsis: fix removal of start menu directory

This commit is contained in:
Marc-André Lureau 2012-04-05 02:30:52 +02:00
parent d0de667ec2
commit 57f259fae6

View File

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