I have a ClickOnce Wpf application which needs .Net 4.5 to run. My users are all over the country (about 60 of them) and organizing admin rights for each pc is going to be a very difficult task. Is there a way to embed .Net 4.5 into my application so I don't have to install .Net 4.5 on each user's pc ? I have already statically linked the sqlite database to remove the VC Redistributable installation.
Thx for any suggestions.