

InterviewSolution
1. |
Solve : how to create SETUP.EXE? |
Answer» nice DAY!!! nice day!!! 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... |
|