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

AutoUpdating is disabled all of the time #3

Open
SharpDevSa opened this issue Apr 23, 2021 · 0 comments
Open

AutoUpdating is disabled all of the time #3

SharpDevSa opened this issue Apr 23, 2021 · 0 comments

Comments

@SharpDevSa
Copy link

Accordingly to the issue electron-userland/electron-wix-msi#106

MSQ executable file does not respect the selected installation type (perUser or perMachine).

AutoUpdate is disabled and does not work despite if "AutoUpdate" is set to 1 in the HKEY_CURRENT_USER/software/{Manufactorer name}.

Expected behavior:

MSQ.exe takes AutoUpdate parameter value from HKEY_LOCAL_MACHINE either HKEY_CURRENT_USER based on the installation type.

I guess the problem is here:

var hive = RegistryHive.LocalMachine;

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

No branches or pull requests

1 participant