Archive: How can I include files?


How can I include files?
Hello.. I am new, and I need help at that code:

Section "Dummy Section" SecDummy

SetOutPath "$INSTDIR"
;ADD YOUR OWN FILES HERE...

;Store installation folder
WriteRegStr HKCU "Software\Modern UI Test" "" $INSTDIR

;Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"

SectionEnd2


What I have to do to include some files or some folders..?

Thank you!


Look up File in the manual.

Stu


Hello,

I searched, but the only that I have found is how to include files as a part of a script..
But I hant to add some different files (like exe etc) to exctrack them in the installation folder...


Type File under the Index tab.

Stu