Click to See Complete Forum and Search --> : VB Dll and Installshield


john_h_zheng
January 24th, 2000, 01:37 PM
Hi,

I created an VB EXE to install components on another real-time system using Telnet and FTP sessions. The VB exe is launched from Installshield 5.5----> LaunchAppAndWait(...).
This method only launched the app without a hand
on it. So if the exe failed, the installshield can't detect it.

Now I want to convert it into a DLL. There is a method UseDll(..) in Installshield. But it seems this guy need to use general external Dll, not ActiveX Dll.

Any suggestions? Thanks in advance



JohnZ