Thread
:
nsis error: resolving install function
View Single Post
27th April 2016, 01:05
#
4
Anders
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,333
CreateSymbolicLinkFolder_ is not defined at the top before the !ifdef so the function is never created. Define it before the !include or check my answer on SO for a better way to do this...
IntOp $PostCount $PostCount + 1
Anders
View Public Profile
Visit Anders's homepage!
Find More Posts by Anders