Forum: NSIS Discussion
28th April 2003, 03:00
|
|
Replies: 6
Views: 2,373
I've gone ahead and used this script:...
I've gone ahead and used this script: http://nsis.sourceforge.net/archive/nsisweb.php?page=197
It works beautifully. But it would still be nice to understand the logic of your script, kichik. I...
|
Forum: NSIS Discussion
27th April 2003, 18:24
|
|
Replies: 6
Views: 2,373
kichik,
Can you expain what's going on in...
kichik,
Can you expain what's going on in StrStr. This script is exactly what I need, but I don't know enough to change it for my needs.
I don't understand the initial push, then Exch, and...
|
Forum: NSIS Discussion
27th April 2003, 08:24
|
|
Replies: 6
Views: 2,373
String manipulation for registry
During my installation I set a registry key in the following way:
ReadRegStr $R0 HKCU ${VS6_INCLUDE_DIRS_KEY} "Include Dirs"
WriteRegStr HKCU ${VS6_INCLUDE_DIRS_KEY} "Include Dirs" "${myDir};$R0"...
|
Forum: NSIS Discussion
23rd April 2003, 05:42
|
|
Replies: 21
Views: 4,111
I'm having some problems. I tried to implement...
I'm having some problems. I tried to implement the above suggestion and I thought it was working, but now when I try to cancel before making a selection it forces me to make a selection before...
|
Forum: NSIS Discussion
23rd April 2003, 03:07
|
|
Replies: 21
Views: 4,111
|
Forum: NSIS Discussion
22nd April 2003, 05:53
|
|
Replies: 21
Views: 4,111
|
Forum: NSIS Discussion
22nd April 2003, 03:42
|
|
Replies: 10
Views: 4,397
|
Forum: NSIS Discussion
21st April 2003, 08:23
|
|
Replies: 6
Views: 1,753
WriteIniStr vs. MUI_INSTALLOPTIONS_WRITE
I'm writing a modern UI script. When I tried using WriteIniString it didn't work, but MUI_INSTALLOPTIONS_WRITE does work. I'm wondering if writeIniString is suppose to work.
I'm playing with the...
|