Jump to content

Recommended Posts

Posted (edited)

Hullo. So, bought this a week or two ago and I just cannot wrap my head around how anti user the whole deployment of the damn this is. Unless I'm really missing a trick. Apparently we have to package up the MSI with 3 other files and deploy via AD. I'm trying to do this via SCCM, with a package, and all the files they tell me I need.

 

Yet we're stuck on a trial licence because I've not deployed it properly? Why would the client need configuration files anyway, sure you'd just point it to the server and it configures itself?

 

Has anyone successfully deployed this using SCCM that could hold my hand as it's winding me up no end.

Edited by yjgygyufgvfghfh
Posted

No we just use the Deploy Tool then add in our IP ranges and push it out that way. You must select a configuration file, we have two config files one for teachers one for pupils.

 

Yes it is poorly laid out and a bit backward in terms of usability.

Posted

I have ours deployed via SCCM. There are two applications I have deployed "Agent" then also "Agent and Console" (for those who want access to the console to write and send messages).

 

Files in the source folders

Config.dat

NetSupport Notify.msi

NSN.ini

NSN.lic

Note 1: Config.dat should contain the server gateway key

Note 2: NSN.LIC is your license from NetSupport

 

SCCM installation command: msiexec /i "NetSupport Notify.msi" /q /norestart

SCCM uninstall command: msiexec /x {15E5AAF5-953E-4F4C-827D-F47076744C59} /q /norestart

Detection method: Windows installer product code detection: {15E5AAF5-953E-4F4C-827D-F47076744C59}

 

The only difference between the source files is in NSN.ini, specifically this line:

Console=0

 

For Agent only, you want to set that as 0

For Agent and Console, you want to set that as 1

 

Because they both use NSN.ini, that's why I have separate deployments for the agent and also the agent+console.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...