Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it possible to push out the .msi package via the console rather than login scripts or other push-out software?

0

• Execute the install from each workstation (e.g. by placing SpySweeperSetup.msi and SpySweeperSetup.ini in a shared folder and requesting each end user double-click SpySweeperSetup.msi) • If you choose this option, users must have local administration authority on their systems • Execute the install from a logon script • If you want the install to be silent, use a “/q” switch in the line that executes SpySweeperSetup.msi • You can specify the server IP address and port in the command line instead of relying on the .ini file • The command line syntax is: SpySweeperSetup.msi SERVERIP=10.10.10.10 SERVERPORT=50000 • For a silent install: SpySweeperSetup.msi /q SERVERIP=10.10.10.10 SERVERPORT=50000 • You can also pass the client deployment setting (invisible, stay minimized, pop up) in the command line. The command line argument is RUN_CLIENT_AS=0 (pop up on scan) RUN_CLIENT_AS=1 (stay minimized) RUN_CLIENT_AS=2 (stay invisible). This setting should go after the “/q” switch if you are usin

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123