Skip to content
⌘ NSIS Forum Archive

Installdir as a langstring not being evaluated?

5 posts

zimsms#

Installdir as a langstring not being evaluated?

For some reason in 2.0RC3 my InstallDir, provided via a langstring is only ever being populated with the english langstring, is there a known work-around?

InstallDir "$(DIRECTORY_INSTALL)"
kichik#
See:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
zimsms#
I have done that for other things, and have no problems adopting that same situation, however, it appears that that will make silent installs unsupportable. I noticed one of the other users asked if this would be addressed. Has it been addressed, or will it be in the near future?
kichik#
Nope. For now you'd have check that $INSTDIR is not empty in the first section or use something similar.