Migrate customAction from MSSetup
Posted: Wed Sep 16, 2009 1:13 am
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
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