Run exe after msi installation as administrator

381 Views Asked by At

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

0

There are 0 best solutions below