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

How to install MDAC_TYP 2.0


1 reply to this topic

Rakesh Gupta

Rakesh Gupta
  • Members
  • 11 posts

Posted 02 February 2002 - 15:29

Is there any one who can advise us on how to run Install MDAC_type 2.0 without opening a SEcond Window or how to create MDAC_type 2.0 Merge Module from Existing MDAC_type.exe file.

Blake Miller Wonder

Blake Miller Wonder
  • Members
  • 121 posts

Posted 06 February 2002 - 20:58

You can try this:

szPath = "mdac_typ.exe";
szCmdLine = "/q /C:\"setup /QNT\"";
LaunchAppAndWait(szPath, szCmdLine, WAIT);

Adjust szPath to the path to the executable.