I've created this WPF application and it's working fine and fast when running the release build from any folder. Since it's done I made an installer (WiX) to install it into the program files folder. When I run my application from program files it's very slow and hangs all the time. Running as administrator makes it run normally again. Why is this and how can I make it run normally without having to run as admin?
thanks.