How to Create a Setup File in Visual Studio 2022 | Create Installer for C#, VB and C++ Applications

How to Create a Setup File in Visual Studio 2022 | Create Installer for C#, VB and C++ Applications

BoostMyTool

2 года назад

132,441 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

BoostMyTool
BoostMyTool - 26.09.2022 21:00

If you don't find "publish items", you can select the option "Primary Output" instead

Ответить
Okdak Sempai
Okdak Sempai - 10.10.2023 08:31

There's an issue when installed, the software can't write anything and because of that crash

Ответить
Okdak Sempai
Okdak Sempai - 10.10.2023 08:29

Very, useful thank you

Ответить
Silmas
Silmas - 27.09.2023 15:22

Great video. It helped me to set up my MSI file fast.
Advice set your: Property ProductName the way you want, (without the Setup part in it), so your install path would be setup correctly immediately.

Ответить
Richard Krejstrup
Richard Krejstrup - 21.09.2023 12:54

Hello, is there a version of that I can install the extension from a specific folder?
The company just gives me permission to install from c:\install - anything else is run as user, not as admin. So that will not work for me, and maybe others?

Ответить
Ammar Imran
Ammar Imran - 18.09.2023 11:50

Unable to load DLL "Microsoft.Data.SqlClient.SNI.x86.dll": the specified module could not be found. (Exception from HRESULT: 0x8007007e)

any idea why i am getting this error ?

Ответить
rayne davison
rayne davison - 16.09.2023 09:01

Thank's

Ответить
Zachary Paller
Zachary Paller - 12.09.2023 06:33

big help! thanks a lot

Ответить
Spirit Retro
Spirit Retro - 12.09.2023 03:56

can you do a vid on how to include a .net sdk in the installer?

Ответить
Fidel Coelho
Fidel Coelho - 09.09.2023 14:18

The only problem is that, u cant update from clickonce

Ответить
Rajesh b
Rajesh b - 03.09.2023 06:11

Can you show how to add ms access database in setup file ? Please do reply. Thanks.

Ответить
Faisal Khaled
Faisal Khaled - 14.08.2023 11:55

One of the clearfull and easiest tutorial I have watch..!!
You make it so simple
you are awesome..!

Ответить
Justin Giovanetti
Justin Giovanetti - 09.08.2023 15:00

What’s the exe for? Is it a shortcut to the msi file?

Ответить
국이
국이 - 06.08.2023 19:03

😀

Ответить
Tom Göpfert
Tom Göpfert - 06.08.2023 12:48

The video was very helpful to me, and it was an overall perfect tutorial! Thank you very much! Greetings from Germany

Ответить
Axmed Cawil
Axmed Cawil - 14.07.2023 21:41

Thanks eng it's realy amazing.😍

Ответить
csharpmvc
csharpmvc - 14.07.2023 02:05

Great video, very helpful information! Thank you!!!

Ответить
Entity Gaming
Entity Gaming - 12.07.2023 03:56

I have created a game using sfml and have created a setup file for it but whenever I try to install it on some other system , it prompts ..... -d.dll files not found , however I have managed to add the bin folder from sfml to environment variables , but still -d.dll error prompts , anyone who could tell why is it happening and what should I do 🐤

Ответить
foo ballers
foo ballers - 04.07.2023 11:43

Best 12 mins spent this week.... thank you so much.

Ответить
Royce Pereira
Royce Pereira - 30.06.2023 22:47

Excellent! Very well described!

Ответить
Tech Updates
Tech Updates - 21.06.2023 18:30

The explanation is so much good. Its very clean and informative. I searched for lot of videos to install one of my Outlook VSTO add-in. Your video helped so much. Thanks for such a clear tutorial

Ответить
Егор Головин
Егор Головин - 21.06.2023 17:28

Прикольное произношение! Зато все слова звучат отчётливо, легко понять на слух.😀

Ответить
Thomas Rodriguez
Thomas Rodriguez - 15.06.2023 15:04

How to modify the path ? i want to delete the (Program Files (x86))

Ответить
[KEX]
[KEX] - 10.06.2023 01:58

Amazing and simple tutorial! Thank you very much! :)

Ответить
Wesley Stuart
Wesley Stuart - 07.06.2023 20:31

This is super helpful thanks

Ответить
Nhật Hoàng
Nhật Hoàng - 05.06.2023 12:20

how to change icon file setup.exe ?

Ответить
EduK Language Center
EduK Language Center - 04.06.2023 22:01

Thank you so much for this video!

Ответить
LegionsMan
LegionsMan - 24.05.2023 23:57

for my setup project, i have some dlls that are underlined red. it does not tell me what the error is. how can i fix this? it will not allow me to build the Setup project and fails each time.

Ответить
Sharon Phiona
Sharon Phiona - 20.05.2023 15:34

How about if u want an exe file

Ответить
Kai Schultka
Kai Schultka - 15.05.2023 10:41

perfect!!! Thanks a lot!

Ответить
Chandrakant Ghogate
Chandrakant Ghogate - 08.05.2023 18:42

How to give Read/Write permissions to a Application Directory in Custom Actions?

Ответить
Omar Designs
Omar Designs - 04.05.2023 00:50

If I use a SQL database with my App then is it the same procedure or i have to do more other steps to make the setup work ?

Ответить
Russ S.
Russ S. - 03.05.2023 13:31

Very clear instruction - Thank you.
However, i find that the procedure described does not provide a large icon for the desktop, only small and medium. To further elucidate, Windows 11 allows selection of small, medium, or large icons on the desktop; medium is the default. To select, right click in any blank area of the desktop and choose View, then Large, Medium, or Small icons. Selecting Large still shows only the medium size icon in an outlined rectangle, while small or medium shows the appropriate-sized, transparency icon. Any fix? Is this a limitation of VS Community?

Ответить
Overcado Studios
Overcado Studios - 26.04.2023 10:53

for anyone getting the error about x64 and x86 incompatibility, do the following:

select the builder project and go to the properties window (push F4 I believe) and change the target platform from x86 to x64. You wont be able to do this in the build configuration apparently.

Ответить
QC Hub
QC Hub - 20.04.2023 22:48

Thank you very much for this video. I was able to create setups with ease. Now I'm looking for copying the MSI file to a central location (I have about 10 projects always in progress) as post Setup Build. Thanks in advance if you have something for me.

Ответить
Slome
Slome - 13.04.2023 20:08

This is how tutorials must be, no extras, straight to point, clear.

Ответить
Slome
Slome - 13.04.2023 20:08

Cheers man, you made it really simple

Ответить
VirtualTour
VirtualTour - 05.04.2023 17:39

very clear👍

Ответить
Cristian Alcantar
Cristian Alcantar - 31.03.2023 01:08

One question, how can i add audio resources to the Application?

Ответить
PedroskiPR
PedroskiPR - 24.03.2023 22:29

Thank you so much! This was very helpful! Watched the whole thing and got my MSI!

Ответить
Sprocket55
Sprocket55 - 24.03.2023 20:14

Super helpful. thank you very much. I'm hardware engineer, so software makes my brain explode :) I have problem though I cant figure out. I can install my program that I use to controll some ardunio vi ethernet to control some led lights on some underwater equipment I'm developing. the installer works just fine on my worksation lap topwhere I have visual studio installed on, but as soon as I install it on my secondary test computer, it installs, but wont run.

I have using the .NET Framework 4.8 since I need the serial tool

any tips would be greatly appreciated.

Ответить
GJJBE Gaming Studios
GJJBE Gaming Studios - 21.03.2023 22:06

THIS VIDEO IS SO HELPFUL WITH MY APP YOU JUST EARNED A SUB

Ответить
Dinesh
Dinesh - 16.03.2023 15:55

Nuget package manager not open in my visual studio 2022 community version. can you please help

Ответить
Min Thein Win
Min Thein Win - 15.03.2023 06:44

I haven't seen setup file under release folder, I'm only got setup file under debug folder. What have the different? What was wrong ?

Ответить
Best Cover's
Best Cover's - 04.03.2023 14:13

I can't see it in the "Release" folder. There is only "debug" ?

Ответить
Wolverine
Wolverine - 03.03.2023 20:22

Grazie, sempre ottimi video.

Ответить
Minh Nguyễn Quốc Nhật
Minh Nguyễn Quốc Nhật - 24.02.2023 21:32

if I connect to SQL server using entities framework, how do I include my database

Ответить
Khachatur Nikoghosyan
Khachatur Nikoghosyan - 24.02.2023 20:13

Thanks a lot

Ответить
Mark Smith
Mark Smith - 21.02.2023 02:40

So happy I came across your video. I have been struggling with the shortcuts, and as mentioned by others most documentation on the web about this is really confusing. Thanks for getting me straightened out.

Ответить
miguel5918
miguel5918 - 14.02.2023 17:52

What an Excelent tutorial !! very easy to undertand and very good English, thanks a lot

Ответить