Added DLL Import to the SymLinkDeployer, which only works on Windows. It imports the Kernel DLL and uses it to hardlink files, this means that the application no longer needs Admin rights, thus fixing the UAC problem.
Removed admin requirements and checks throughout the application
Solves #33