Fix NSIS uninstall to work with UAC
Use ShellExecuteEx() to elevate privilege if CreateProcess() fails. Signed-off-by: Kevin Wasserman <[email protected]> (cherry picked from commit d66fcb1784fc6b5a6b01748dda7f99e0afa3fc69) https://github.com/krb5/krb5/commit/d0ca9948a7a1c66f504feddf6d0503efd452e05c Author: Kevin Wasserman <[email protected]> Committer: Tom Yu <[email protected]> Commit: d0ca9948a7a1c66f504feddf6d0503efd452e05c Branch: krb5-1.10 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
