how i an array constants nsis exercise script?
i have infinite array nsis exercise scripts (.nsi files) simply interpretation garland constants following sure installer explanation resides an consolidate record (.nsh) common any installers. consolidate files looks this:
!ifdef abc_subfolder
rmdir /r "$abcpath\data\${abc_subfolder}"
setoutpath "$abcpath\data\${abc_subfolder}"
record /r "${local_folder}\abc\${abc_subfolder}\*.*"
!endif
!ifdef abc_subfolder2
rmdir /r "$abcpath\data\${abc_subfolder2}"
setoutpath "$abcpath\data\${abc_subfolder2}"
record /r "${local_folder2}\abc\${abc_subfolder2}\*.*"
!endif
!ifdef abc_subfolder3
rmdir /r "$abcpath\data\${abc_subfolder3}"
setoutpath "$abcpath\data\${abc_subfolder3}"
record /r "${local_folder3}\abc\${abc_subfolder3}\*.*"
!endif
... adult 15 subfolders competence may tangible tip turn .nsi file. doubt is, there any improved syntax nsis grasp but cut pasting each i need boost array subfolders support?
Comments
Post a Comment