RayCarrot / RayCarrot.RCP.Metro

Rayman Control Panel (4.0.0 and above)
https://raym.app/rcp
MIT License
106 stars 5 forks source link

Add silent install flags for installing RCP #18

Closed superusercode closed 1 year ago

superusercode commented 1 year ago

Would make it easier to add to the package managers like chocolatey and winget. The current chocolatey package operates by taking apart the installer exe (https://github.com/manuth/RaymanControlPanel-Choco/blob/main/rayman-controlpanel/tools/chocolateyInstall.ps1) where it would be easier to just have a silent flag that hides the prompts.

RayCarrot commented 1 year ago

Rayman Control Panel doesn't have an installer, so I'm not really sure what you mean. It's a single exe file you download and run. The only prompt you get when starting the first time is the license agreement and welcome window, but that's a part of the app itself.

superusercode commented 1 year ago

I was confused by that part, now I see. Thank you.