1.

Solve : how to create SETUP.EXE?

Answer»

nice DAY!!!
how does a SETUP.exe produce or provide files to run it's system? Like some antivirus, just a click to setup.exe and after installation, you can see the software property files/folders where it targets. where are those files/folers came from? inside the setup.exe?
thanks!!!The Setup.exe Also Known As Setup Executable Or Setup Application Stores All The Files
Within It Either Compressed Or Non-Compressed.

When The Setup Is Executed (Double Clicked On It) It Will Run The Setup And Extract ,Decompress The Data Stored Within It To The Target Folder

| ==== |
| Note |
= === =
The Bold Letters Solves Your QueriesExecutables Can Be Made By Many Compilers Such As NSIS Or Inno Setup

You Can Also Make An Executable With Winrar (SFX Option)

thanks for the immediate reply!
I'll try that one...QUOTE from: night-rider on June 24, 2010, 03:41:56 AM

nice day!!!
how does a setup.exe produce or provide files to run it's system? Like some antivirus, just a click to setup.exe and after installation, you can see the software property files/folders where it targets. where are those files/folers came from? inside the setup.exe?
thanks!!!

Most Applications split the setup data between the actual executable (which in many cases is merely a bootstrapper for a MSI (Windows Installer Package). Other times, the data is laid out into various "cabinet" files (CAB) laid out on the setup disc. Many Microsoft programs both on floppy disks and CD-ROM often use the "CAB" format, INCLUDING Windows XP. In fact, most "EXE" setup programs are really just an executable file with a CAB file, or even multiple CAB files tacked onto the end- the setup program reads and extracts the appropriate files from the embedded CAB file.Quote
thanks for the immediate reply

Welcome Quote
n fact, most "EXE" setup programs are really just an executable file with a CAB file

BC Just A Question Stood Up

WHY ONLY "Cab" Format , Means There Are Thousands Of Formats Out There
But Nearly 90% Microsoft Setup Are In "Cab's" [Ex:Direct X ,PC Games]its about how to create .exe files...
if you are compiling a program in c using turbo c then:
ctrl+f9 = compile and f9 = creates .exe for ur program
and working with visual studio it provides the options to create build package...


Discussion

No Comment Found