The tool STRCM created by SystemTools to push out VNC was a great when we were using VNC. We have since purchased a new remote control program called RAdmin because it has increased security and file transfers. It is available from http://www.radmin.com/default.html
My problem is that STRCM does not push other RC packages. I have found a way of pushing RAdmin, or if you like, any programs with little tweaks in the code.
Install steps:
1. Create a new folder under Hyena called RAdmin (C:\program files\hyena\radmin\).
2. Copy all files from your RAdmin install folder (C:\program files\radmin\) into this new folder.
3. Customize RAdmin then export the KEY_LOCAL_MACHINE\SOFTWARE\RAdmin REG key into this folder and name it as follows:
RASettings-Client.reg <-This is for client settings. (Ex. Local Admins Only, Ask user’s permission)
RASettings-Server.reg <-This is for server settings. (Ex. NT Authentication, don’t ask before controlling)
4. Download PSEXEC and PSSERVICE from:
http://www.sysinternals.com/ntw2k/fr.../pstools.shtml
and extract them into a new folder under Hyena called TOOLS.
5. Add a new tool in Hyena and give it the Command Line of:
"C:\Program Files\Hyena\RAdmin\RAInstall.bat" %E% %P1:1 - Client or 2 - Server%
When you run this tool on a computer in the list, it will ask you if it’s for a Client or Server and then apply the REG key, copy the RAdmin program to the user, and install it as a service.
Hope this helps everyone
My problem is that STRCM does not push other RC packages. I have found a way of pushing RAdmin, or if you like, any programs with little tweaks in the code.
Install steps:
1. Create a new folder under Hyena called RAdmin (C:\program files\hyena\radmin\).
2. Copy all files from your RAdmin install folder (C:\program files\radmin\) into this new folder.
3. Customize RAdmin then export the KEY_LOCAL_MACHINE\SOFTWARE\RAdmin REG key into this folder and name it as follows:
RASettings-Client.reg <-This is for client settings. (Ex. Local Admins Only, Ask user’s permission)
RASettings-Server.reg <-This is for server settings. (Ex. NT Authentication, don’t ask before controlling)
4. Download PSEXEC and PSSERVICE from:
http://www.sysinternals.com/ntw2k/fr.../pstools.shtml
and extract them into a new folder under Hyena called TOOLS.
5. Add a new tool in Hyena and give it the Command Line of:
"C:\Program Files\Hyena\RAdmin\RAInstall.bat" %E% %P1:1 - Client or 2 - Server%
When you run this tool on a computer in the list, it will ask you if it’s for a Client or Server and then apply the REG key, copy the RAdmin program to the user, and install it as a service.
Hope this helps everyone
Comment