I would like to package an installation of the NetGenius Service through PDQ Deploy. I need to know the command line interface installation options to only install the service on remote computers.
Thanks!
SoftPerfect NetGenius
Installation via CLI
Started by Michael
Michael
Installation via CLI 18 May 2021, 11:31 |
Re: Installation via CLI 18 May 2021, 11:32 |
Admin Registered: 10 years ago Posts: 937 |
Michael
Re: Installation via CLI 25 May 2021, 12:48 |
Re: Installation via CLI 25 May 2021, 13:54 |
Admin Registered: 10 years ago Posts: 937 |
For unattended uninstall please use this command:
To prevent this message box from being displayed, please install over the latest build. In that latest build, you can use the /SUPPRESSMSGBOXES parameter like this:
C:\Program Files\NetGenius\unins000.exe /SILENT /NORESTARTNote that there will be a user prompt about removing settings and data.
To prevent this message box from being displayed, please install over the latest build. In that latest build, you can use the /SUPPRESSMSGBOXES parameter like this:
"C:\Program Files\NetGenius\unins000.exe" /SILENT /NORESTART /SUPPRESSMSGBOXESIn this case, the settings and data will be deleted.
Michael
Re: Installation via CLI 27 May 2021, 13:20 |
Hello,
I downloaded and installed the latest build of NetGenius, but when I use the /SUPPRESSMSGBOXES parameter, I get this message from Windows 10 User Account Control:
I downloaded and installed the latest build of NetGenius, but when I use the /SUPPRESSMSGBOXES parameter, I get this message from Windows 10 User Account Control:
Can we stop this box from appearing for the end users?QuoteDo you want to allow this app from an unknown publisher to make changes to your device?
unins000.exe
Re: Installation via CLI 27 May 2021, 13:28 |
Admin Registered: 10 years ago Posts: 937 |