Thread
:
add variable in to main section
View Single Post
28th August 2014, 16:59
#
4
Anders
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,334
SetOutPath $instdir
File "abc.ext"
SetOutPath "$instdir\foo\$bar"
File "xyz.ext"
IntOp $PostCount $PostCount + 1
Anders
View Public Profile
Visit Anders's homepage!
Find More Posts by Anders