Forum: NSIS Discussion
2nd March 2009, 15:34
|
|
Replies: 572
Views: 237,213
Thanks for the advices! What I ended up doing...
Thanks for the advices! What I ended up doing though was writing a small Java program to do the conversion and substitution. Since I am installing Java software, Java is always available on the...
|
Forum: NSIS Discussion
27th February 2009, 15:21
|
|
Replies: 15
Views: 14,285
|
Forum: NSIS Discussion
27th February 2009, 15:19
|
|
Replies: 572
Views: 237,213
|
Forum: NSIS Discussion
27th February 2009, 14:23
|
|
Replies: 572
Views: 237,213
|
Forum: NSIS Discussion
27th February 2009, 07:37
|
|
Replies: 572
Views: 237,213
variables
How can I make variables in Unicode NSIS also store Unicode stuff? Is there any special declaration required for this?
Here is the example code:
var StorageDir
!define...
|