Archive: Encapsulate different files in one exe


Encapsulate different files in one exe
Hi all,

I have my NSIS installer as:

- Setup.exe [build in NSIS ]
- Driver Folder [Containing .sys, .inf, .vxd files]
- Dll Folder [Containing different supported DLL]

But I want to provide only one single setup.exe containing all the different folder and files.

Can anyone please tell me how to integrate all different files in one setup.exe.

Thanks & Regards
VCR


you can do it by using the File command (check the help file on how to use it)

-daz


Thanks for ur reply.
Can u please give me one example code.

Thanks & Regards
VCR


Almost every example in the Examples folder uses the File command.