![]() |
|
#1
|
|||
|
|||
|
I'm testing ERAS / ERAC and NOD32 on WinXP SP3 machines with Windows Installer 4.5.
The problem I'm having is remote uninstallation of password protected clients. ##Parameters## NOD32: /UNINSTALL /PWD=""thepassword"" (2 sets of double quotes) ESS: qn! The uninstallation initiates fine, yet a message box displays "Enter a valid password to continue uninstallation" on the workstation. I have uninstalled through add/remove using the same password I supplied through the parameter. ##einstaller.log## Status 1012, ID 0: Failure during the package uninstall - exit code: 1603, additional code: 2, description: Fatal error during installation. Status 20006, ID 0: Service stuff cleanup finished with return code 0. Last edited by borxud : July 1st, 2009 at 01:22 PM. |
|
#2
|
||||
|
||||
|
Hello borxud,
The NOD32 side is for v2.7 clients and the ESS side is for all v3 and v4 clients of NOD and ESS. So with this in mind, you want to put the following: PASSWORD=yourpassword This will allow you to uninstall the machines that require a password. |
|
#3
|
|||
|
|||
|
Thanks for clearing that up Wayne.
Does ERAC update itself to reflect that the clients were uninstalled? The test machines I uninstalled remain listed on the Clients tab. ERAC should remove them immediately after a successful uninstallation. BTW, The PASSWORD parameter is not listed on the options for ESS. The ERA manual glosses over remote uninstallation. |
|
#4
|
||||
|
||||
|
Quote:
The clients stay in the RAC after push uninstalling. You have to manually remove them from the clients list. Quote:
We are aware of this and I'm going to pass the info to the proper channels to get it resolved. |
|
#5
|
||||
|
||||
|
So, for Nod32 4.0.437 the uninstall string to silently uninstall would be;
start /wait "a" "%ProgramFiles%\ESET\ESET NOD32 Antivirus\callmsi.exe" /x {2EEBAC31-3EEF-4118-91CB-1A286A507DB2} /qn PASSWORD=mypassword right? And if I want no restart then start /wait "a" "%ProgramFiles%\ESET\ESET NOD32 Antivirus\callmsi.exe" /x {2EEBAC31-3EEF-4118-91CB-1A286A507DB2} /qn /norestart PASSWORD=mypassword Last edited by edwin3333 : July 24th, 2009 at 05:51 PM. |
|
#6
|
||||
|
||||
|
edwin3333,
If you had the installer file still, you can always use: msiexec /uninstall /quiet install_package.msi PASSWORD=yourpassword |
|
#7
|
||||
|
||||
|
Thanks but... umm., but it says in bold graphic type not to do that right here;
http://kb.eset.com/esetkb/index?page...nt&id=SOLN2116 Doing msiexec is no different than add/remove programs, right? Anyway, the /norestart isn't working on my command line. I'm putting NOCLOSE in the registry to avoid the forced restart. Is there a proper way to pass no restart to callmsi.exe? |
|
#8
|
||||
|
||||
|
Quote:
My mistake, you are correct. That method is prone to errors, so we recommend uninstalling from the Start Menu. Quote:
The Remote Administrator options specify using REBOOT="ReallySupress" so that should be what you specify on the command line. |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|