Hello I have question regrading sequentially run multiple ".msi" files.
I would like to make install software which programmatically and sequentially run .msi files
For example,
- Software run
first.msifile - User install
first.msifile which some clicking event - When user is done with installing
first.msifile,first.msifile closes - Software recognizes that
first.msiinstalling was done such as closingfirst.msiapplication - Software run
Second.msifile and repeat from step two
I was searching
System.Process.Start - running msi problem
and
http://www.vbforums.com/showthread.php?532523-Launching-and-MSI-file-with-VB-NET
however, i can't find the way to check that ".msi" file are done with installing and then run second.msi file.