LiteManager

News
05 January 2024
LiteManager 5.1 for Linux, Mac OS, Android with inbuilt LM Server and NOIP.
Control remotely your Linux and Mac, available remote screen and files modes. Android screen in view only mode.
Built-in NOIP for Linux.

05 August 2022
LiteManager update 5
NOIP authorization on LM Server. (NOIP as the central authorization server)
Managing LM Server settings on NOIP. (SSC NOIP)

21 October 2021
A new website design LiteManager.org
Litemanager — remote support software

31 May 2015
LiteManager remote access tools
Free remote access over the Internet with IP or ID connection. QuickSupport mode works without installation for Windows. Demonstration and online Presentation.

Manual installation

Viewer does not require any special installation. Сopy the files ROMViewer.exe and files with the lng extension to a separate folder on the necessary computer and the program is ready to be used. Likewise, Viewer does not have to be uninstalled, just delete the copied files. The program settings are stored in files config_3.xml and connections_3.4.xml in the default program data folder C:\ProgramData\LiteManager Files.

How to install Server manually.

The installation of Server can be split into two steps: installation and configuration.

Program installation

Create or choose a new folder and copy the files ROMServer.exe, ROMFUSClient.exe, HookDrv.dll, ROMwln.dll, AledensoftIpcServer.dll and files with the lng extension to it.
Copy the created folder to a local folder on the computer where you want to install the server.
Execute the ROMServer.exe /silentinstall command from the command line.
To integrate the server into the Windows XP/Vista firewall, execute ROMServer.exe /firewall from the command line.


Attention!

The command-line interpreter must be running under the administrator account.

Configuration

All server settings (port, network interface and so on) are stored in the system registry or in a Config.xml file that you can create manually in the folder with ROMServer.exe file. You can copy these settings from one computer to another.

Launch standard Registry Editor (c:\windows\regedit.exe).
Export a key HKEY_LOCAL_MACHINE\SYSTEM\LiteManager\v3.3\Server\Parameters into the some file, for example "settings.reg".
At the computer, where you need to install Server run regedit.exe /s path_to_file\settings.reg

Simple Cmd-script example for exists romserver's files:

ROMServer.exe /silentinstall

ROMServer.exe /firewall

ROMServer.exe /start

Cmd-script example:

net use x: \\server\d

mkdir "c:\windows\system32\romserver"

copy "x:\install\ROMServer\ROMServer.exe" "c:\windows\system32\romserver\ROMServer.exe"

copy "x:\install\ROMServer\ROMFUSClient.exe" "c:\windows\system32\romserver\ROMFUSClient.exe"

copy "x:\install\ROMServer\HookDrv.dll" "c:\windows\system32\romserver\HookDrv.dll"

copy "x:\install\ROMServer\AledensoftIpcServer.dll" "c:\windows\system32\romserver\AledensoftIpcServer.dll"

copy "x:\install\ROMServer\ROMwln.dll" "c:\windows\system32\romserver\ROMwln.dll"

copy "x:\install\ROMServer\English.lg" "c:\windows\system32\romserver\English.lg"

c:\windows\system32\romserver\ROMServer.exe /silentinstall

c:\windows\system32\romserver\ROMServer.exe /firewall

regedit.exe /s z:\install\settings.reg

net use z: /delete

Start server

c:\windows\system32\romserver\ROMServer.exe /start

Cmd-script example for msi package:
Uninstalling
msiexec /x "LiteManager Pro - Server.msi"

Installing
msiexec /i "LiteManager Pro - Server.msi" /qn

Uninstallation

Stop Server by executing ROMServer.exe with /stop parameter.
Run ROMServer.exe with /silentuninstall parameter to uninstall the system service.
Restart the computer.
Delete Server's files.

ROMServer.exe /silentuninstall

Or use this script

LM Server
msiexec /x {71FFA475-24D5-44FB-A51F-39B699E3D82C} /qn

LM Viewer
msiexec /x {5686E484-7136-4674-A4B2-508C7B26DCA4} /qn

Execute parameters of ROMServer.exe:

/silentinstall – install system service.
/silentuninstall – uninstall system service.
/firewall – integrate with system firewall of Windows XP/Vista/7.
/start – start server.
/stop – stop server.
/config – open settings window.
/ — without parameters. Run the server as an ordinary application under the administrator account.
/userstop — stop the server running as an ordinary application.
/compact — install and run the server in the portable mode.