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.msi
file - User install
first.msi
file which some clicking event - When user is done with installing
first.msi
file,first.msi
file closes - Software recognizes that
first.msi
installing was done such as closingfirst.msi
application - Software run
Second.msi
file 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.