Using ClickOnce for Deploying your .NET Windows Forms Applications (WinForms with C#)

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • This video, covers the process of using the ClickOnce Visual Studio component, for efficiently deploying your .NET Windows Forms applications.
    Using ClickOnce, you can easily create deployment package for your .NET applications (i.e. setup.exe, setup.msi, etc.), that enable you to easily distribute your .NET applications and handle challenges as application updates, etc.
    © Artemakis Artemiou
    All rights reserved.

ความคิดเห็น • 15

  • @aartemioutech
    @aartemioutech  3 ปีที่แล้ว +2

    Learn more about .NET Windows Forms Programming! Enroll to my full course on Udemy: www.sqlnethub.com/go/course-dot-net-win-forms

  • @delidag
    @delidag 6 หลายเดือนก่อน

    I've been having this problem for a long time. I solve it with my own methods. After looking at this video, I realized that I had to select RELEASE to deploy it to other computers. Thanks for this useful video.

    • @aartemioutech
      @aartemioutech  3 หลายเดือนก่อน +1

      Glad it helped!

  • @goldenwoof
    @goldenwoof ปีที่แล้ว +1

    Excellent video! Very clear and easy to understand. Thank you!

  • @NaftuliSinger
    @NaftuliSinger หลายเดือนก่อน +1

    Great video, it would be nice if you can show how you can create a in app "check for update" button and link it to the same click once publishing.

    • @aartemioutech
      @aartemioutech  27 วันที่ผ่านมา

      Great suggestion! I'll check it out when I find some time and prepare a new video when ready.

  • @a-s733
    @a-s733 ปีที่แล้ว +1

    Thanks Artemakis, It is an important video.

  • @AjitaSingh1984
    @AjitaSingh1984 2 ปีที่แล้ว +1

    Thanks for simple and clear explanation

  • @robertoadame2768
    @robertoadame2768 2 ปีที่แล้ว +1

    Thank your for sharing!

  • @IvanOwen16
    @IvanOwen16 3 ปีที่แล้ว

    Can standard users (Non Administrators) install or/and update apps publish with ClickOne?

    • @aartemioutech
      @aartemioutech  3 ปีที่แล้ว

      Hi Ivan, as per official documentation, ClickOnce enables non-administrative users to perform installations/updates for an app. However, please note that even though ClickOnce installs are per-user, permission elevation may be required if there are prerequisites that require administrator privileges. You can check the official documentation on the following link: docs.microsoft.com/en-gb/visualstudio/deployment/clickonce-security-and-deployment