Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: dpbluegreen
Forum: NSIS Discussion 30th September 2004, 17:36
Replies: 12
Views: 4,117
Posted By dpbluegreen
Not even if we defined a custom function and...

Not even if we defined a custom function and attached it to the cancel button?
Forum: NSIS Discussion 22nd July 2004, 22:00
Replies: 15
Views: 8,541
Posted By dpbluegreen
That helps a lot. But the license text remains...

That helps a lot. But the license text remains unlocalized.

And the compiler doesn't like this:

=====
...
!insertmacro MUI_PAGE_LICENSE "${SRC_DIR}\$(TOS_text_file)"
...
Forum: NSIS Discussion 22nd July 2004, 17:58
Replies: 15
Views: 8,541
Posted By dpbluegreen
And btw, how does one specify the language for...

And btw, how does one specify the language for the MUI_PAGE_LICENSE macro?
Forum: NSIS Discussion 22nd July 2004, 17:56
Replies: 15
Views: 8,541
Posted By dpbluegreen
Looks great. But how does one specify what...

Looks great. But how does one specify what language those strings belong to?
Forum: NSIS Discussion 21st July 2004, 23:23
Replies: 15
Views: 8,541
Posted By dpbluegreen
None of those settings allow for changing...

None of those settings allow for changing "License Agreement" to "Terms of Service".

I had already tried those.

Maybe there's a way of overriding the var settings done in the language files by...
Forum: NSIS Discussion 20th July 2004, 21:01
Replies: 15
Views: 8,541
Posted By dpbluegreen
I'd add that it'd be great to cleanly separate...

I'd add that it'd be great to cleanly separate NLF files from app-specific strings needing localization.
Forum: NSIS Discussion 20th July 2004, 20:59
Replies: 15
Views: 8,541
Posted By dpbluegreen
Could you be more specific about where the...

Could you be more specific about where the information is?

I had already looked through the MUI Readme and Examples:
http://nsis.sourceforge.net/Contrib/Modern%20UI/Readme.html#examples

I...
Forum: NSIS Discussion 19th July 2004, 17:55
Replies: 15
Views: 8,541
Posted By dpbluegreen
I changed English.nlf this way: ===== #...

I changed English.nlf this way:

=====
# ^LicenseSubCaption
: Terms of Service
# ^AcceptBtn
I &accept the Terms of Service
# ^DontAcceptBtn
I &do not accept the Terms of Service
=====
Forum: NSIS Discussion 15th July 2004, 23:36
Replies: 15
Views: 8,541
Posted By dpbluegreen
change "License Agreement" to "Terms of Service"?

Is there a way to change the License Agreement page type to use "Terms of Service" wording instead?
Forum: NSIS Discussion 12th July 2004, 22:11
Replies: 37
Views: 15,415
Posted By dpbluegreen
It seems to me that one would want to use this...

It seems to me that one would want to use this technique in both .onInit and un.onInit. For example, one's module might control a shared component, and a user might unknowingly think it's okay to...
Forum: NSIS Discussion 7th July 2004, 18:07
Replies: 12
Views: 14,993
Posted By dpbluegreen
Sorry, that's a bit too cryptic for me. How...

Sorry, that's a bit too cryptic for me.

How is ExecWait relevant if I'm checking the errorlevel from the commandline? If you would modify my samples so the tests work correctly, that would help...
Forum: NSIS Discussion 7th July 2004, 17:24
Replies: 12
Views: 14,993
Posted By dpbluegreen
If 'SetErrors' is replaced by 'Abort' in the...

If 'SetErrors' is replaced by 'Abort' in the script above, and 'ClearErrors' by 'Quit', the test results are still the same.
Forum: NSIS Discussion 7th July 2004, 00:18
Replies: 12
Views: 14,993
Posted By dpbluegreen
I need to communicate my error status to a...

I need to communicate my error status to a non-NSIS executable that invokes my module, so using Exec and IfError don't really help.
Forum: NSIS Discussion 6th July 2004, 21:48
Replies: 12
Views: 14,993
Posted By dpbluegreen
Accessing errorlevel from commandline

I'm trying to view the errorlevel from the cmdline, but the value doesn't seem accurate.

Here is my script for causing a "failure" errorlevel:

#############################
OutFile...
Showing results 1 to 14 of 14

 
Forum Jump