//----------------------------------------------------------
function SetInstallParameter(hMSI)
LONG nvRuntimeMode;
NUMBER nvReturn;
begin
nvReturn = MsiGetProperty(hMSI,nvRuntimeMode);
if (nvRuntimeMode == MSIRUNMODE_MAINTENANCE) then
//Set REINSTALL=ALL
Msi?


endif;
end;
//----------------------------------------------------------
Any help is greatly appreciated,
Roland