Share via

winform application propagation

Haviv Elbsz 2,151 Reputation points
2022-03-24T06:35:54.13+00:00

l have a winform application that I want
to make it possible for everyone to freely
use it.

how I achieve this.

thank you.

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Jack J Jun 25,306 Reputation points
    2022-03-24T08:14:31.71+00:00

    @Haviv Elbsz , you could use ClickOnce to publish your app.

    Please refer to the following link to publish your app.

    Deploy a .NET Framework desktop app using ClickOnce

    Deploy a .NET Windows desktop application using ClickOnce

    After publishing your app, you could get a publish folder.

    Then you could install the app in other machines.

    Hope this could help you.

    Best Regards,
    Jack


    If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.