I have written a very small application and am struggeling to create a good deployment project for my solution. It is a wpf application that accesses a database, reformats some data, presents it to the user and writes it as an XML depending on user choises for another application to continue the work. Everything works incredibly fine.
But...
When i create an InstallShield LE project and deploy, i can run the application without a UAC prompt.
When i create a WiX project and deploy, i get a UAC prompt both when i install and when i run the installed application. Every time.
I have searched, and searched and asked around with no working solution.
Any advise?