- NSIS Discussion
- Bug $PLUGINSFOLDER
Archive: Bug $PLUGINSFOLDER
playwin
29th January 2004 21:01 UTC
Bug $PLUGINSFOLDER
Hello everyone,
I'm new to NSIS and this forum!
Well I think I found a BUG:D
Acording to documentation $PLUGINS folder automaticaly removed when the Installer close.But this not happens when you set, SetReeBootFlag true on Uninstall section, and using Finish Page(MODERN UI) , and user select to reboot.
Well! what you guys think! Am I missing something here, or is that a really BUG!
PS. I got the latest NSIS
Joost Verburg
29th January 2004 21:15 UTC
Works fine for me. Make sure all plug-ins are unloaded, there are no files in use and that the folder is not the current folder (set using SetOutPath).
rainmanp7
29th January 2004 21:23 UTC
try and put the Section $Plugins also in the Uninstaller section and see what happens ? :)
playwin
29th January 2004 21:25 UTC
Again acording to the documentation MODERN_UI handles to auto unload all plugins when the dialog close. And I'm not using any special Plug=ins. just the basic ioSpecial.ini.
And please note if you hit Finish-Button without selecting the REBOOT option then all is fine. You have to choose the REBOOT option.
If you still think I'm wrong , please contact me at auddy@gawab.com , I'll send you a sample.
Joost Verburg
29th January 2004 21:27 UTC
After some more testing kichik has discovered it might be a Windows 9x issue. I'm using XP so that's why I could not reproduce it.
You are using Windows 9x right?
rainmanp7, it's not a section but a folder for temporary storage. It's has nothing to do with including sections.
playwin
29th January 2004 21:32 UTC
Yeah! That's right!
Are you sure this is 9x ussue?.....
If yes, is there any solution for that!:eek: :eek:
Its verry important to my current porject!
kichik
29th January 2004 21:34 UTC
Originally posted by playwin
Yeah! That's right!
Are you sure this is 9x ussue?.....
If yes, is there any solution for that!:eek: :eek:
Its verry important to my current porject!
I'm currently investigating.
playwin
29th January 2004 21:42 UTC
OH! It's me again,
Well it's verry late now and I'm leaving...
So If you find any solutions please send them to my email at
auddy@gawab.com and dipak@myrealbox.com
Thanks in Adance!;)
Good Night!
kichik
29th January 2004 23:19 UTC
Fixed in latest CVS version. No compiled version yet.
playwin
29th January 2004 23:23 UTC
What's that mean?
Remmember I'm very new to this product.
Please explain!
And bye the way so that's turn out really a BUG!
rainmanp7
30th January 2004 01:07 UTC
I'm not getting that error on Windows 2003 Enterprise Server Either
and I have tried it on Windows 2003 Web Server
looks like this is system specific
"Mabey"
hrmmm mabey I should try this on my win98 machine as well
hehe
You got a sample code handy ?
such as a example to recreate with.
Ahh
Fixed in latest CVS version. No compiled version yet.
Gues ya either compile it or wait for the next release :)