I want to use python to create an application for installing multiple programs. Most of witch have unique command line switches to make them install silently. I only want UAC to pop up once.
A year ago I created one but it is not easily customization. Meaning if I want to add a new program to the install list I have to open the code and added it manually.
The main thing I need answered is how to have UAC prompt once.