Skip to content
⌘ NSIS Forum Archive

/REBOOTOK Not Working On RMDIR?

5 posts

transnote#

/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#
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?
kichik#
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/.