I\'m trying to build a Windows installer using Nullsoft Install System that requires installation by an Administrator. The installer makes a \"logs\" directory. Since regul
Why not create a log-directory in the user's %APPDATA% directory? Do you really need to put all the logs in the install directory? Why?