Forum: NSIS Discussion
22nd November 2006, 08:55
|
|
Replies: 3
Views: 1,824
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
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
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
|
Forum: NSIS Discussion
17th February 2003, 15:04
|
|
Replies: 4
Views: 2,317
|
Forum: NSIS Discussion
17th February 2003, 14:44
|
|
Replies: 4
Views: 2,317
"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
|
Forum: NSIS Discussion
11th February 2003, 15:23
|
|
Replies: 8
Views: 3,681
|
Forum: NSIS Discussion
11th February 2003, 14:45
|
|
Replies: 2
Views: 1,370
|
Forum: NSIS Discussion
11th February 2003, 12:33
|
|
Replies: 8
Views: 3,681
|
Forum: NSIS Discussion
11th February 2003, 10:18
|
|
Replies: 8
Views: 3,681
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
|
Forum: NSIS Discussion
19th September 2002, 12:13
|
|
Replies: 5
Views: 1,540
|
Forum: NSIS Discussion
19th September 2002, 10:25
|
|
Replies: 5
Views: 1,540
|
Forum: NSIS Discussion
19th September 2002, 09:32
|
|
Replies: 4
Views: 1,435
|
Forum: NSIS Discussion
19th September 2002, 08:33
|
|
Replies: 4
Views: 1,435
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
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
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
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
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
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
|
Forum: NSIS Discussion
16th May 2002, 10:31
|
|
Replies: 12
Views: 2,010
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
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
|