startisback

Open full view…

winget, silent args

asheroto
Wed, 06 Sep 2023 07:39:33 GMT

Hello! Looks like the [winget package is out of date](https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/StartIsBack/StartAllBack). I was going to push an update but then I tried running `/silent` and it still popped up with this, I already have it installed. Is there is a different parameter now for silent installation? [StartAllBackCfg_CF3mvXkdSU](//muut.com/u/startisback/s1/:startisback:x93v:startallbackcfg_cf3mvxkdsu.png.jpg)

asheroto
Fri, 08 Sep 2023 19:50:45 GMT

This is after doing an upgrade. StartAllBack is already installed.

Eyevou
Sat, 09 Sep 2023 02:31:00 GMT

Normally silent installations are either /silent or /S. (capitalization is important) If that doesn't work you could try uninstalling the previous version. =\

asheroto
Thu, 14 Sep 2023 21:17:27 GMT

Yeah /silent works but the program pops up with that message. So there's a glitch in the way the program is installed silently and because of that, winget or Chocolatey will never work when upgrading :-/

Eyevou
Sat, 16 Sep 2023 03:28:15 GMT

It's not respecting the affix which means it couldn't be installed at runtime either (with ntlite, ect.). Hopefully Admin gets some time to look into it and is able to give us an update.

asheroto
Fri, 29 Sep 2023 07:07:06 GMT

I heard back from the developer via email. The issue was that to install for all users you must use the /elevated parameter. So "/silent /elevated" is the trick.

Eyevou
Fri, 29 Sep 2023 18:47:18 GMT

Thanks for the update! It is weird that you'd need elevated privilege to install as silent, I figured that would be implicit, but okay.