Skip to content
New issue

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

Windows GUI: Installer improvements #963

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

cjee21
Copy link
Collaborator

@cjee21 cjee21 commented Nov 16, 2024

  • Use ExecWait for regsvr32 on install to avoid race conditions in case MediaInfo_Extensions_Install writes to same registry.
  • Use ExecWait for regsvr32 on uninstall instead of waiting 3000 enabling uninstall to complete faster in most cases.
  • Use UnInstallLib DLL to delete MediaInfo_InfoTip.dll on uninstall like with other DLLs to ensure it is cleanly removed after restart if it is still in use by Explorer.

@JeromeMartinez JeromeMartinez merged commit 74f9e54 into MediaArea:master Nov 16, 2024
3 checks passed
@cjee21 cjee21 deleted the installer branch November 16, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants