transnote
24th April 2003 21:30 UTC
/REBOOTOK Not Working On RMDIR?
I'm using NSIS v2 Beta 3 and trying to use the /REBOOTOK switch with an RMdir command. The situation is that some of the files within a the directory may be in use and I'm hoping to have it deleted on the next reboot
According to http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.8 the /REBOOTOK should work, does anyone know if this switch works in v2 beta 3? If not, what versions does it work in?
thanks
transnote@hotmail.com
transnote
24th April 2003 21:31 UTC
update: I found it in:
2003-03-29 18:32 Joost Verburg
TODO.txt: RMDir /REBOOTOK
Let me change this slightly, does anyone know if previous versions had this command?
Joost Verburg
24th April 2003 21:36 UTC
This is a new command in the latest version.
kichik
24th April 2003 22:05 UTC
The documents on http://nsis.sourceforge.net/Docs are the documents for the latest CVS version, not the latest released build. I have added a note clarifying what latest means on http://nsis.sf.net/.
transnote
24th April 2003 22:34 UTC
ahhh, thanks guys :)