Closed spekdrum closed 5 years ago
sparkle:installerArguments goes within the "enclosure". So:
<enclosure url="http://localhost:8090/updates/setup.exe" sparkle:version="1.0.1" sparkle:installerArguments="/SILENT" length="0" type="application/octet-stream" />
It worked, thanks!!
I've configured an enclosure to download a setup app made with InnoSetup. When I manually run this setup with the argument "/SILENT" it behaves as expected (in silent mode). But it doesn't work when it's downloaded and executed through Winsparkle.
This is my appcast file:
`<?xml version="1.0" encoding="UTF-8"?>