microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.68k stars 4.52k forks source link

[Package Request]: opsiclientd update #156984

Open Aristereon opened 4 months ago

Aristereon commented 4 months ago

How can we help?

I would like someone else to build the manifest.

Please read and ensure the following

Please provide the following information

Download Page Url: https://tools.43.opsi.org/stable/ Publisher: opsi Package Name: opsi-client-agent.msi Description: Opsi Client for Software Deployment Package Version: latest 29-May-2024 03:44 Installer URL: https://tools.43.opsi.org/stable/opsi-client-agent.msi

vikingnope commented 4 months ago

Unable to do due to it being an interactive MSI installer.

image

Aristereon commented 4 months ago

msiexec /i opsi-client-agent.msi INSTALL_PARAMS="--non-interactive --service-address=https://opsiserver.domain.tld:4447 --service-username=msi --service-password=secret"

grafik

Dragon1573 commented 4 months ago

It seems there're 3 important parameters required for the installation. 😕

Does --service-address, --service-username and --service-password vaious between different users? Or all users can share a group of pre-configured parameters? Can I run exactly the same command provided by the documentation for silent installation?

Aristereon commented 4 months ago

The --service-address, --service-username and --service-password is individual for each company. However, the same configuration is used on every computer in our company for the client installation. I do not know whether other companies use different access data.

Dragon1573 commented 4 months ago

The --service-address, --service-username and --service-password is individual for each company. However, the same configuration is used on every computer in our company for the client installation.

In your case, I recommend using your company's own source, by either winget.pro or WinGetty.

If you intend to add this package to this public repository, you HAVE TO share that sensitive information with us. That might be harm to your company.

Aristereon commented 4 months ago

Thanks yor the Links and the quick support. Have a nice day.