Hi,
I currently start a batch file "#batch.bat" in the finish execution custom action and wait for it to finish before i continue installation. This batch file starts a postgresql installer which starts a builtin VC++ runtime distributable package. Now the problem arises that the VC++ installer wants to wait for my installer to complete which causes a deadlock. (One waits for the other). I am running postgresql install in the end, because i want to install it in the installation destination folder chosen by the user. My batch file also uses some sql script files that were installed in the same folder as batch.bat.
My question is, when do i run my batch file to install postgresql to the destination folder so it wont deadlock?