pack a folder in a installer
Hi.
I am build a installer that copy some folder to a specific place. How I packed this folders in a instaler with NSIS?
Thanks.
Archive: pack a folder in a installer
pack a folder in a installer
Hi.
I am build a installer that copy some folder to a specific place. How I packed this folders in a instaler with NSIS?
Thanks.
Maybe you should read the manual first.
This is basic stuff:
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.5
thanks man!