I read this thread
Run exe after msi installation?
I followed the instructions and I have weird problem.
When I install the MSI from VS (right-click on installer project and select install), the script works perfectly but when I run the installation from the MSI file
I see the checkbox but it does nothing – the application doesn’t run.
Anyone know what can be the cause for this?
Eventually I created console application that run install and after it run my application.
I succseeded in runing app after install but it runs under system user and it`s not good for me