Logon Script cannot run on Client

Discussion in 'Other ESET Home Products' started by etocoffee, Nov 24, 2008.

Thread Status:
Not open for further replies.
  1. etocoffee

    etocoffee Registered Member

    Joined:
    Oct 10, 2008
    Posts:
    17
    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~~ o_O
     
  2. PRJUS

    PRJUS Guest

    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
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.