How to make an Installer (Setup.exe) for your Application Software [NEW VERSION]

  Рет қаралды 16,463

Habesha Tech Tips

Habesha Tech Tips

Күн бұрын

Пікірлер: 36
@elifeleth
@elifeleth 17 күн бұрын
Best tutorial!, thanks a million.
@noriandris
@noriandris 10 ай бұрын
Well, i just use this tutorial and tool for my OS made in HTML. Learn more about HTML on youtube. Well, it's crazy, im gonna test on different Virtual Machines of Windows, macOS and Linux. I think, Linux gonna be boot the fastest. Anyways, great tutorial, helpful, and keep it up man!
@HabeshaTechTips
@HabeshaTechTips 10 ай бұрын
Glad it helped!
@omarrahim673
@omarrahim673 9 ай бұрын
Our dear professor, we thank you for this effort. Good luck and success. Please, I have a question. I have completed a project containing employee data and an image in the Access database with Visual Basic. When I package the project, I receive an error message: Access to the image path is denied.
@HabeshaTechTips
@HabeshaTechTips 9 ай бұрын
Try adding the image itself to the access database, not its path. There are simple ways that convert the image and store it in the DB. Google how to add an image into access DB. Hope that helps
@tomfranky1744
@tomfranky1744 4 ай бұрын
In the path: "Dialogs -> Finish: Run Application" there's a field named "Argument". Can we write an argument in it so that the program runs as administrator by default? If so what argument? If not, is there any other way for that?
@naturexmusic2567
@naturexmusic2567 Ай бұрын
Man you need to tell us how to add our program in the Right click like when user rights clicks on desktop , we need to have our application on the right click how to do that man , please tell us
@Juliodax
@Juliodax Ай бұрын
Do you mean the shell extension in the right click menu?
@naturexmusic2567
@naturexmusic2567 Ай бұрын
@@Juliodax man let me give a example , when we right click we get like Refresh , new ......., i want my application to be added on that right click .
@Melik13579
@Melik13579 5 ай бұрын
Ok now i know how to do but how YOU did the apps bc i can't build mine i need to know how you did your apps for the installer (setup.exe)
@tmahmadplayer
@tmahmadplayer Жыл бұрын
i was wanna ask if there is another program can make compress before build file setup like zip and rar for make files smaller size
@HabeshaTechTips
@HabeshaTechTips Жыл бұрын
You need to provide all your program files in their raw uncompressed format for the setup to be created correctly. If you compress your files prior to building your setup, you'll get an error in which the OS will be unable to read setup package. The program by itself has compression options in the build tab to help your setup package have a smaller file size, so try those.
@tmahmadplayer
@tmahmadplayer Жыл бұрын
@@HabeshaTechTips is that program has virus when i put files in total virus its out to me much of virus and too the files setup i made by it become has much virus too i has made small game and wanna to make for if setup file when i made it its become has much of virus on total virus so if you who made that program or can connect with who made it tell to virus problem virus inside ifsetup files
@HabeshaTechTips
@HabeshaTechTips 9 ай бұрын
I haven't had any issues with it relating to Virus do far and I'm using ESET Smart Security. So, might be your antivirus program flagging a false positive. Try and scan it using other antivirus softwares.
@swirly8993
@swirly8993 6 ай бұрын
How could I set the installation path to a specific folder? Is there a keyword for the user path that makes it so that it will install it to the default user of the computer?
@Arsen_2005
@Arsen_2005 4 ай бұрын
Thanks So Much!
@fizzygamer1155
@fizzygamer1155 Жыл бұрын
is there anyway to make the installation path a folder where if the name changes it still applies?
@HabeshaTechTips
@HabeshaTechTips Жыл бұрын
I don't understand your question? Do you mean will the program still run if you change the name of its installation folder?
@りさ-m1e
@りさ-m1e 9 ай бұрын
There are multiple folders which have folders within them too, do i have to add them all?
@HabeshaTechTips
@HabeshaTechTips 9 ай бұрын
yes, assuming they are necessary for your app to function.
@rijanregmi842
@rijanregmi842 6 ай бұрын
bro I have 1 issue if I go to the file location there the folder is empty no files and folders are available help me out please.
@ll22lcj115
@ll22lcj115 11 ай бұрын
can you teach us where we can download some .exe apps or setup.exe like making a 1 installer application for programming languages please help me😢😢😢
@CapPat855
@CapPat855 7 ай бұрын
bro what are you saying
@noriandris
@noriandris 10 ай бұрын
Bro! Chrome think that the file was a virus, but it wasn't! I gasped!
@HabeshaTechTips
@HabeshaTechTips 10 ай бұрын
I had the same reaction when I first tried it... with it being free and all, it comes off as suspicious at first but yeah, it's completely clean and an awesome tool for developers.
@vulturepcs
@vulturepcs 8 ай бұрын
​@@HabeshaTechTips i used install forge for my open source antivirus c# solution, and when i opened the new install file, it said it contained a virus when everything in the repo is clean.
@shaikhzeeshan6350
@shaikhzeeshan6350 4 ай бұрын
@@vulturepcs can u tell me how u made,any suggestion or advice, much appreciated! I am also trying it!
@SebATRT
@SebATRT Жыл бұрын
Says it is blocked by chrome for containing dangerous files.
@HabeshaTechTips
@HabeshaTechTips Жыл бұрын
I've had no problems with it so far and I've been using it for at least 7 years and none of the antivirus programs had found problems with it. So, it might be Chrome just freaking out. May be download it using other browsers and scan it with your antivirus programs for your peace of mind.
@CarolBope12
@CarolBope12 Жыл бұрын
pls don't put malware on my computer
@gut1255
@gut1255 2 ай бұрын
hi
@GREGDGamer1
@GREGDGamer1 3 ай бұрын
wait isnt install forge a virus?
@cor583
@cor583 2 ай бұрын
No
@guidingfartreal
@guidingfartreal Жыл бұрын
it just says *Setup Error! Could not read setup package!* . what can i do?
@HabeshaTechTips
@HabeshaTechTips Жыл бұрын
If you're getting that error while trying to run the setup file you've created, then it means you haven't created the setup file correctly or your program files are incomplete. Hope this helps.
How to make an Installer (Setup.exe) for your Application Software
11:49
Habesha Tech Tips
Рет қаралды 118 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 541 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 39 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 33 МЛН
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 32 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 1,3 МЛН
How to Make Your Own VPN (And Why You Would Want to)
25:54
Wolfgang's Channel
Рет қаралды 2,3 МЛН
How to Crack Software (Reverse Engineering)
16:16
Eric Parker
Рет қаралды 691 М.
how to create a professional installer using installforge
8:24
How to Create Setup .exe in Visual Studio 2022 Step By Step
12:58
Coding Jackpot
Рет қаралды 221 М.
DRM explained - How Netflix prevents you from downloading videos?
18:17
Mehul - Codedamn
Рет қаралды 187 М.
Simplest way of making .exe file!!!(IEXPRESS)
8:49
Its Indranil
Рет қаралды 29 М.
DON'T Install WINDOWS Without Watching This FIRST!
11:11
Memory's Tech Tips
Рет қаралды 1,2 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 39 МЛН