- NSIS Discussion
- Problem with 2.32 installer
Archive: Problem with 2.32 installer
galevsky
16th November 2007 12:52 UTC
Problem with 2.32 installer
Hi,
I was using 2.31, then eclipse told me to update to v2.32. Good. Download. Setup. Compile with new version... => code broken !!!
The installer didn't take care about the Plugins, Include, Docs, and Examples directories, and deleted all my additional plugins... :down:
Gal'
pospec
16th November 2007 12:56 UTC
It also did for me on 2.32.
galevsky
16th November 2007 14:24 UTC
I read on release note that "Modern UI 2 beta: Fixed 3-line title on welcome/finish page"... that means there no need to add "!define MUI_WELCOMEPAGE_TITLE_3LINES" ? Because if I don't add it with compiler v2.32, I still face the problem.
Gal'
kichik
16th November 2007 15:35 UTC
MUI_WELCOMEPAGE_TITLE_3LINES is still required. It was just fixed for MUI2.
galevsky
16th November 2007 15:37 UTC
Okay, thanks ;)
pospec
16th November 2007 22:25 UTC
And what about that plugins?
pospec
17th November 2007 07:51 UTC
Isn't it installer issue?
kichik
17th November 2007 09:36 UTC
Yes, makensis.nsi uses RMDir /r $INSTDIR\Plugins.
Takhir
17th November 2007 15:39 UTC
If you want to keep additional dirs/files in $INSTDIR\Plugins every time on new NSIS release install change selection "Uninstall first" - this case rmdir is not executed. This feature presents .. beginnig at least 2.0.
pospec
18th November 2007 07:03 UTC
Yes, makensis.nsi uses RMDir /r $INSTDIR\Plugins.
It SHOULDN'T! There is one (my) installation Rule - installer should delete only files that were written by it. I was surprised after 2.32 (re)installation.
Afrow UK
18th November 2007 15:05 UTC
Don't choose to uninstall first.
Stu
kichik
18th November 2007 18:48 UTC
I hope to annoy enough people with this feature so that someone finally picks up the glove and give makensis.nsi a facelift. Plus the usual more important stuff to do and the usual bad practice in installing custom plug-ins to the Program Files directory when there's !addplugindir. So - no, I'm not going to fix this.
pospec
18th November 2007 19:27 UTC
We have a saying in my language: "Blacksmith's mare walks barefooted."
kichik
18th November 2007 19:31 UTC
In my language it's: "the shoemaker walks barefooted". Funny how similar are those two :)
pospec
18th November 2007 19:37 UTC
In these 42 sayings is only a few with different translations. The others are completly same in my (Czech) language.
Excuse me for a bit offtopic ;)