Not exactly LimeLM related, but anyway, maybe someone here has got the same problem:
Following the examples for integrating TurboActivate and LimeLM with installations created by InnoSetup: When uninstalling, you typically want to deactivate the license. This is done by loading the TurboActivate.dll. The DLL is unloaded afterwards by InnoSetup (otherwise it will not be able to uninstall the file). The problem is just that UnloadDLL does not do its job! The DLL is still loaded by the uninstall process, so it will not be removed. This results in the program folder being empty, just leaving TurboActivate.dll.
Not a big deal, but rather annoying! Anyone has any ideas?