Forum: NSIS Discussion
23rd February 2011, 06:19
|
|
Replies: 2
Views: 1,592
Thanks for your fast replay.
I already knew...
Thanks for your fast replay.
I already knew the helps.
The solution is, never use brackets for the conditions!!
${LoopUntil} ($length == 0) doesn't works
${LoopUntil} $length == 0 works!!
...
|
Forum: NSIS Discussion
22nd February 2011, 09:17
|
|
Replies: 2
Views: 1,592
Problem with loop condition
Hi
I don't figure out, why my loop condition doesn't work.
Here is my code:
StrLen $length $value
Messagebox MB_OK "length: $length"
${LoopUntil} ($length == 0)
|
Forum: NSIS Discussion
11th February 2011, 10:04
|
|
Replies: 26
Views: 6,414
|
Forum: NSIS Discussion
11th February 2011, 09:27
|
|
Replies: 26
Views: 6,414
Thanks a lot for your hints.
I'll change my...
Thanks a lot for your hints.
I'll change my uninstaller Ideas.
Last Question, is it possible to figure when unistaller.exe is launched, on with path it was stored?
The $EXEPATH, etc. shows the...
|
Forum: NSIS Discussion
10th February 2011, 14:20
|
|
Replies: 26
Views: 6,414
|
Forum: NSIS Discussion
10th February 2011, 11:31
|
|
Replies: 26
Views: 6,414
Uninstall
Hello
After the installation, it is possible that some folders are added in the Directory from the user where I installed my files. So i don't know all the files and folders which i've to delete...
|
Forum: NSIS Discussion
7th February 2011, 09:48
|
|
Replies: 1
Views: 1,357
Check InstDir for special character
Hi all
Does theire already exist a function, which checks if the INSTDIR has any special characters (ä, ö, ?, spaced, ...)?
I searched already a while, but i wasn't successfull.
Thanks and...
|
Forum: NSIS Discussion
18th January 2011, 14:36
|
|
Replies: 2
Views: 1,332
|
Forum: NSIS Discussion
18th January 2011, 08:18
|
|
Replies: 2
Views: 1,332
Read Environement Variable
Hi all!
I'm looking for a possiblity to read a value an Environement variable.
I checked the "http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,_and_remove_entries" function,...
|
Forum: NSIS Discussion
17th January 2011, 11:02
|
|
Replies: 3
Views: 1,737
|
Forum: NSIS Discussion
17th January 2011, 10:46
|
|
Replies: 3
Views: 1,737
Decompress a .zip file
Hi at all!
During the Installation a copy a .zip file in the installation folder.
Does theire exist a command to directly decompress the .zip File?
Example:
SetOutPath $INSTDIR
File...
|