Thread
:
Install a file to multiple folders
View Single Post
20th January 2020, 20:00
#
2
Anders
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,356
Use the Find* functions to search and SetOutPath to set the destination for the extracted file. You can call SetOutPath+File multiple times, in a loop if desired.
IntOp $PostCount $PostCount + 1
Anders
View Public Profile
Visit Anders's homepage!
Find More Posts by Anders