Hello,
is there a way to install, uninstall, update Seamly without interaction for automatic installation via script for all users?
I couldn’t find any parameters for the setup. Maybe i failed at searching, if so i would be great full if someone could point me in the right direction.
btw. if possible, is there a chance that Seamly find its way to the winget repository?
winget is the software package manager for y’all Windows users. Much like apt-get for Debian based Linux distributions (eg: Ubuntu).
As far as silent installation goes, I know that Douglas is trying to figure out how to get the installer to stop bothering people about stuff that’s already been taken care of.
The Linux AppImage is generally silent, so I’m confident that there aren’t/needn’t be legal reasons to keep it loud.
In particular why the install wants to “fix” the VC++ lib everytime it runs.
Do you mean to say periodically run a script to check if there are update(s), if so download and install? Like Windows does for updates?
Theoretically, yes that could be done IF we can fix the Check for Updates feature. Since the fork and move to Github this feature apparently does not work.
Do you mean to say periodically run a script to check if there are update(s), if so download and install? Like Windows does for updates?
No i mean just the first install on the machine.
I have to install Seamly on multiple Windows 11 Maschines and i’m just a really lazy guy and dont want to touch any machine seperatly
So since the installation under linux is done with “apt-get install seamly2d” it should be possible to do the same under windows.
Normaly there are parameters to pass to the setup.exe or if its an .msi file you can do something like "msiexec /i c:\path\to\package.msi /quiet /qn /norestart "