Is it possible to have a ClickOnce deployment that only registers a DLL on the user’s machine or can it only deploy WinForms/WPF applications?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ClickOnce is all about installing programs without altering the configuration of the machine. Even if you could deploy a DLL, nobody would be able to find it back.