The installation crash when i call SDShowMSG on Windows 95. I have InstallShield for Windows Installer 2.03.
Any ideas?
Thanks.
Maradoo
Example:
SdShowMsg("Checking Drivers ...",TRUE);
if (FindFile(WINSYSDIR,"EWIN32.DLL",sAux)!=0) then
sExtract = TRUE;
else
sResult = GetFileInfo(WINSYSDIR + "\\EWIN32.DLL",FILE_SIZE,sRTamanio,sTamanio);
if sResult = 0 then
MsiSetProperty(hMSI,'DriversInstall','1'

else
sExtract = FALSE;
endif;
endif;
SdShowMsg("Checking Drivers ...",FALSE);