Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: Bennyyy
Forum: NSIS Discussion 17th April 2004, 17:24
Replies: 5
Views: 1,407
Posted By Bennyyy
thank you :D

thank you :D
Forum: NSIS Discussion 17th April 2004, 16:29
Replies: 5
Views: 1,407
Posted By Bennyyy
no you dont understand my problem. "mytext" is...

no you dont understand my problem.
"mytext" is only for example.

it is all the same which stands there
it only show "are you sure you want to quit..." NOT my text
Forum: NSIS Discussion 17th April 2004, 13:35
Replies: 5
Views: 1,407
Posted By Bennyyy
Abortwarning

hi

how can i change the abortwarning text in my installer?
i use this

!define MUI_ABORTWARNING_TEXT "mytext"

but it wont work.
Forum: NSIS Discussion 15th April 2004, 13:02
Replies: 6
Views: 2,555
Posted By Bennyyy
hi try this: WriteRegStr HKLM...

hi

try this:

WriteRegStr HKLM "Software\MyProg\PWD" "$c_PWD"
Forum: NSIS Discussion 14th April 2004, 10:39
Replies: 5
Views: 1,623
Posted By Bennyyy
no problem!

no problem!
Forum: NSIS Discussion 13th April 2004, 14:35
Replies: 32
Views: 8,255
Posted By Bennyyy
danke sehr! :D

danke sehr! :D
Forum: NSIS Discussion 13th April 2004, 14:29
Replies: 5
Views: 1,623
Posted By Bennyyy
hi use this: Function .onInit ...

hi

use this:

Function .onInit
InitPluginsDir
File /oname=$PLUGINSDIR\yourBmp.bmp "yourBmp.bmp"
WriteINIStr "$PLUGINSDIR\YourINI.ini" "Field 8" "Text" "$PLUGINSDIR\yourBmp.bmp"
FunctionEnd
Forum: NSIS Discussion 13th April 2004, 13:01
Replies: 32
Views: 8,255
Posted By Bennyyy
hi can someone give me a working example...

hi

can someone give me a working example script, please?
Forum: NSIS Discussion 9th April 2004, 12:38
Replies: 8
Views: 2,646
Posted By Bennyyy
use this (i found it in the nsis user manual) ...

use this
(i found it in the nsis user manual)

4.9.1.3 ExecShell action command [parameters][SW_SHOWNORMAL | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED]

Execute the specified program using...
Forum: NSIS Discussion 9th April 2004, 10:36
Replies: 4
Views: 1,370
Posted By Bennyyy
hi sorry for my bad english... use this ...

hi

sorry for my bad english...
use this

Function .onVerifyInstDir
IfFileExists $INSTDIR\Winamp.exe PathGood
Abort ;
PathGood:
FunctionEnd
Forum: NSIS Discussion 8th April 2004, 22:58
Replies: 1
Views: 1,669
Posted By Bennyyy
Installer and Uninstaller

hello

is there a way in nsis to write the same code for the installer automatically in the uninstaller?
Forum: NSIS Discussion 8th April 2004, 20:56
Replies: 2
Views: 1,111
Posted By Bennyyy
thanks :D :D

thanks :D :D
Forum: NSIS Discussion 8th April 2004, 20:05
Replies: 2
Views: 1,111
Posted By Bennyyy
Subdirectory

hi

is there any way to include subdirectorys in my installer?

i tried this "C:\install\*.*"
but it did not work :(
it only included files :(
Forum: NSIS Discussion 7th April 2004, 09:29
Replies: 8
Views: 2,646
Posted By Bennyyy
hi use this: nsExec::Exec "Install.exe...

hi

use this:

nsExec::Exec "Install.exe -i XXX"
Forum: NSIS Discussion 5th April 2004, 17:09
Replies: 2
Views: 994
Posted By Bennyyy
thanks joost it works :D :D

thanks joost it works :D :D
Forum: NSIS Discussion 5th April 2004, 15:52
Replies: 2
Views: 994
Posted By Bennyyy
Need Help

sorry for my bad english because its machine translated.
I have a problem like can one an indication of path remove that oneonly file name have

for example:

input
C:\nsis\install\setup.exe
...
Showing results 1 to 16 of 16

 
Forum Jump