We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further testing shows that original reservations associated with initial service install are not always being removed.
Could be an issue with code call from uninstall operation - perhaps DLL gets removed before call executes reservation removal?
The text was updated successfully, but these errors were encountered:
Removal occurs during install, right before adding new ones. https://github.com/GridProtectionAlliance/gsf/blob/fb778cb5c3720775d1329222ffbc24306fe6ca46/Source/Libraries/GSF.InstallerActions/CustomActions.cs#L527-L533
Sorry, something went wrong.
The issue is that it's missing the slash at the end of the URL. https://github.com/GridProtectionAlliance/gsf/blob/fb778cb5c3720775d1329222ffbc24306fe6ca46/Source/Libraries/GSF.InstallerActions/CustomActions.cs#L919
No branches or pull requests
Further testing shows that original reservations associated with initial service install are not always being removed.
Could be an issue with code call from uninstall operation - perhaps DLL gets removed before call executes reservation removal?
The text was updated successfully, but these errors were encountered: