I have an application compiled in VS 2015 and requires the VC++ Redistributable package in order to run properly. Prior to this latest build, we were using an older version
I was facing a similar problem (fully described in this closed question, which actually redirected me here). I was able to solved it inspired by this entry about running the application after setup.
The key part is basically to add a final step to the UI that launches the vcredist installer:
1
Regarding the custom action: