Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: mumuri
Forum: NSIS Discussion 2nd August 2004, 10:02
Replies: 9
Views: 2,117
Posted By mumuri
you just have to put the shortcut on quicklauch...

you just have to put the shortcut on quicklauch folder
-------------------------------- from NSIS help
$QUICKLAUNCH

The quick launch folder for IE4 active desktop and above. If quick launch is...
Forum: NSIS Discussion 2nd August 2004, 08:06
Replies: 2
Views: 1,335
Posted By mumuri
yes it should work with only one section ;) ...

yes it should work with only one section ;)

1 - you detect the OS in the function .onInit
You stock the name of the OS in a variable ($OS)

2 - you install the file you want in the section
it...
Forum: NSIS Discussion 1st August 2004, 08:46
Replies: 4
Views: 1,430
Posted By mumuri
Hello PCenhancer are you sure it's not...

Hello PCenhancer

are you sure it's not testlink.nsi ;)

If youre finishing page is made with install option , you only have to add a field like this one

[Field 3]
Type=Link
Left=20...
Forum: NSIS Discussion 31st July 2004, 14:43
Replies: 13
Views: 2,677
Posted By mumuri
lol, sorry,i was just saying that you should...

lol, sorry,i was just saying that you should watch the one-section.nsi .

Your problem come from the fact that you have to use a variable to keep the selected option (like kichik said)

All is...
Forum: NSIS Discussion 31st July 2004, 13:18
Replies: 2
Views: 1,200
Posted By mumuri
this should help you languages.nsi in the...

this should help you
languages.nsi

in the folder 'example' of NSIS
Forum: NSIS Discussion 31st July 2004, 13:00
Replies: 13
Views: 2,677
Posted By mumuri
have you read this ???? ...

have you read this ????
http://forums.winamp.com/showthread.php?s=&threadid=188384
he has the same problems as you ;).
Forum: NSIS Discussion 31st July 2004, 12:26
Replies: 13
Views: 2,677
Posted By mumuri
You only have to use sectionsetflags to unset the...

You only have to use sectionsetflags to unset the others button

SectionSetFlags 0 0x10 ; this button is inactive
SectionSetFlags 1 0x10 ; this button is inactive too
SectionSetFlags 2 0x01 ;...
Forum: NSIS Discussion 31st July 2004, 08:39
Replies: 2
Views: 2,515
Posted By mumuri
Hello i ve got the same problems a few...

Hello

i ve got the same problems a few weeks ago,

as fas as i remember, i only add this
Function .onSelChange


!insertmacro StartRadioButtons $1
!insertmacro RadioButton...
Forum: NSIS Discussion 29th July 2004, 13:20
Replies: 16
Views: 4,892
Posted By mumuri
You can try to download via FTP. ...

You can try to download via FTP.

http://forums.winamp.com/showthread.php?s=&threadid=186466
Forum: NSIS Discussion 29th July 2004, 13:17
Replies: 3
Views: 1,432
Posted By mumuri
yes there is , you can use a tracer, You run...

yes there is , you can use a tracer,

You run the tracer
You run your 'setup'
the tracer gives you all the files and registers who where changed during the install, with that , you can pack a...
Forum: NSIS Discussion 29th July 2004, 10:27
Replies: 3
Views: 1,432
Posted By mumuri
I don't think it's possible in the normal way,...

I don't think it's possible in the normal way, Perhaps you can add the file you want to replace at the end of the exe file and then open it during the install.

Why do you want to do that ??
Forum: NSIS Discussion 28th July 2004, 15:23
Replies: 10
Views: 3,268
Posted By mumuri
yes you "re right the code will be easyer to...

yes you "re right the code will be easyer to understand

thanks

but there is a little problem

if we have this case


With the macro we can not do that (if we put the Push $R1 / call...
Forum: NSIS Discussion 28th July 2004, 10:41
Replies: 10
Views: 3,268
Posted By mumuri
i understand Juste one more thing IF...

i understand

Juste one more thing

IF the function is just use once, we d better use a macro ??

I mean ,to use a function you must 'call' it, so the 'éxécution time' will be longer than if...
Forum: NSIS Discussion 25th July 2004, 17:44
Replies: 10
Views: 3,268
Posted By mumuri
ok thanks

ok thanks
Forum: NSIS Discussion 25th July 2004, 13:35
Replies: 10
Views: 3,268
Posted By mumuri
[Newbie] différence between macro and functions

I only want to know the différence between a macro and a function in NSIS.

What is the 'influence' on the finale exe file ?? Is this file bigger if i use a macro ??
Forum: NSIS Discussion 25th July 2004, 10:20
Replies: 7
Views: 9,509
Posted By mumuri
hello excuse me, when i type ...

hello

excuse me, when i type

nsExec::Exec "cmd /C ftp.exe"

where ftp.exe is the défault ftp manager of windows(c:\windows\system32\)
it doesn't work

EDIT : i understand, nsiexe wait...
Forum: NSIS Discussion 24th July 2004, 16:32
Replies: 11
Views: 5,872
Posted By mumuri
ok i will have to use curl to create folder,...

ok i will have to use curl to create folder, thanks or i can use ftp.exe in windows folders too
Forum: NSIS Discussion 23rd July 2004, 22:07
Replies: 11
Views: 5,872
Posted By mumuri
one question, when the subfolder doesn't exist,...

one question, when the subfolder doesn't exist, is he created ???
Forum: NSIS Discussion 22nd July 2004, 12:13
Replies: 3
Views: 1,208
Posted By mumuri
thanks for this plug in excuse me in your...

thanks for this plug in

excuse me in your source
"you can use "/LANGUAGE=" as in nsisdl"

i'm a newbie and i don't understand well, what do you mean by this sentence

have you an example ???
Showing results 1 to 19 of 19

 
Forum Jump