Forum: NSIS Discussion
3rd September 2006, 19:34
|
|
Replies: 1
Views: 1,455
Using Shared DLL's
I'm creating an installer for a program that requires two dll's from another program (OpenSSL). What is the best way to install them? I was just going to do a REGDLL, but I'm worried that my...
|
Forum: NSIS Discussion
10th January 2006, 18:45
|
|
Replies: 6
Views: 2,567
|
Forum: NSIS Discussion
9th January 2006, 18:43
|
|
Replies: 6
Views: 2,567
Thanks a lot! It works great.
Nit...
Thanks a lot! It works great.
Nit Picking...
It's not possible to deselect Sec2 unless Sec3 and Sec4 are unchecked. Is it possible to have it so deselecting Sec2 automatically deselects Sec3...
|
Forum: NSIS Discussion
9th January 2006, 16:52
|
|
Replies: 6
Views: 2,567
Section Dependency Question
I'm looking for a way to have three co-dependent sections.
Here is an example:
Sec1
Sec2
Sec3
Sec4
Sec1 is required (I have this figured out).
What I need help with is handling the...
|