Programming question (VB)
I am making an installer program that autoruns on a CD-ROM in VB 6.0. I got the program where it autoruns and brings up a dialog screen. Then I have it so the user clicks a button and it starts an installation file. Now for the problem, do you know of a way to make it so the first program (installer) can detect when the second program (setup) has completed. Installer calls setup but I have to way for the user to click a button to tell me when the setup is complete. I would rather have the installer detect when the setup is complete so it can automatically go to the next step and advise the user what to do.