# HG changeset patch # User Andre Heinecke # Date 1410889702 -7200 # Node ID 5349e2354c4844468e5e75e2f23cef197a7298a0 # Parent 5b6203f78b4e2a9f2077e765d7ffd500c739c47c# Parent fd85a02d771d9a5f278160ad97b35793cebad867 (issue54) Merge branch runafterinstall There is now an NSIS Plugin that executes the Software after installation using COM in the shell of the current user. With the way over the shell there is no inheritance / token management required. As it is impossible to drop all privileges of a token granted by UAC and still be able to reelevate the Token again with another RunAs call later this round trip over the Shell was necessary.