mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
This PR implements two of the three hooks that allows you to run custom applications during 2nd-stage setup (the 3rd hook is `...\$OEM$\Cmdlines.txt`, but that requires file copy operations, etc.) - `DetachedProgram` is documented[^1] for NT4...2003; it is started before installation and `UserExecute` after. - `UserExecute` is a great place to install VM Guest Additions, one reboot less and you have shared folders/clipboard on the first normal boot. [^1]: https://web.archive.org/web/20090902145959/http://technet.microsoft.com/en-us/library/cc757642(WS.10).aspx