You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSI installer seems to use the parameter AUTOUPDATE to determine if autoupdates should be enabled, but passing AUTOUPDATE=0 as a parameter to the installer gets ignored and AUTOUPDATE is changed from 0 -> 1 during the install. It would be nice if the AUTOUPDATE=0 value passed on the command line at install time would be honored by the installer.
Similarly for the legacy installer both AUTOUPDATE=0 and LAUNCHEXCELADDIN=0 are not honored from the command line.
The text was updated successfully, but these errors were encountered:
Following up (finally) issue WorldWideTelescope#133. I'll write up a summary there.
Basically there is no good way to get a sensible user experience
becaue (1) checkboxes only work with properties being defined or
undefined and (2) the Visual Studio installer generation has a bug
that prevents checkbox properties from being controlled from the
command line. Subsequent commits will address the second issue.
It's taken a while but I think I have a fix for this issue! It ended up being a real mess -- gritty details in #194. The candidate fix should make it into the next beta release, which I want to put out soon so that I can test the auto-updating functionality more generally.
The MSI installer seems to use the parameter
AUTOUPDATE
to determine if autoupdates should be enabled, but passingAUTOUPDATE=0
as a parameter to the installer gets ignored andAUTOUPDATE
is changed from 0 -> 1 during the install. It would be nice if theAUTOUPDATE=0
value passed on the command line at install time would be honored by the installer.Similarly for the legacy installer both
AUTOUPDATE=0
andLAUNCHEXCELADDIN=0
are not honored from the command line.The text was updated successfully, but these errors were encountered: