Page 1 of 1

Unattended Windows Install/Upgrade

Posted: Thursday 24 August 2017 15:14
by Richie1972
Hi,
I've written a powershell script to download the latest version and install it on my windows server.
Everything is working except one message box that pops up prompting that this is an upgrade.
I'm running domoticzsetup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES
No other manual intervention is requested, so it is frustrating that I can't get past this one.

Anyone got a way around this (I'd rather not mess around with AutoIT or anything else, as powershell is doing all the work)?

Richie

Re: Unattended Windows Install/Upgrade

Posted: Thursday 28 September 2017 9:14
by Richie1972
Hi,
Any update on this?
Just wondering if some means of suppressing this message box could be provided to facilitate a truly unattended install

Thanks,
Richie

Re: Unattended Windows Install/Upgrade

Posted: Friday 04 October 2019 16:50
by eurydice
Funny thing is, I did exactly the same. Unfortunatley it is not possible to suppres this message :(. A possible solution is to build your own installation and run that.