rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
14.78k stars 1.05k forks source link

Silent install via command prompt #1419

Closed EnhancedJax closed 1 year ago

EnhancedJax commented 1 year ago

I am currently working on a project to allow users to import multiple themes of different aspects of the system easily, and I wanted to include Lively as the main animated wallpaper choice, hence it will be great to allow Lively to be installed silently (no UI during / after installation) via running the installer executable with a parameter!

rocksdanister commented 1 year ago

I am currently working on a project to allow users to import multiple themes of different aspects of the system easily

Oh.. I am curious, tell me more o_O

hence it will be great to allow Lively to be installed silently

https://jrsoftware.org/ishelp/index.php?topic=setupcmdline

/VERYSILENT should work, there will be UAC prompt for installing dependencies if missing unless /NODEPENDENCIES custom flag is specified.

EnhancedJax commented 1 year ago

Oh.. I am curious, tell me more o_O

Check out https://jaxcore.app/s-hub 👀

https://jrsoftware.org/ishelp/index.php?topic=setupcmdline /VERYSILENT should work, there will be UAC prompt for installing dependencies if missing unless /NODEPENDENCIES custom flag is specified.

Thank you! Exactly what I am looking for 😄

I'll close this as it's resolved 👍