Skip to content
⌘ NSIS Forum Archive

Encapsulate different files in one exe

4 posts

VCR#

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