-
-
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
include EULA license file in windows installer #781
Comments
Please try to wrap your code into macro customHeader. I am on vacation — you can expect fix in 3 days. |
Builder Version: 7.14.1 I'am trying to make EULA page in NSIS, I make windows_license.nsh:
my developer package.json have this build section:
The NSIS installer creation fails with error:
Please tell me what I'm doing wrong? |
@artpol Issue is fixed, I will finish and push fix in the evening, please wait. |
Thanks a lot |
Please try 7.14.2. Supported for all nsis variants. |
works great! thank you! 👍 |
I am including an EULA license file in the NSIS installer.
I have edited package.json to include a custom
nsis.include
=resources/windows/license.nsh
My
license.nsh
script looks like this:The NSIS installer creation fails at
common.nsh
line 11 when settingUnicode true
with:I can fix this temporarily by commenting out line 11 in
common.nsh
.I'm not very familiar with NSIS, I wasn't sure it its possible to check the mentioned cases in the error message before setting the
Unicode
value or not. Or if this is even something that you all wanted to worry about.The text was updated successfully, but these errors were encountered: