Excel-DNA / WiXInstaller

Template project for a WiX-based installer for an Excel-DNA add-in
MIT License
50 stars 32 forks source link

Fix an issue of not updating the OPEN key counters, after Addin is Removed / Uninstalled. #17

Closed GarnikA closed 4 years ago

GarnikA commented 5 years ago

Fix an issue of not updating the OPEN key counters, after Addin is Removed. In this implementation, after removing the desired Key, we are collecting all the others, then deleting them. So in next loop at line 203, will insert them back, with correct OPEN key counters and preserving the original order. Feel free to enhance it further...

augustoproiete commented 5 years ago

Thanks for the PR @GarnikA!


Relates to #16

govert commented 4 years ago

Great, thanks @GarnikA Closes #16