Troubleshooting Silent Install of eM Client 10 - Need Help

I’m trying to install eM Client 10 in silent, unattended mode, but the command /quiet /passive /qn that worked with previous versions is no longer working.

I got an error message during the installation process.

Can someone help me troubleshoot this?

Solution

For everyone who wants to silent install the eM Client 10 in unattended mode, you can use the command below that provided by @Gary.

msiexec.exe /i emclient.msi /quiet /passive /qn MAILCLIENT_ASSOCIATE=0`

Can you give the error please?

And also the full command you use.
So for example: msiexec.exe /i emclient-v10.0.3530.msi /quiet

I have attached the screen shot of how I install the software with the help of other software.

When I do the installation of Windows on VMWare, here is the error message.

Unable to set eM Client as the default client: Creating an instance of the COM component with CLSID
{45BA127D-10A8-46EA-8AB7-56EA9078943C} from the IClassFactory failed due to the following error: 80040154 Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)).

You will need to skip setting as default because that is not possible in silent mode.

Just add this to the options: MAILCLIENT_ASSOCIATE=0

In elevated command prompt it will be something like: msiexec.exe /i emclient.msi /quiet /passive /qn MAILCLIENT_ASSOCIATE=0

1 Like

Appreciated for the prompt reply.

I will try it out and update the status by editing this post later.

Updated:
Thanks @Gary.
It works!