Hi,
I'm using chained installation with 3 MSI packages. Now, the vendor provide EXE instead of MSI. How to rebuild my project with dependency as follows?
1. NET Framework vX.X must be installed
2. Visual C++ vX.X must be installed
3. installation of one third party MSI package (32 or 64 bit based on target os)
4. if step 3 success then installation of third party EXE ( <-- here was the package replaced from MSI to EXE, so chained installation is no more possible)
5. if step 4 success then installtion of one own MSI package (32 or 64 bit based on target os)
Thank you,
Igor