Skip to content
⌘ NSIS Forum Archive

InstallOptionsEx

368 posts

deguix#
Thinking about several months about this, I should abandon this project now.

First and main reason is that I don't like hacking environments like the Windows GUI - there are many glitches with everything. I like working in an already solid environment or an unstable one with the ability to change how it works. NSIS is stable, but Windows API is "stable" with bugs, which is more like unstable for me.

Second is the continuity of a project. I don't like to change the same code over and over again, I like to create new things instead, without rewriting old code once again.

Third, I like language standards and low-level coding to improve high-level coding, and I like when there exists a "model" code that can be changed later to create variations.

Thank you for at least saying that this is a good project, and making suggestions and mentioning bugs. I see that someone will take advantage of some of the code for his own purpose.
Comm@nder21#
thanx for all you did man!

though i never used it, its for sure a great plugin!

i'll pack it with the plugin rollup package i plan to release in the next months 🙂
deguix#
It would be better to standardize the code first, so that only necessary plug-ins would be used and implemented in the package.
iceman_k#
I don't like to change the same code over and over again, I like to create new things instead, without rewriting old code once again.
Unfortunately, the reality of software development is that old code needs to rewritten/fixed several times until it passes some predefined level of acceptability. And THEN go on to the new stuff. Just the nature of the business. 🙂
(Doesn't seem to stop Microsoft, however 😁)
Anyway, good luck with whatever you decide to do next.
I suppose I will shelve my plans for IOEx support in EclipseNSIS- I was waiting for it to get out of beta stage. 🙁
SuperPat#
Problem with the TreeView

Good evening,

I have a problem with the treeview:

When I select a subitem, only the parent item is reported in "State"

[Field 3]
Type=TreeView
Left=0
Right=-1
Top=41
Bottom=-12
Notify=ONSELCHANGE
ListItems=A|B|C|D|E{F|G}H|I{K|L|M}N|O
State=E

In this example, if I select "F" or "G", "state" will be equal at "E" intead of "E{F}" or "E{G}" as it should.

Can you fix this?
deguix#
Well, I'm in a vacation, and the project is abandoned. But I might return developing it later, if I develop another project needing this.

You could always test older versions to "fix" whatever the problem you need. Still, thank you for continuing to report stuff.