Is it possible to push out the .msi package via the console rather than login scripts or other push-out software?
• 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
- Does Vector-Images.com provide licensing arrangements where it is possible to include the clipart in software package for distribution?
- If customer already has and uses business software package from others, is it possible to use expansion module from Businessoft?
- Is it possible to start Xfce when I login on the console?