Page 1 of 1

Migrate customAction from MSSetup

Posted: Wed Sep 16, 2009 1:13 am
by igarcia
Hello;

I had a customAction, ghis is a DLL with a special point of entry like;

UINT __stdcall serverAvailable (MSIHANDLE hInstall)

I want to migrate this functionallity to InstallAware and executes it before installation to validate certain requisites.

How is the better solution to integrate it ?

Regards

Isidro

Posted: Wed Sep 16, 2009 1:55 am
by CandiceJones
You could call it directly using Call DLL Function.