Good morning,
I'm with a little doubt that I'm not looking for an answer, I'm currently developing an updateable application through ClickOnce and I want to give a bit of form to the installer of the application and the update method, since the application has to give a more "professional" touch.
If I'm on the right track I should use the class InPlaceHostingManager
to create the installer ...
link
And to update, I'll have to make a code to update it in the background or add a button in the main window.
The code to update is clear that it is within the project of the application (obviously) but I am not so clear in the case of installation. Do I have to use the class InPlaceHostingManager
within the project of the application and ClickOnce will detect that it exists showing the custom installer? o Do I have to do a separate installation project?
My opinion is the 2nd one, to create a separate project but I would like someone to enlighten me since I do not find much information about this topic.
Thank you for your attention, Greetings.