Run WPF Application with administration elevation WIX
问题 I have written a WPF application. When it is installed on client machines, they are prompted for a username and password so that they have administrator privileges to use the application. I need administrator privileges because my application opens ports and writes files to the file system. Is it possible to allow any user to run the application without being prompted for an administrator username and password and to elevate the application to run with administrator privleges? Thanks 回答1: