How to Create Setup exe file in Visual Studio with License Key | FoxLearn

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • How to Create Setup exe file in Visual Studio with License Key using Visual Studio Installer Projects Extension step by step adding product key to setup project
    Website: foxlearn.com
    Through this video you will learn
    create simple c# application using visual studio
    how do i setup an exe file?
    how do i create a setup file in visual studio?
    How do you create an installer?
    how do i create a project in visual studio 2017
    create an installer from visual studio with the Customer Information dialog
    create setup/msi installer in Visual Studio 2017
    setup project deployment of a windows forms application
    microsoft visual studio 2017 installer projects tutorial
    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 condition
    custom actions in msi with example
    custom installer c#, create setup exe file .net

КОМЕНТАРІ • 71

  • @mermaidoasis8452
    @mermaidoasis8452 Рік тому +2

    How do we know how is produced the serial number? And how do we also know if that serial number is different for any other computer trying to install the application? What exactly does represent the xls file?

  • @kkleung7567
    @kkleung7567 2 роки тому

    Thanks for your good lesson. It is really useful.

  • @abdurrehman2300
    @abdurrehman2300 5 років тому +2

    Can you show how to license with hardware id and the key is valid for only one pc

    • @foxlearn
      @foxlearn  5 років тому +1

      OK. Thank you for your suggestion !

  • @d2dyno
    @d2dyno 5 років тому +2

    Will you make update module for the installed c# application via setup?

    • @foxlearn
      @foxlearn  5 років тому +1

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

  • @mrdIndicator
    @mrdIndicator 4 роки тому

    Thanks you! The lessons was very useful.

    • @foxlearn
      @foxlearn  4 роки тому

      You're welcome. Thank you !

  • @matthiasw.5326
    @matthiasw.5326 4 роки тому +1

    very nice -> but better without music

    • @foxlearn
      @foxlearn  4 роки тому +1

      Thank you for your suggestion !

  • @emmysmith8960
    @emmysmith8960 5 років тому

    wow nice steps, good works, pls can also shot how to attach database to the app. well done sir

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion !

  • @bickerin
    @bickerin Рік тому

    Should have showed how to create the serial validation. The way you have it set up, it can be hacked by entering all 0's or all 7's.

  • @pawek.5752
    @pawek.5752 4 роки тому +2

    But if you write 1111-1111-1111 or 2222-2222-2222 you can install app. It's not good

    • @aaronwells1574
      @aaronwells1574 3 роки тому

      I confirmed this. Seems like a huge hole. I wonder if the algorithm can be customized.

  • @sajjadahmad6436
    @sajjadahmad6436 4 роки тому +1

    If i set my own serial key so how i can find numbers i mean which algorithms how i can find the numbers

    • @ravirajsinghinda4819
      @ravirajsinghinda4819 3 роки тому

      its default algoridham
      output should be whole number when divided by 7

  • @xbxb
    @xbxb Рік тому

    But it can still be use in any computer if they have the license key

  • @bojidarkamenski3432
    @bojidarkamenski3432 5 років тому +2

    Nice video! Does someone of you know how can we create setup with database? Thank you!!

    • @foxlearn
      @foxlearn  5 років тому +1

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

    • @bojidarkamenski3432
      @bojidarkamenski3432 5 років тому

      @@foxlearn thank you very much ❤

    • @jamiebarnes3539
      @jamiebarnes3539 4 роки тому

      bojidar kamenski Hi to add with a database just add the database file in to the installer application folder. job done..

  • @mintheinwin4959
    @mintheinwin4959 Рік тому

    Hi, How you get serial number to match with in app?

  • @md.shamimhossain2971
    @md.shamimhossain2971 5 років тому

    First comment ☺️😍👌

    • @foxlearn
      @foxlearn  5 років тому +1

      Thank you so much !

  • @ismailessabar1312
    @ismailessabar1312 4 роки тому

    Nice video, Thank You So Much !

  • @giosorianoterrazas1346
    @giosorianoterrazas1346 5 років тому +1

    Thanks

    • @foxlearn
      @foxlearn  5 років тому +1

      You're welcome. Thank you !

  • @deveshvagal3238
    @deveshvagal3238 4 роки тому +1

    After creating the setup with the licence key where will be the licence key found ?

    • @foxlearn
      @foxlearn  4 роки тому

      Don't need license key file, It will check at setup time.

  • @divotips3922
    @divotips3922 5 років тому

    Hello Fox Learn, first i wanna appreciate your work........thanks a lot
    I want you to make us a video on fixing problems while installing Microsoft SQL server 2017 "the sqlncli.msi package could not be found"

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion. You can post your problem at c-sharpcode.com . Thank you !

    • @anoshmilton9164
      @anoshmilton9164 3 роки тому

      @@foxlearn thank you sir

  • @bhumikaupadhye5745
    @bhumikaupadhye5745 4 роки тому

    how to add the licence browsing wizard in setup project visual studio

  • @gabgabbalajadia22
    @gabgabbalajadia22 2 роки тому

    how is the installer checking if the key is correct?

  • @aradbin7220
    @aradbin7220 3 роки тому

    How can I receive the input I took in time of installation. I want to put it in a xml file which is in application folder. TIA

    • @ivanrosa4473
      @ivanrosa4473 Рік тому

      Hey Arad, did you accomplish this? I am also trying to access the serialNumber input but it doesn't seem to work. Thanks

  • @User-kq3od
    @User-kq3od 3 роки тому

    So if I already have my exe that I want to distribute. How could I incorporate this?
    I could make an opener to run/extract my exe after the verification is completed, but how I code it so that it only runs for successful activation? I assume it would have to be built in Visual Studio Also? :(

    • @foxlearn
      @foxlearn  3 роки тому +1

      Yes, better way you should add a license key to your app

    • @User-kq3od
      @User-kq3od 3 роки тому

      @@foxlearn Thanks anyway.

  • @chjayakrishnajk
    @chjayakrishnajk 3 роки тому

    Bro, I don't serial key in my project but I have authentication key. So I need to validate it and say that authentication key is invalid how to do that please

    • @foxlearn
      @foxlearn  3 роки тому

      just enter correctly key

  • @inifin8
    @inifin8 8 місяців тому

    Does this require online license server?

  • @eimdev
    @eimdev 5 років тому

    Thank You

    • @foxlearn
      @foxlearn  5 років тому

      You're welcome. Thank you !

  • @jonestako4721
    @jonestako4721 5 років тому +1

    please unit testing mock ........

    • @foxlearn
      @foxlearn  5 років тому +1

      OK. Thank you for your suggestion !

  • @743Dora
    @743Dora 4 роки тому

    How to validate the form in custom action

  • @santoshk1440
    @santoshk1440 5 років тому

    Are you working on Microsoft? :P Its just one word to say your skills ''Stupendous". Why don't you make WPF UI making and Coding? It will great if you do it. Thanks. #Cheers

    • @foxlearn
      @foxlearn  5 років тому

      I'll upload soon. more request at this time

  • @alirezaabedi1885
    @alirezaabedi1885 5 років тому

    tnx

  • @aqeeluibrahim3415
    @aqeeluibrahim3415 5 років тому

    I LOVE FOX LEARN TUTORIALS BUT I HAVE A PROBLEM. IT VERY SIMPLE YOUR TOPICS ARE GOOD BUT YOU DON`T EXPLAIN THE CODES YOU WRITE DEEPER. I FOR INSTANCE AM NEW TO CODING. SO ALL I DO IS TO ONLY COPY THE CODES AND IT WORKS. PLEASE TREAT THIS WITH IMMEDIATE EFFECT. THANK YOU

    • @foxlearn
      @foxlearn  5 років тому +1

      OK. Thank you for your suggestion. I'll try to do better & update more details at my web site. Thank you so much again.

    • @aqeeluibrahim3415
      @aqeeluibrahim3415 5 років тому

      thanx for the reply

  • @MultiElender
    @MultiElender 3 роки тому

    Pénzt csak pénzel lehet csinálni

  • @deansmith4190
    @deansmith4190 3 роки тому

    class
    :)

  • @abdurrehman2300
    @abdurrehman2300 5 років тому

    Very impressive
    Can you share foxlearn license.dll source code ?

    • @foxlearn
      @foxlearn  5 років тому

      You can the same way, it has integrated in visual studio

    • @abdurrehman2300
      @abdurrehman2300 5 років тому

      @@foxlearn I'm asking for the source code of dll file to understand how its work

  • @D350
    @D350 4 роки тому +1

    Realy? Windows Form?

  • @eldhojoseph8802
    @eldhojoseph8802 3 роки тому

    Dear @Fox Learn Team, Could you please let me know how can i generate different serial keys with alpha numeric characters. (Eg: ABC1-B26D-D3f4).

    • @foxlearn
      @foxlearn  3 роки тому

      It' don't support, but you can create your own license manager. I'll upload soon

    • @eldhojoseph8802
      @eldhojoseph8802 3 роки тому

      @@foxlearn Alright. Please upload and if possible send me a mgs here.

  • @shakil4212
    @shakil4212 5 років тому

    How to create setup file with database?

    • @foxlearn
      @foxlearn  5 років тому +2

      Thank you for your suggestion. I'll upload soon

  • @smailimohibeddine5011
    @smailimohibeddine5011 2 роки тому

    i couldn't find the excel file

  • @softwarecenter9370
    @softwarecenter9370 4 роки тому

    sir plz help me