summaryrefslogtreecommitdiff
path: root/setup/execute.c
AgeCommit message (Expand)Author
2010-12-25Pass through all command line arguments specified to the setup tool toSimon Howard
2009-12-18Make ExecuteCommand() under Unix return a failure when the executableSimon Howard
2009-12-14Use GetModuleFileNameW to get the (Unicode) path to the Doom executable.Simon Howard
2009-11-21Use execvp() rather than execv(), to look up Doom binary in the PATH ifSimon Howard
2009-11-21Fix crash with chocolate-setup under Windows (thanks Janizdreg).Simon Howard
2009-11-19Make chocolate-setup use its own location in the filesystem to find theSimon Howard
2009-10-04Provide pointer to STARTUPINFO structure when calling CreateProcessW, toSimon Howard
2009-07-07Fix launching of the game from the setup tool in Windows CE.Simon Howard
2009-06-07Fix header includes (thanks exp[x])Simon Howard
2009-06-07Fix setup tool compile on Windows CE.Simon Howard
2008-01-25Rename some files to be package name independent.Simon Howard
2007-11-23Use _spawnv() to invoke Doom under Windows, rather than system(). FixesSimon Howard
2007-01-06temp -> tempdirRussell Rice
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
2007-01-02Replace WINDOWS define with _WIN32Russell Rice
2007-01-02sys/wait.h does not exist on windows (thank mingw for sucking), addRussell Rice
2006-12-23Add '-findiwads' command line hack so that the setup program can findSimon Howard
2006-10-25Make the "test controls" option work - write the current config toSimon Howard
2006-10-24Don't rely on INSTALL_DIR for the Win32 build.Simon Howard
2006-10-24Pass through config variables into response file when launching Doom.Simon Howard
2006-10-23Write newlines in response files to separate parameters.Simon Howard
2006-10-23Rename testconfig.[ch] to execute.[ch], add generalised framework forSimon Howard