Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

SDShowMSG crash on W95


1 reply to this topic

Maradoo

Maradoo
  • Members
  • 12 posts

Posted 13 February 2003 - 17:43

Hi all,
  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);

Weissenborn

Weissenborn
  • Full Members
  • 27 posts

Posted 28 August 2003 - 10:54

I have the same Problem. - But also no Idea. sad.gif

Greetings from

Gregor