1
votes

I've created .msi file for a project (App.prj) with Visual Studio Installer, but in order to run installed App.exe, I have to install one more Dependent.exe file which is required to run App.exe.
How to run Dependent.exe within App.msi?

1

1 Answers