In ```geany-plugins.nsi``` I kept ```geanylatex``` and added ```latex```. So both DLL's should be removed on un-install. I hope the un-installer does not throw an error if a file to-be-deleted does not exist.
Yep, it's fine this way. NSIS handle deleting non-existing files gracefully which is what we want here.