Hi
I have a Win32 dll that exports functions that i am using in the installer cutom actions.
Below are the signature of functions
UINT
__stdcall InstallCA(MSIHANDLE hInstall)
UINT
__stdcall Rollback(MSIHANDLE hInstall)
UINT
__stdcall Uninstall(MSIHANDLE hInstall)
this is working fine on x86 configuration settings but getting following warnings with 64-bit settings.
WARNING: Entry point 'Uninstall' not found in module 'c:\SUNIL TP\Windows enhancement\CVS_AD\persistent\agentcode\enterprise\persistant\Agent\CADll\x64\Release\CADll.dll' for custom action 'Primary Output from CADll (Active)'.
WARNING: Entry point 'InstallCA' not found in module 'c:\SUNIL TP\Windows enhancement\CVS_AD\persistent\agentcode\enterprise\persistant\Agent\CADll\x64\Release\CADll.dll' for custom action 'Primary Output from CADll (Active)'.
WARNING: Entry point 'Rollback' not found in module 'c:\SUNIL TP\Windows enhancement\CVS_AD\persistent\agentcode\enterprise\persistant\Agent\CADll\x64\Release\CADll.dll' for custom action 'Primary Output from CADll (Active)'.
Moreover installation is getting crashed with followinf error
Product: ADAgentInstaller -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action _9D3A934B_47A6_4009_92EA_3C8350212185, entry: _InstallCA@4, library: C:\Program Files\AccessData\Agent\CADll.dll
Any help is higly appriciable