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
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:
Squirrel.Msi/src/Squirrel/Utility.cs
Line 738 in b46e87c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Squirrel.Msi/src/Squirrel/Utility.cs
Line 738 in b46e87c
The text was updated successfully, but these errors were encountered: