How to Create Setup exe in Visual Studio 2019 using ClickOnce | FoxLearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

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

  • @imapseudonym6198
    @imapseudonym6198 ปีที่แล้ว

    Thanks for the assist! My company wants to run some special code on remote machines with a unique bit of hardware attached to them, and we were struggling with how we were going to do that with the level of control we want over the experience. For security reasons, the Microsoft Store was not an option. ClickOnce is the direction we're leaning in, so this helps me get a basic entry into what I'll be working with.

  • @DieterSoost
    @DieterSoost ปีที่แล้ว

    Thank's for Tutorial, works great (also under VS 2022) ! Keep going 🙂

  • @EgoPingvina
    @EgoPingvina 4 ปีที่แล้ว +7

    What is the website that you put in "Installation folder..." and "Update location..."? Is it depends on FTP server which using as "Publish folder"?

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

      It is an FTP server with a personal Username and Password! FoxLearn can't tell the Username and Password!

  • @danielsolomon6227
    @danielsolomon6227 ปีที่แล้ว

    Excellent video, very informative and simple to follow.

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

    Hey Fox Learn! Did you make a custom preset for you voice, or is it from a website? It sounds very good and the most human I've heard yet, so I'd love to know, thank you!

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

    Thanks so much for your video!
    I have a problem when I open software and this check updates and found request me a certificate...
    I tried to set the certificate but not working...
    Please can you help me?

  • @charlesspolander8019
    @charlesspolander8019 4 ปีที่แล้ว +2

    Thanks for a helpful tutorial, this video was the one that helped me get web deployment with ClickOnce working for the first time. The one thing that you showed me that made all the difference was to run the application manifest file in the bin
    elease\app.publish folder, to get the application to install successfully for the first time!!! I have experienced an issue with making changes and and then redeploying as per your example though. I double click on the application icon, which is now on the desktop. I can see it connect to the web site but it does not "detect" that the application has changed and loads the previously installed version. (This is what I envision that my users will be doing). If I want the latest version to be installed from the web site, then I have to run the application manifest from the bin
    elease\app.publish folder again, and it works just fine. However, my users will not have access to this manifest file. If I go to the length of downloading the newly updated application manifest file from the web site and running it locally, I get an error as follows :
    + The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
    + The remote certificate is invalid according to the validation procedure.
    I would be grateful if you could point out what I am doing wrong !!

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

      I have the same problem. Can you please to let the updates executed automatically as in the video. I have checked if thing , but still the update is not working automatically.

    • @matteocavaliere6691
      @matteocavaliere6691 2 ปีที่แล้ว

      I have the same problem! :C Please help me...

  • @jordanwebmaster
    @jordanwebmaster 2 ปีที่แล้ว

    great start thanks so much

  • @DiyintheGhetto
    @DiyintheGhetto 2 ปีที่แล้ว

    Hello how can we stop that windows protection pop up from happening to everyone? I was looking into sign certification maybe?

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

    Is there any way to set the path where user want to install?

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

    I have visual studio 2019 community version, i installed click once, but in the properties of my project the tab of publish is not available, i mean only appears a text saying 'The publish components are not available. You need to reinstall Visual Studio to publish your application', i try to reinstall individually these components and reinstall visual studio but still not working, any suggestion about this? by the way you video have a very good information. thanks.

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

      lo resolviste? did you solved it?

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

    Hello Good afternoon, I'm in trouble, when I install setup.exe, he says he can't install the application, I did everything correct, and I still got the error!, Help me please!

  • @jodiojej
    @jodiojej ปีที่แล้ว

    Hi! How can I change the configuration and platform of my project when I start publishing it?

  • @veonvanzyl1809
    @veonvanzyl1809 5 หลายเดือนก่อน

    What about the icon in the Add Remove program page??

  • @jaimestuardo4655
    @jaimestuardo4655 2 ปีที่แล้ว

    Hello.... my application requieres to install a device driver in order to use it. The installer of the device is called Driver.exe. How can I run that installer when application is being installed and later, when it is run? If the driver is already installed, obviously it should not install again.

  • @kumaresha3348
    @kumaresha3348 4 ปีที่แล้ว

    Great Video. Whether it can be done using DB with MySql. If yes, can you do video on how to create setup using clickonce.

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      I think you should create a form allows you to configure mysql connection

  • @PIDOtomasyon
    @PIDOtomasyon 5 ปีที่แล้ว

    thanks for all shares and music. Excellent.

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

      You're welcome. Thank you !

  • @one.genova
    @one.genova 3 ปีที่แล้ว

    Como se llama el software para crear voces para video
    Me gusta la voz del video..
    Saludos desde Perú

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

    Hello, great video! It worked excellent for me until I get to the part of the execution of the file.exe, I get the ERROR error WHEN TRYING TO INSTALL 'APPLICATION', and in details of the problem it notifies me that Error when trying to download from 'Host'. I would very much appreciate your help! Greetings

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

    nice job. i have a file msconn.dll (its trick file from txt...) that includes sql connection string. it doesnt add the file when i publish the app. its working in debug folder but i have connection error after installation. i checked published address but there is no my file msconn.dll. how to add my file ?

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

      You need to click the application file, then select include it. thank you !

  • @TheAmazeer
    @TheAmazeer 4 ปีที่แล้ว

    Does the user have the rights to install the application? I mean is it possible to embed local computer administrator credentials in the installer?

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Let me try to research

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

    How to publish with CefSharp nuGet package (I made a browser with your tutorial)
    My friend is getting an error (missing dll) when he tries to install it

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

      I think you should change cpu target, then add reference to all libraries

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

      @@foxlearn
      Thanks for replying,
      I tried that, both by referencing and copying manually, doesn't seem to work.
      UPDATE: The browser opens without error on my friends computer if he installed .NET runtime 4.7.2 but the browser doesn't show the homepage that I set nor opens any link (I gave him the files inside the debug folder). Publishing still doesn't seem to work

  • @lamgiabao447
    @lamgiabao447 4 ปีที่แล้ว +2

    My FTP Server doesn't allow *.exe File. Then the Setup.exe cannot be uploaded. What can I do :((

    • @NeXtYT
      @NeXtYT 4 ปีที่แล้ว

      try it on 000webhost, i was trying with awardspace, but with that one 000webhost, its working by now

  • @projectthird-uy9zk
    @projectthird-uy9zk ปีที่แล้ว

    hello when i upload publish to ftp i got an error failed to copy files to ftp ........

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

    Nice video. Please do create for .net core version. thanks.

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      OK. Thank you for your suggestion !

    • @EgoPingvina
      @EgoPingvina 4 ปีที่แล้ว

      @@foxlearn When can we see it?

  • @ghassanalokla7875
    @ghassanalokla7875 4 ปีที่แล้ว

    very good.

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Thank you !

  • @hossamelmasreyhe
    @hossamelmasreyhe 5 ปีที่แล้ว

    very good, can you add other requirements like dapper , SQL server express ,, etc ?

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

      OK. Thank you for your suggestion !

  • @williehendriks4674
    @williehendriks4674 4 ปีที่แล้ว

    Great video tutorial, thanks!

  • @TheByteBit
    @TheByteBit 5 ปีที่แล้ว

    Great video. Keep them coming!

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you so much !

  • @alzubairit
    @alzubairit 5 ปีที่แล้ว +2

    I have logged in to dotnetgate.com and have created a user name and password and I have done the work as you have done with your video but after you have publish and entered the user name and password show me that username or password error please make a video to solve this problem Thank you

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +2

      You should buy a host, then you can setup the ftp account. You can't use username and password at dotnetgate, the account only use for forum

  • @bojidarkamenski3432
    @bojidarkamenski3432 5 ปีที่แล้ว

    So nice vodeo again!! But I have error please contact the application vendor. I have searched but can't find solution!

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      are you publishing your app to the ftp server or local?

    • @bojidarkamenski3432
      @bojidarkamenski3432 5 ปีที่แล้ว

      @@foxlearn local

  • @KasimovaDS
    @KasimovaDS 4 ปีที่แล้ว

    Excelente vídeo!
    Yo tengo un problema con los prerrequisitos, yo tengo a Crystal Reports como Prerrequisito e instala desde la website del proveedor, pero cuando instalo el Setup.exe me instala los prerrequisitos, pero hace el el proceso de instalación de prerrequisitos siempre que inicio el sistema, aunque ya lo tenga instalado, como puedo solucionar eso?

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

      Solucionado! Ya quedo solucionado, mi problema era que seleccionaba la opción "La aplicación solo está disponible en línea" pero la opción correcta es "La aplicación también está disponible sin conexión" Gracias a su vídeo lo solucioné.

  • @rhazeingg4356
    @rhazeingg4356 5 ปีที่แล้ว

    Can you make a video on How to Create Setup.exe in Visual Studio 2019 using SQLite Database?

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      OK. Thank you for your suggestion. I'll upload soon !

    • @rhazeingg4356
      @rhazeingg4356 5 ปีที่แล้ว

      @@foxlearn I already figured out how to do it. Just need to include SQLite.Interop.dll in the application folder and also include database.db file (location ->according to your connectionstring DataSource), during installation.

  • @ozu7779
    @ozu7779 8 หลายเดือนก่อน

    How to fix that warning in the setup ????

  • @alirezaabedi1885
    @alirezaabedi1885 5 ปีที่แล้ว

    good my friend.

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you !

  • @zuzaratrust
    @zuzaratrust 4 ปีที่แล้ว

    It won't let me get the Form in vs2019. Can somebody help me with this?

  • @williokine6014
    @williokine6014 5 ปีที่แล้ว

    Great video please do video on custom paging with dgvprinter ,thank you

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

      OK. Thank you for your suggestion !

  • @wowschannel8109
    @wowschannel8109 5 ปีที่แล้ว

    Good!

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you !

  • @shrutijadhav3804
    @shrutijadhav3804 4 ปีที่แล้ว

    can we create the exe for asp .net web application project?

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Yes you can do that.

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

    How to add one year subscription plan in Windows application which active with key after 1 year

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว +5

      You should integrate license key to your application. I'll update tutorial on my site show how to do that. thank you !

  • @baluv5284
    @baluv5284 5 ปีที่แล้ว

    I want a 2019 visual studio but it's 34gb how to download low storage

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

      You can view this video th-cam.com/video/m6JZWGU5k6k/w-d-xo.html to know how to download it. thank you !

    • @xmancer670
      @xmancer670 5 ปีที่แล้ว

      Use community edition, have online installer you can choose what you want to install

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      You should install ClickOnce

  • @timrutter9405
    @timrutter9405 4 ปีที่แล้ว +2

    every time I watch one of your videos, I am driven crazy by the ridiculous music you put in the background and have to find a different video

  • @im1in260m
    @im1in260m 2 ปีที่แล้ว

    The piano does not explain anything.

  • @swagz6440
    @swagz6440 4 ปีที่แล้ว

    how do i get a ftp account

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      You should buy a web hosting, then you can create a ftp account

    • @swagz6440
      @swagz6440 4 ปีที่แล้ว

      @@foxlearni've read that ftp isnt secure is that true can i use it without hackers getting my files