Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: wili
Forum: NSIS Discussion 23rd February 2011, 06:19
Replies: 2
Views: 1,592
Posted By wili
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
Posted By wili
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
Posted By wili
Thanks a lot. So i'll check if the...

Thanks a lot.
So i'll check if the uninstaller.exe is still at the same folder (with filexists...).

Regards,
Marco
Forum: NSIS Discussion 11th February 2011, 09:27
Replies: 26
Views: 6,414
Posted By wili
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
Posted By wili
Hi Thanks for your answer. Does theire...

Hi

Thanks for your answer.
Does theire exist a function which generate a list of all files and folders during the Uninstall Section?

Thanks and Regards,
Marco
Forum: NSIS Discussion 10th February 2011, 11:31
Replies: 26
Views: 6,414
Posted By wili
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
Posted By wili
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
Posted By wili
Thanks a lot!

Thanks a lot!
Forum: NSIS Discussion 18th January 2011, 08:18
Replies: 2
Views: 1,332
Posted By wili
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
Posted By wili
Exactly what I'm was locking for! Thanks for...

Exactly what I'm was locking for!

Thanks for your fast replay!
Forum: NSIS Discussion 17th January 2011, 10:46
Replies: 3
Views: 1,737
Posted By wili
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...
Showing results 1 to 11 of 11

 
Forum Jump