Does anyone know how InstallShield creates a MIF file? I know it uses the the setup.ini to get the name - but does it is done internally or does it use some exe to create it?
Thanks,
Matt
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.

How does InstallShield create a MIF file?
Started by
mat t
, Feb 28 2001 11:33
2 replies to this topic
Posted 01 March 2001 - 07:21
It uses Microsoft's IsMif32.dll (on 32-bit platforms) aor IsMif16.dll (on 16-bit platforms).
The function it executes is InstallStatusMIF().
More info on these can be found from Microsoft's Platform SDK Library documentation. Try the following URLs:
The function it executes is InstallStatusMIF().
More info on these can be found from Microsoft's Platform SDK Library documentation. Try the following URLs:
http://msdn.microsoft.com/library/psdk/sms/refsms10_8duu.htm
http://msdn.microsoft.com/library/psdk/sms/refsms10_4qnn.htm