Issue Details
I am trying to have my NI Package Manger (NIPM) to install a package to custom execute
post-install (with Wait To Complete enabled) command with a batch file included in the
NI Package Builder so that the NIPM will execute the batch file after installing the first package. The batch file content have the NIPM to install another package.
However, when I try to run the package built, the NIPM will forever stuck at the first installation without going into the batch file. Why is this happening?