![]() |
|
#1
|
|||
|
|||
|
Domain PC cannot run the login script generated by RA. When user login ~ the logon script will flash for a second, and the eistaller cannot be seen in task manager. I try diagnosed the PC form RA. Everything fine. ~ what's the problem? pls help~~
![]() |
|
#2
|
|||
|
|||
|
In order to use einstaller.exe to install ESET Antivirus you probably have to delete the contents of HKLM\SOFTWARE\Eset\ESET Remote Installer in the registry first.
You also need to clear the recordings in RA of any successfull or failed installations for the pc's you are trying to install on. In order to install the antivirus I would recommend using the MSI-file instead and run it as shown in the example below: @ECHO OFF COPY "%0\..\eavbe_nt32_enu.msi" %TEMP% >NUL COPY "%0\..\cfg.xml" %TEMP% >NUL MSIEXEC /i "%TEMP%\eavbe_nt32_enu.msi" REBOOT="ReallySuppress" /qb- DEL "%TEMP%\eavbe_nt32_enu.msi" DEL "%TEMP%\cfg.xml" You have to save the configuration in the file cfg.xml and place it together with the MSI-file. /Preben |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|