How to Create Wizard Setup.exe in Visual Studio 2017 | FoxLearn

Sdílet
Vložit
  • čas přidán 25. 06. 2019
  • How to Create setup wizard .exe file in Visual Studio 2017 using Visual Studio Installer Projects with Custom Dialog Box/Action step by step adding code for Custom Dialog in Setup Project.
    Website: foxlearn.com
    Through this video you will learn:
    How to Create MSI Installer in Visual Studio
    How do I create a setup file in Visual Studio?
    How do I create a project in Visual Studio 2017?
    How do I create an installer for Windows form application?
    How do I create a setup file in Visual Studio 2017?
    How to create setup exe file Visual Studio C# 2015/2017/2019
    Create custom dialogs for an Setup project in Visual Studio 2017
    How to code for Custom Dialog in Setup Project
    How To: Setup project Custom dialog boxes
    Adding custom dialogue to the msi installer
    visual studio setup project custom action before install
    visual studio installer custom action
    how to create setup file in visual studio using Microsoft Visual Studio 2017 Installer Projects
    visual studio installer custom action condition
    custom actions in msi with example
    custom installer c#, create setup exe file .net

Komentáře • 39

  • @NetDaimoku
    @NetDaimoku Před rokem +1

    Digging around google, finding Legos here and there to get this going and this video hits on all of the major topics. Thanks for the detail and share.

  • @MrJcardoso78
    @MrJcardoso78 Před 11 měsíci

    Hello, thank you for the extraordinary tutorial. Just one question... In the Custom Action properties I don't have Arguments field

  • @williswilliams6354
    @williswilliams6354 Před 2 lety +1

    Great tutorial. How do you update the app config fiel instead of just creating a text file?

  • @abgestaubt
    @abgestaubt Před 4 lety +3

    Could you do a Tutorial on how to create a desktop icon if the user ticks a checkbox in the installer?
    Great tuts, keep going!

    • @foxlearn
      @foxlearn  Před 4 lety +3

      OK. Thank you for your suggestion !

  • @solutions4software
    @solutions4software Před 5 lety +1

    very good explanation thanks

  • @psinghLD
    @psinghLD Před 4 měsíci

    I have a function in dll that checks status of LicenseKey on webapi, if function returns true then I want installer to move to next dialog if false stay on same dialog . I mean where in setup project I will get the return value and how can I stop or move to next dialog?

  • @PhoenixNinjas
    @PhoenixNinjas Před 4 lety +1

    Can you also implement the automatic update?

  • @StudentCompanion
    @StudentCompanion Před 5 lety +1

    Great tutorial. thanks. How can one detect if there is SQL server installed in the machine, if not automatically install SQL express during setup?
    Thanks again for your great tutorials

    • @foxlearn
      @foxlearn  Před 5 lety +1

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

  • @ZoeyTheChicken
    @ZoeyTheChicken Před rokem +1

    Can i do it without .NET framework? My app requires .NET 4.6 or newer but what if the setup needs .NET to run?

  • @yaswantdatla3595
    @yaswantdatla3595 Před 5 lety +1

    nice work, but how to run same application in ubuntu. I have one doubt, i tried in ubuntu wine. it is opening after that i am trying to open camera option in that application it is closing the entire application. can u suggest

    • @foxlearn
      @foxlearn  Před 5 lety

      I think you should build .net core. your ubuntu os must be installed .net core

  • @santoshk1440
    @santoshk1440 Před 5 lety

    Great!

  • @martii86
    @martii86 Před 4 lety +2

    Does anyone know why there is no installer class template on visual studio 2019?

    • @foxlearn
      @foxlearn  Před 4 lety +1

      You should install the installer for visual studio 2019

    • @martii86
      @martii86 Před 4 lety +2

      @@foxlearn If you mean visual studio installer, I already have it.

    • @retr0breezy
      @retr0breezy Před měsícem

      be more specific

  • @JoseRSousa-zx7jv
    @JoseRSousa-zx7jv Před 5 lety +2

    How register a DLL (ex: with REGASM.exe) while setup is running? Thanks a lot and great tutorial!

    • @foxlearn
      @foxlearn  Před 5 lety +1

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

  • @shrek6821
    @shrek6821 Před 4 lety +2

    I have everything except installer class, how do I get the InstallerClass 4:04

  • @chjayakrishnajk
    @chjayakrishnajk Před 3 lety

    bro please source code ?

  • @rfdave3980
    @rfdave3980 Před rokem

    I Love Lucy !

  • @743Dora
    @743Dora Před 4 lety

    How to do validation on the form

  • @NevoGoldman
    @NevoGoldman Před 2 lety

    Am I the only one that wants to know what is the music in the background ?

  • @samtoad2372
    @samtoad2372 Před 3 lety

    In reference to this video:
    How to Create Wizard Setup.exe in Visual Studio 2017 | FoxLearn

    Jun 26, 2019
    Is there any way of obtaining a copy of this complete
    d C# project files, with all the source code files and all project files so I can replicate and produce that same results that you would produce. Plus, with a little internal documentation please.
    With this source code files and having this source in hand would make it more understandable as you view the tutorial video.
    This plea sure would be greatly appreciated. RVSP Please...
    Complete
    d C# project files, with all the source code files and all project files for:
    """How to Create setup wizard .exe file in Visual Studio 2017 using
    Visual Studio Installer Projects with Custom Dialog Box/Action step by step adding code for Custom Dialog in Setup Project.
    """"

    • @foxlearn
      @foxlearn  Před 3 lety

      OK. Thank you for your suggestion !

    • @samtoad2372
      @samtoad2372 Před 3 lety

      You should still have it. Right?

  • @clidton
    @clidton Před 5 lety

    it is good but i want to do with advance wizard czcams.com/video/sLhDJoPJqzE/video.html like this video in that you deign intallation wizard but not implement with any exe
    basically i am designing installation wizard through forms but i dont know how to implement exe with that wizard

    • @foxlearn
      @foxlearn  Před 5 lety

      I think you should add .exe file to resource, then you can use wizard control unzip exe file. thank you

    • @clidton
      @clidton Před 5 lety +1

      @@foxlearn and what about devexpress dlls,excel dlls ,metro dlls etc etc if you make a video its very help full
      Thanks for reply

    • @foxlearn
      @foxlearn  Před 5 lety

      OK. thank you !