if you want to faster/better work around the uninstaller (which is still easy without) and auto restart the game you can use this (or a similar) batch:
=================
@echo do not click restart but press alt+F4
@pause
:start
"Game That Deletes Itself.exe"
goto start
===============
have fun