I have an NSIS installer, that gives the option "Run program now" when the installation has completed successfully.
The installer runs elevated (as administrator) on Vista, but as a result, my installed program will also run elevated when started immediately from the installer. This gives a problem with certain 3rd party software I'm using inside my app.
How can I prevent the application from being run elevated?