How to Create Setup.exe in Visual Studio 2019 | FoxLearn

  Рет қаралды 603,021

Fox Learn

Fox Learn

5 жыл бұрын

How to create setup file in visual studio 2019 for windows application step by step.
Website: foxlearn.com
Through this video tutorial 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 2019
create an installer from visual studio
create setup/msi installer in Visual Studio 2019
setup project deployment of a windows forms application
microsoft visual studio 2019 installer projects tutorial

Пікірлер: 357
@djsekav
@djsekav 3 жыл бұрын
Fox learn has to be one of the best tutorial channels I have seen in a long time
@simona6229
@simona6229 4 жыл бұрын
Just what I was looking for and helped a lot. If I could make one small suggestion and that's the target application should be called something like 'My Forms App' so it's much clearer when we're discussing the SetUp App and when the actual app being set up. But I'm being picky, I was still able to follow, just had to concentrate.
@zabihbutt3451
@zabihbutt3451 5 жыл бұрын
Thank you so much! Two requests, 1. Make a tutorial create setup with sql server database and if possible use Ms VS 2015 2. Your system specifications
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion !
@zabihbutt3451
@zabihbutt3451 5 жыл бұрын
@@foxlearn Thank you in advance! And one more thing you are doing best...!
@atilla8773
@atilla8773 2 жыл бұрын
@@foxlearn Any updates on this ? Could you give the link if you got this on the channel? Thx in advance
4 жыл бұрын
Amazing video! Congrats FoxLearn Team!!!
@plexusdad825
@plexusdad825 4 жыл бұрын
Great video. I've been looking for something like this for a long time. Installshield is too expensive and WIX is a little trickey. This is perfect!
@foxlearn
@foxlearn 4 жыл бұрын
Thank you so much !
@Chiramisudo
@Chiramisudo 4 жыл бұрын
Just be warned if you're on source control. VDPROJ files constantly changes its GUIDs. 😖
@orhoushmand85
@orhoushmand85 2 жыл бұрын
What about Advanced Installer?
@edinsonsanchez5591
@edinsonsanchez5591 3 жыл бұрын
Finally a tutorial channel that is simple, easy to follow, and without long unnecesary intos and bloat.
@foxlearn
@foxlearn 3 жыл бұрын
Thank you !
@SimpleExcelVBA
@SimpleExcelVBA 2 жыл бұрын
Awesome! Thanks for this piece of knowledge :)
@darrenhind9948
@darrenhind9948 2 жыл бұрын
I've learned so much from your tutorials as a beginner, so thank you. One question though, as I'm not fully understanding the difference between debug/release. How do I update my program after changing code in VS?
@darrenhind9948
@darrenhind9948 2 жыл бұрын
Is this the process after code change: Change from debug to release in config manager Rebuild Change back to debug Uninstall Reinstall ?
@schultemedia
@schultemedia 2 жыл бұрын
@@darrenhind9948 Debug is with Debug information if some ooperations fail, like if you develop in VS and get an error. Release also removes all comments and stuff like that, it is better and a bit faster if you deploy your application.
@HyprixGD
@HyprixGD Жыл бұрын
save it
@sohaibsipra3878
@sohaibsipra3878 10 ай бұрын
Great. Finally smth worth watching and simple. Made my work so much easier.
@nhanth
@nhanth 5 жыл бұрын
Hey, I like your creative videos. Keep it up your great work, Sir.
@foxlearn
@foxlearn 5 жыл бұрын
Thank you so much !
@gourabbera5237
@gourabbera5237 3 жыл бұрын
This tutorial is awesome. It is working properly. Thank you very much @Fox Learn
@foxlearn
@foxlearn 3 жыл бұрын
You're welcome. Thank you so much !
@giosorianoterrazas1346
@giosorianoterrazas1346 5 жыл бұрын
Genial que estés de vuelta
@foxlearn
@foxlearn 5 жыл бұрын
Thank you my friend ^_^
@kiloemin
@kiloemin 5 жыл бұрын
Thank you, Welcome back.
@foxlearn
@foxlearn 5 жыл бұрын
Thank you so much !
@katerose6161
@katerose6161 3 жыл бұрын
Thanks a lot
@foxlearn
@foxlearn 3 жыл бұрын
Thank you so much !
@Surzom
@Surzom 2 жыл бұрын
it worked tysm i was trying to make something like this for so long
@SSoup64
@SSoup64 2 жыл бұрын
Thanks for the tutorial, I do have a question though, how can I include .dll files in the installer? My application is heavily dependent on them and I can't figure out a way to add them.
@iancarr3923
@iancarr3923 4 жыл бұрын
Excellent video - very helpful. Thanks.
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@EfieldHfield_377
@EfieldHfield_377 2 жыл бұрын
Thank you - the same basic process worked for VS 2022
@winleinandar2415
@winleinandar2415 3 жыл бұрын
I was in a trouble for the coming Tuesday project and I forgot how to make setup file and depressed a lot! Your video helps me so much! Thank youuuu! >.
@bojidarkamenski3432
@bojidarkamenski3432 5 жыл бұрын
Thank you for this tutorial!!! 🙂
@foxlearn
@foxlearn 5 жыл бұрын
Thank you my friend !
@etchgaming9726
@etchgaming9726 Жыл бұрын
عاش طريقتك جميله و مختصره. good job brother.
@easyengineering9134
@easyengineering9134 2 жыл бұрын
For the people having issues with the "you are trying to open a file of type system file .dll" I solved by using "Publish Items" instead of "Primary Output " in the "Project Output"
@dvyadav2307
@dvyadav2307 2 жыл бұрын
Please tell how
@IamJoashNighy
@IamJoashNighy 2 жыл бұрын
THANK YOU
@LuisTamalero
@LuisTamalero 11 ай бұрын
THANKS YOU!!!!
@tehreemfatima298
@tehreemfatima298 8 ай бұрын
THANK YOUUUU!
@vlad94
@vlad94 4 жыл бұрын
I wish I found this one month ago... I went with Inno Setup witch is great, but this seems much simpler Does this allows running PS scripts after install and before uninstall?
@HCM_official
@HCM_official 2 жыл бұрын
Thanks for the straightforward tutorial!
@narasimhaswamy5464
@narasimhaswamy5464 4 жыл бұрын
Will it work when I send it to my friends or throw windows defender as it stopped an unrecognised executable?
@joseantonioserrano6103
@joseantonioserrano6103 4 жыл бұрын
Excellent video! Just the information I was looking for to update my setup project on VS 2019.
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@SimplyJustAFan
@SimplyJustAFan 2 жыл бұрын
You just gained a subscriber. Thanks for this!
@manoranjansahoo9721
@manoranjansahoo9721 4 жыл бұрын
Please make a complete video on visual studio 2019 tools, its features, tips & tricks etc.
@foxlearn
@foxlearn 3 жыл бұрын
Ok. Thank you for your suggestion
@afkirmhd2071
@afkirmhd2071 5 жыл бұрын
Welcome back 😍🇲🇦
@foxlearn
@foxlearn 5 жыл бұрын
Thank you ^_^
@skostasx
@skostasx 2 жыл бұрын
Thank you. Best lesson i have ever seen
@mongii2
@mongii2 3 жыл бұрын
I found how to make installer app!! Thank you!!
@hawkeye3324
@hawkeye3324 4 жыл бұрын
thanks for everything definitely good job
@Nicky355
@Nicky355 3 ай бұрын
Thank you, It didn't work until I changed target platform to 64 and then rebuild it. it was easy and fast
@lemorlenny
@lemorlenny Жыл бұрын
That's is why I loved VB6!
@mqst
@mqst 4 жыл бұрын
Спасибо!
@AzizjanAyupov_leo
@AzizjanAyupov_leo 4 жыл бұрын
Nice :) Thank you!
@simrandeepsinghbagga4705
@simrandeepsinghbagga4705 4 жыл бұрын
I have some exe/msi files in my local drive which I need to install with SetUp Project. How can I add the same in SetUp Project?
@debill2043
@debill2043 4 жыл бұрын
you need to put them in the same folder
@sonar_devices
@sonar_devices 4 жыл бұрын
Thank you!!!
@qrexxed
@qrexxed 3 жыл бұрын
Thanks! Now I Can Make An Installer Without Using Other Stuff!
@foxlearn
@foxlearn 3 жыл бұрын
Glad I could help!
@dsrec592
@dsrec592 3 жыл бұрын
thank you so much for this tuto
@MuhammadAdnan-ic4ml
@MuhammadAdnan-ic4ml 3 жыл бұрын
Thank you so much such a great job bro
@netsgomes0147
@netsgomes0147 3 жыл бұрын
Amazing,your'e doing a good job Fox Learn.Make a tutorial create Setup.exe with SQL Server DBMS in VS 2019
@edgar882
@edgar882 4 жыл бұрын
So if I want to give this program to my friend, what do I have to give them? The setup installer or the whole folder or what?
@seeranimate4363
@seeranimate4363 4 жыл бұрын
You need to give your friend the setup installer.
@foxlearn
@foxlearn 4 жыл бұрын
Sent to your friend setup file in the debug directory
@MGArtDZN
@MGArtDZN 4 жыл бұрын
I get an error when trying to do this. My error says that my pc is missing the file vs_communitysomething.msi (i don't remember the entire name) and I watched tutorial for all visual studio versions, but they are all the same anyway. My vs is 2017...
@syntizenapts6498
@syntizenapts6498 3 жыл бұрын
Thank you!
@monirkarimi1512
@monirkarimi1512 3 жыл бұрын
when we created exe file setup of any database application after installing source is visible how to hide or encrypt our code.
@ezramammo3056
@ezramammo3056 2 жыл бұрын
i can't unsubscribe you! i have learned so much from you
@thehunter1579
@thehunter1579 3 жыл бұрын
Excellent video ... It's helped me a lot n saved my time. Can upload a video for setup file with crystal report and MySQL database...
@thriziamayparenas4786
@thriziamayparenas4786 3 жыл бұрын
Did you find a solution to do this
@samrec
@samrec 3 жыл бұрын
This was of great help, thank you
@foxlearn
@foxlearn 3 жыл бұрын
You're welcome!
@PhoenixNinjas
@PhoenixNinjas 4 жыл бұрын
Can you do this for publication on a website? However, the site runs on an ordinary Linux server. I have now tried everything possible, a publication on a web space (with automatic updates) does not work with MSIX Installer Project or ClickOnce.
@boborahimyuldashev9346
@boborahimyuldashev9346 3 жыл бұрын
Hello Fox Learn. I worked the table in c # and sql programs. The number of rows in the table exceeded 100,000. Does the table work poorly when running DataGridView in c #? Please help me with this.
@edsoncrispim2147
@edsoncrispim2147 3 жыл бұрын
thank you!!!
@mintyfriday
@mintyfriday 4 ай бұрын
🇺🇲Thanks man 🇧🇷 Obrigado cara
@fatmcfat2353
@fatmcfat2353 2 жыл бұрын
Tysm!
@thanhatnguyenthe7146
@thanhatnguyenthe7146 4 жыл бұрын
thank you for useful video.
@shahiddani
@shahiddani 2 ай бұрын
Thanks Fox Learn.
@Magnezone962
@Magnezone962 4 жыл бұрын
Thank you for help make my first app
@dart3dstore46
@dart3dstore46 4 жыл бұрын
OMG I love your Tutorials
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@dart3dstore46
@dart3dstore46 4 жыл бұрын
Fox Learn your welcome
@dart3dstore46
@dart3dstore46 4 жыл бұрын
Fox Learn can you do a tutorial of how to sell our software
@hoke7983
@hoke7983 4 жыл бұрын
Very very thx!
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@abolfazlmandanipor6303
@abolfazlmandanipor6303 Жыл бұрын
Nice job bro. You saved me ...
@douglasandrade2303
@douglasandrade2303 3 жыл бұрын
Great! Help me a lot!
@foxlearn
@foxlearn 3 жыл бұрын
Thank you !
@edsonferraz1
@edsonferraz1 3 жыл бұрын
Thanks you very much, help me a lot.
@foxlearn
@foxlearn 3 жыл бұрын
You are most welcome
@pizzalover-69
@pizzalover-69 2 жыл бұрын
What about if i have resources i need to install with the application for it to function? for example wav files
@michaelmaina1
@michaelmaina1 5 жыл бұрын
you are great.. great help
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@PulkitsoftLLP
@PulkitsoftLLP 3 жыл бұрын
Do you have an idea? How to add additional executable and installable files with C# installer project, that install automatically with application setup.
@sateeshkumar1145
@sateeshkumar1145 3 жыл бұрын
Did you find the solution for this ??
@mourtalladiop8649
@mourtalladiop8649 5 жыл бұрын
Thank's a lot
@foxlearn
@foxlearn 5 жыл бұрын
You're welcome. Thank you !
@lulumitchely7324
@lulumitchely7324 4 жыл бұрын
Thank you so much! Can u take tutorial for self unistaller?
@worf8856
@worf8856 4 жыл бұрын
Thanks! This is what I was looking for, but kill the music.
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@awsomecrossing
@awsomecrossing 4 жыл бұрын
Hello, how do you create a setup.exe that has external files? I am trying to create an external exe that will also install those files without altering them. Thank you
@foxlearn
@foxlearn 4 жыл бұрын
OK. Thank you for your suggestion. I'll upload soon !
@mrrcomp
@mrrcomp 10 ай бұрын
Great Tutorial.. Just one question .. I need my EXE to always be run as Administrator.. Is there anyway to add that to the Shortcut Icon created?
@CarlosGarcia-ct2mv
@CarlosGarcia-ct2mv 5 жыл бұрын
thank you , please, installer with local database in proyect.
@foxlearn
@foxlearn 5 жыл бұрын
OK. I'll upload in this week. thank you so much !
@diegobuenano5833
@diegobuenano5833 5 жыл бұрын
@@foxlearn I'll be waiting for that 😊
@PulkitsoftLLP
@PulkitsoftLLP 2 ай бұрын
Question: during visual setup creation add launch conditions if the specified file exists.
@peerapongjaipakdee3012
@peerapongjaipakdee3012 3 жыл бұрын
How can I add another dialog on install step without using the template that prepare on dialog before start select the install path ?
@okantel6523
@okantel6523 2 жыл бұрын
i have an question that is ; in my project have sound file so when sound are played , created exe giving to me fail. what can i do while create setup for sound folder ?
@projetondd7873
@projetondd7873 Жыл бұрын
Thanks a lot.
@iyadhatem6955
@iyadhatem6955 2 жыл бұрын
Best channel on youtube
@Freska-fl9mv
@Freska-fl9mv 4 жыл бұрын
hello,,,, icouldnt install it from extention menu , i get this massege ( one or more extention couldnt be install : the remote name couldnt be solved 'visualstudioclient.gallery.vassets.io' iam using visual 2019 with actived windows 10 , and microsoft link not open too in website . can u help me
@Kuntaponv
@Kuntaponv 3 жыл бұрын
Is it possible to add custom background, text, or UI button?
@bagasaditya3670
@bagasaditya3670 3 жыл бұрын
hello sir, I have a question, after I get setup.exe and launch on other users we get errors like a not showing WinForm. My setup has a database MySql. Can you solve the problem?
@nielsvansteen9087
@nielsvansteen9087 4 жыл бұрын
When I used streamwriter, and reader ,with a txt document, to store a directory path previously chosen by the user, I can't make an installer because i get an error that it can't find the .txt file I included
@emiel_nl
@emiel_nl 4 жыл бұрын
can you use the streamwriter in debug mode if you remove the text file?
@kgptutorials2007
@kgptutorials2007 3 жыл бұрын
Thanks for sharing this. Very useful
@foxlearn
@foxlearn 3 жыл бұрын
You're welcome. Thank you !
@2PlayGaming
@2PlayGaming 5 жыл бұрын
Nice, please make a video tutorial to protect code source for prevent crack or similar, is posible ? Thanks!
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion !
@shahidzaman9522
@shahidzaman9522 3 жыл бұрын
Hi Fox Learn this toturial much more helpfull to me thank you so much, But there is a problem when i create the installer of my project then everything is working fine, But rdlc reports not working could you please help me out this problem.
@eimdev
@eimdev 5 жыл бұрын
wow Thanks. look easier than wix installer :), can we install in another folder than 'program files' ?
@foxlearn
@foxlearn 5 жыл бұрын
Yes, You can select the folder you want to setup
@Chiramisudo
@Chiramisudo 4 жыл бұрын
Haha, yeah, easier unless you're on source control. VDPROJ files are constantly rehashing their GUIDs. 😫
@inswins
@inswins 5 жыл бұрын
Can this be use with local database like MySql and how can we let user to get fresh database when install the software for the first time?
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion. I'll upload soon !
@praveenkumar.m7949
@praveenkumar.m7949 3 жыл бұрын
Very useful of this video Thank you so much, I subscribed this video😇😇😅
@foxlearn
@foxlearn 3 жыл бұрын
Thanks for subbing!
@thecarrot_alt
@thecarrot_alt 4 жыл бұрын
Hi! After following all your steps, when I try open my installer it asks me to install the 4.6.1 version of the .NET Framework. However, when I go to do so, apparently I already have it??? Help!
@thecarrot_alt
@thecarrot_alt 4 жыл бұрын
Lol nvm I just installed the 4.6.1 framework for VS and that seemed to fix it.
@UmbertoDiNapoli
@UmbertoDiNapoli 4 жыл бұрын
Same issue here, Fox there is a solution? Thanks
@foxlearn
@foxlearn 4 жыл бұрын
I think you should select target .net version at requirement item
@figenasil
@figenasil 3 жыл бұрын
thank you so much
@Gameplayer55055
@Gameplayer55055 4 жыл бұрын
What about c++ applications? Can i make it for c++? Or c# only?
@batuhantosyal6919
@batuhantosyal6919 2 жыл бұрын
yes you can
@LoganBigHat
@LoganBigHat 2 жыл бұрын
How i can set the Default installation folder ? Example: "C:\Programm" and remove the choose of installation folder ?
@Abdulaziz-Saeed
@Abdulaziz-Saeed 5 жыл бұрын
Thank you
@foxlearn
@foxlearn 5 жыл бұрын
Thank you so much !
@SukitSaingyong
@SukitSaingyong 3 жыл бұрын
Hi, I have file xml config include. After setup installer can’t write modify to xml file.
@domingoslourenco6542
@domingoslourenco6542 4 жыл бұрын
i would like to have the url for the piano background sound the first one , i loved it
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@HariKRISHNANVSharik666
@HariKRISHNANVSharik666 3 жыл бұрын
thanks.. still my shortcut points to dll file not to exe . By opening with shortcut shows - you are attempting to open a file of type System file (.dll)
@nicador100
@nicador100 3 жыл бұрын
Thanks very much !!!!!!!!!!!!!!!!!!!!!!!!!!!
@foxlearn
@foxlearn 3 жыл бұрын
Thank you
@danieltruthm2802
@danieltruthm2802 4 жыл бұрын
I have one problem if i try to install the exe aplication in difrend windows the database cant read by aplication cause the location not the same how fix it
@swerytv4342
@swerytv4342 5 жыл бұрын
Hi foxLearn I really need help coming from you, right now I'm going to create a system of authentication and authorization (Based on the Tree List) of the users I went to do with Ribbon menu from DevExpress but I can not manage the items. Please help me.
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion. I'll upload tutorial as soon as possible !
@domingoslourenco6542
@domingoslourenco6542 4 жыл бұрын
i have a program built in visual studio, it colects data and sends to a sql , when i run the from visual studio it works propaly, but when i create a setup.exe and install on a diferent computer it does not sent data to the remote sql your help please
@foxlearn
@foxlearn 4 жыл бұрын
You should create a simple form allows you to change connection string. I'll upload soon !
@schorsch-is6kv
@schorsch-is6kv 4 жыл бұрын
Really - you are a hero. Searched a long time for a way to include "Access Database Engine" at a setup. You showed it. Only one question: is it possible to include a uninstall shortcut (at the startmenu for example)
@mucip_ilbuga
@mucip_ilbuga 9 ай бұрын
Hi, I use AppData folder to use some files like db or ini files. But they are always in readonly mode in AppData folder. How can I fix it? I checked properties of files but no solution. regatds, Mucip:)
How to Create Setup .exe in Visual Studio 2022 Step By Step
12:58
Coding Jackpot
Рет қаралды 199 М.
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 55 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 54 МЛН
How to Create Wizard Setup.exe in Visual Studio 2017 | FoxLearn
12:31
How to Create Setup .exe in Visual Studio 2022 Step By Step
10:31
Source Code PH
Рет қаралды 11 М.
How to Create Setup MSI EXE File in Visual Studio 2019, 2022
8:59
C# Exercises
Рет қаралды 13 М.
How to make an Installer (Setup.exe) for your Application Software
11:49
Habesha Tech Tips
Рет қаралды 111 М.
How to Create Setup exe File in c# windows Form Application Step By Step
10:18
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН