-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom NSIS Script !include could not find nsh file #1239
Closed
Comments
Or move include to macro. |
@develar worked great! thanks! what about
it doesn't seem to do what it's advertising. |
@FromStoneage Do you have an example showing how to include the EnvVarUpdate function in your .nsh script |
Same problem for me but the suggested link does not exist anymore... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to include this EnvVarUpdate.nsh so I can update the PATH environment variable. According to the wiki page
so in my build/installer.nsh the first line I have
!include "EnvVarUpdate.nsh"
but I keep getting the error below.
If I try to change to
!include "${BUILD_RESOURCES_DIR}/EnvVarUpdate.nsh"
it seems to load the file but got a different error while creating the installer.Any ideas? Much appreciate!
The text was updated successfully, but these errors were encountered: