Hi all,
I have created one package having three feature based .msi .
First.msi is installed with full UI and remaining 2 are installed in silent mode.
If first.msi installed successfully then it will create one .txt file at spcific location and during second.msi installation
i have created one search condition which check for that .txt file if file founds then second.msi get installed otherwise it will terminate the installation of second.msi.
It works fine but the problem is during package installation if first.msi get fails then second.msi also cant install.
But package installation UI shows that it(Package) installs successfully.
how to stop the installation of Package if search condition of second.msi get fails ????