Fix NSIS uninstall to work with UAC
Use ShellExecuteEx() to elevate privilege if CreateProcess() fails. Signed-off-by: Kevin Wasserman <[email protected]> https://github.com/krb5/krb5/commit/d66fcb1784fc6b5a6b01748dda7f99e0afa3fc69 Author: Kevin Wasserman <[email protected]> Committer: Ben Kaduk <[email protected]> Commit: d66fcb1784fc6b5a6b01748dda7f99e0afa3fc69 Branch: master src/windows/installer/wix/custom/custom.cpp | 307 +++++++++++++++++---------- 1 files changed, 192 insertions(+), 115 deletions(-) _______________________________________________ kfwdev mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/kfwdev
