I'm trying to build VS Installer Project and to execute setup.exe after building in the project.
I make the prerequisites which is VC++ 2015 distributable(x86)(Option is "Download prerequisites from the same location as my application"), build it and test to execute setup.exe.
The setup.exe is good working. But if VC++ 2015 distributable(x86) is already installed, It can not skip to next step(installing my application) when I cancel prerequisites dialog.
Is it possible to skip to next step when canceling prerequisites dialog if i execute setup.exe?
I want to work this installer that is just openning to next step install dialog If I click cancel button in prerequisites dialog...
- Excute setup.exe
- Click close(cancel) button in the prerequisite dialog
- Then display error message box. I can not pass to next install step