Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: cooladn
Forum: NSIS Discussion 22nd November 2006, 08:55
Replies: 3
Views: 1,824
Posted By cooladn
Hi and thanks for your times. The best...

Hi and thanks for your times.

The best solution should be creating a DLL including all in one. But in the first time, i will be satisfy if only "Makensis" was in it, with the possibility to set...
Forum: NSIS Discussion 21st November 2006, 16:08
Replies: 3
Views: 1,824
Posted By cooladn
NSIS compiled into a dll

Hi!

As i would like to integrate nsis in a project, i would like to know if there is a solution that offer a nsis version compiled into a dll.
Next, I would like to know if we have rigths to do...
Forum: NSIS Discussion 18th February 2003, 17:20
Replies: 2
Views: 1,514
Posted By cooladn
Why can't i use 256 color icon ?

hi!
Why can't i use a 32x32 256 color icon ?
i've always this type of error
"Finding icons offsets for uninstaller...
generate_unicons_offsets: installer, uninstaller icon size mismatch --...
Forum: NSIS Discussion 18th February 2003, 10:04
Replies: 3
Views: 1,646
Posted By cooladn
How to precise the uninstall Icon

hi!
as i use a personnal icon for my programm, i would like to use this icon for the uninstaller.
How could i do it ?
thinks
Forum: NSIS Discussion 17th February 2003, 15:04
Replies: 4
Views: 2,317
Posted By cooladn
i don't use any icon. Is there an error on my...

i don't use any icon.
Is there an error on my nsis interface ?
Forum: NSIS Discussion 17th February 2003, 14:44
Replies: 4
Views: 2,317
Posted By cooladn
"finding icon offsets" error

Hi!
have an error when i compile my nsi file.
the error concern my uninstall part.
i've a "finding icon offsets" error.

Someone have ever seen this type of error ?
Forum: NSIS Discussion 17th February 2003, 09:39
Replies: 8
Views: 3,681
Posted By cooladn
I use it as a program started with exeWait...

I use it as a program started with exeWait command
Next, as i use an emplacement in HKCU registry, it write a command that i read with my nsis installer
Forum: NSIS Discussion 11th February 2003, 15:23
Replies: 8
Views: 3,681
Posted By cooladn
thinks for your help. i 've just written a vb...

thinks for your help.
i 've just written a vb program doing the same thing.
if someone is interrested, just ask me
Forum: NSIS Discussion 11th February 2003, 14:45
Replies: 2
Views: 1,370
Posted By cooladn
How to do a return line on a message box ?

How to do a return line on a message box ?
i've tryed \n and vbCrLf without any success
someone have an idea ?
Forum: NSIS Discussion 11th February 2003, 12:33
Replies: 8
Views: 3,681
Posted By cooladn
thinks for your help but i don't understand not...

thinks for your help but i don't understand not very well how to use it.
Forum: NSIS Discussion 11th February 2003, 10:18
Replies: 8
Views: 3,681
Posted By cooladn
Talking message box when space disk is too small

Hello,
after a long time without post, i come to ask some help.
Several months ago, i've written a program needing 2 CDroms.
Today, i need to make un upgrade of this program.
Space disk is my...
Forum: NSIS Discussion 19th September 2002, 15:24
Replies: 5
Views: 1,540
Posted By cooladn
How to know space available ?

How to know space available ?
i want to stock the value.
Forum: NSIS Discussion 19th September 2002, 12:13
Replies: 5
Views: 1,540
Posted By cooladn
Thinks for your explanations

Thinks for your explanations
Forum: NSIS Discussion 19th September 2002, 10:25
Replies: 5
Views: 1,540
Posted By cooladn
Cool Dis space required modify

As i will install 2 Cd-roms, how to specify space required ?
Forum: NSIS Discussion 19th September 2002, 09:32
Replies: 4
Views: 1,435
Posted By cooladn
Talking it works very well Thinks a lot for your help

it works very well
Thinks a lot for your help
Forum: NSIS Discussion 19th September 2002, 08:33
Replies: 4
Views: 1,435
Posted By cooladn
Smile How to repeat a test ?

Hi!
i write two exec files CD1.exe and CD2.exe, each will be on a CD-rom.
On the first, after doing installation, i inform user to change Cd.
As i need to test if CD2.exe exist, i write this code...
Forum: NSIS Discussion 17th September 2002, 14:52
Replies: 5
Views: 1,905
Posted By cooladn
UI controlers information

i work on default UI using Resource Hacker.
that i would like to say on my precedent question was how to specify in nsis file each UI controlers information.

For exemple, when i look the main...
Forum: NSIS Discussion 17th September 2002, 13:53
Replies: 5
Views: 1,905
Posted By cooladn
Parameters about UI

Hi,
as i continue my progression on build new UI, i would like to know where i could find informations about parameters to give to all controlers needed in a UI, and how call them in my nsi file.
I...
Forum: NSIS Discussion 17th September 2002, 09:50
Replies: 5
Views: 1,905
Posted By cooladn
Create new UI

Hi,
how can i do to create new UI ?
Does i need to draw it on VisualBasic program ?

Thinks for your help
Forum: NSIS Discussion 31st May 2002, 09:11
Replies: 2
Views: 1,785
Posted By cooladn
Talking Thinks

What a pleasure to find a new version of NSISplus.
You 've made a fantastic work, and now i can click on SilentInstall without problem ;)
I use it from 3 month for professional projects and i would...
Forum: NSIS Discussion 17th May 2002, 07:51
Replies: 12
Views: 2,010
Posted By cooladn
Unhappy It's my fault, sorry

Hi!
you're rigth, the code wasn't incorrect.
As i'm a stupid boy, i don't read a part of VB book appendice, that say Active DLL made with VB are not DLL as we know.
It's only the possibilit to...
Forum: NSIS Discussion 16th May 2002, 12:29
Replies: 12
Views: 2,010
Posted By cooladn
well, i'm lost i've write this code, but it...

well, i'm lost
i've write this code, but it doesn't work

Section ""
GetTempFileName $1
File /oname=$1 RegKeyExists.dll
SectionEnd

Function .onInstSuccess
CallInstDLL $1 RegKeyExists
Forum: NSIS Discussion 16th May 2002, 10:31
Replies: 12
Views: 2,010
Posted By cooladn
Talking Hi everybody! i come back with my stupid...

Hi everybody!

i come back with my stupid problem

my dll work very well, when i call it on a vb program, but when i make it on, and then calling on my nsis install program, it say me: "Could not...
Forum: NSIS Discussion 13th May 2002, 13:41
Replies: 12
Views: 2,010
Posted By cooladn
Smile the source

i rewrite my nsis code

Section ""
StrCpy $1 $TEMP\Project1.dll
File /oname=$1 Project1.dll
CallInstDLL $1 RegKeyExists()
Pop $1
MessageBox MB_OK|MB_ICONEXCLAMATION $1
Delete $1 ...
Forum: NSIS Discussion 13th May 2002, 11:37
Replies: 1
Views: 1,455
Posted By cooladn
Using "Verdana" font instead of font default

Hi!
this time, just a simple question:
how to use "Verdana" font for the project name and license text ?
thinks
Showing results 1 to 25 of 37

 
Forum Jump