Bugzilla – Bug 9501
Unattended installs difficult with present windows installer.
Last modified: 2009-07-31 10:29:55 UTC
Using the command line args /SP- /VERYSILENT /SUPPRESSMSGBOXES /LOG /NOCANCEL (See http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html) ..with the windows installer ought to result in an unattended SC install or update. However, currently the installer will still throw up messageboxes halting the install, e.g. the "We were not able to connect to SqueezeNetwork.com on port 3483" message. If a truly unattended install or update is a desirable goal for the windows installer, these messagebox popups should be made to honor the /SUPPRESSMSGBOXES args.
According to the docs this should be as simple as s/MsgBox/SuppressibleMsgBox/g - will give it a try.
change 23193 - please give it a try. And please note that this won't give you any feedback at all, whether the installation fails or not.
Thanks, Michael. I'll test it as soon as it makes it into a nightly exe. As far as the installer giving no feedback, I assume the the installer will still return a non-zero exit code on failure...yes?
> I assume the the installer will still > return a non-zero exit code on failure...yes? If it did before, it still should. I only changed the dialog boxes.
This bug has been fixed in the 7.3.0 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC