Juiceman skrev: > I didn't include the current update.cmd because it wouldn't work, so > I didn't pack the dependencies either (like wget and sha1test). > > > Ok, i think I can add them. Alpha branch, right?
> Do we have a preference about what folders these go into? Yeah, alpha branch :). I've tried to clean things up a bit with the new folder structure, so I would suggest making a subdirectory called "updater" or something like that and put it all in there - but feel free to add stuff whereever you feel like it. > To stop the node, simply close/kill the tray manager (in a graceful > way though, or it won't get the chance to shut down the wrapper > before getting killed by the OS). > > > Is this by creating the tray_die.dat file like we do currently? I kinda switched to properly killing by using the dumped process id. It's done like this in the uninstaller: --- FileRead, _TrayPID, freenet.pid WinClose, ahk_pid %_TrayPID%, , 30 --- You can probably achieve the same functionality with the command line tool "taskkill" that comes with Windows. - Zero3