I have created one MSI installer in InstallShield. When I'm trying to install this installer on Windows 2003 Server I'm getting following error:
Action start 5:04:40: ConfigInstall.
MSI (c) (F0:6C) [05:04:40:579]: Invoking remote custom action. DLL:
C:\DOCUME~1\AD2738~1\LOCALS~1\Temp\2\MSI3.tmp,
Entrypoint: _ConfigInstall@4
MSI (c) (F0:F8) [05:04:40:595]: Cloaking enabled.
MSI (c) (F0:F8) [05:04:40:595]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (F0:F8) [05:04:40:595]: Connected to service for CA interface.
Action ended 5:04:40: ConfigInstall. Return value 3.
So when I searched for this return code 3, I got to know that its a failure of Action. But I didn't get the reason for failure of ConfigInstall. I searched a lot for causes of failure of ConfigInstall. But I didn't find anything.
So can anyone please tell me what are the main reasons of failure of this action ConfigInstall?