I'm trying to create installation that would run .exe file as administrator at the end.
I found this post Run exe after msi installation? that explains how to run .exe after installation but if I change app.manifest in my source to have <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
this solution will not work.
Is there any workaround for this?
Thank you