New installer in 6.12 breaks silent installs

Get help for specific problems
Posts: 2
Joined: 3 Dec 2014

kelderek

I have always pushed out FreeFileSync with a simple /S for silent installation, but it appears the installer has changed as that no longer works. It seems that you are using Inno setup so I have tried /SP- /verysilent /norestart but that fails as well. I have also created an inf with the /saveinf parameter and loaded it with the /loadinf parameter. When I log the installation I get the message "Failed to proceed to next wizard page; aborting" which I think is due to being unable to accept the EULA. Is there way to accept the EULA either with a command line parameter or in the settings.inf file?
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

Thanks! There has been a problem with the new Inno Setup installer. It's been fixed and I've just updated the release. "/silent" should work as expected now.
Posts: 141
Joined: 10 Sep 2009

srjones67

This has probably been asked before but does the /silent option not install the other optional software?
Posts: 141
Joined: 10 Sep 2009

srjones67

Found my answer here: viewtopic.php?t=673&p=2508#p2508

Still stands true?
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

Yes, there has been no change in behavior.
Posts: 2
Joined: 3 Dec 2014

kelderek

Thanks, that fixed it for me!