A quick rundown on how the program works: The program copies 2 files to c$ on the remote computer: 1) NTSVC.OCX and 2) RIService.exe. The reason for putting the files into the root is that windows may not be installed in "c:\winnt" or "c:\windows", but C$ will almost certainly exist. Install the 'RIInstall' service on the remote computer Create the registry keys required by the service on the remote computer Grant the 'Log on as a service' right to the account you specified Start the Service The service on the remote computer starts the install program The main program removes the 'Log on as a service' right from the remote computer The service is removes itself when the software install program returns control The install program specified continues to run on the remote computer in the security context of the user specified. |
 Works on Windows NT, 2000, and XP
|