This is all done internally with trusted/full access.
How can I open my application from a hyper-link in an email and pass arguments?
I understand I can set up a file/link type association (although I'm unsure how to do this programmatically or during installation). Is this the best approach and/or how would I set this up?
I could pass arguments when opening the application (seems a bit of a hacky way to do this though) but this wouldn't work when the application is already open (single instance only), which will more than likely always be the case.
I've seen some stuff done with JavaScript / ActiveX but as these links will always be in an email in Outlook I don't that approach would work.
All the machines are using Windows 7 and .Net 4.1