Deploy a custom RemotelyAnywhere configuration to all the Agents
Technical Note IRE1538Created 27-May-2003Applies To
Netwizard Professional 5.1
RemotelyAnywhere 4.80
Remote Control
Goal
Deploy a custom RemotelyAnywhere configuration to all the Agents
Fix
Configure all the options of RemotelyAnywhere as desired on one agent first as follow:
From this agent, export the custom configuration with the command:
RemotelyAnywhere.exe createinifile [-inifile FILENAME]
With the Package Editor, create a distribution that will:
- stop the RemotelyAnywhere service on the target agent.
- copy and export the ini file generated previously.
- start the RemotelyAnywhere service to activate the configuration changes.
The script would then look like this:
WinExec (with "suspend processing" option) %[WinSysDir]\NWIZARD\RCONTR32\TUPES\RemotelyAnywhere stop
WinExec (with "suspend processing" option) %[WinSysDir]\NWIZARD\RCONTR32\TUPES\RemotelyAnywhere.exe loadinifile -computer %[WinComputerName] -inifile <SharedSource>\RA_Exported_Config.ini
WinExec %[WinSysDir]\NWIZARD\RCONTR32\TUPES\RemotelyAnywhere start
See also: Remotely Anywhere Manual, page 132 (of RemotelyAnywhere.pdf) for steps to be taken when using SSL certificates.