-
Notifications
You must be signed in to change notification settings - Fork 17
Description
I have many “setup-only” games that I want to add to my Drop instance.
To ensure that they can be launched, I wrote a script that accepts a --setup or --launch parameter and executes the "installer.exe" or the “game.exe” in the installation directory. This all works fine.
However, when I uninstall the game from the Drop client, the files are simply deleted. This means that the game is not uninstalled “correctly” and for instance, Windows still thinks that it is installed.
It would be nice if there was a way to configure an “uninstall executable/command” that is executed before the folder is removed. This would allow previously installed games to be uninstalled correctly.
The alternative at the moment is to pre-install the game and use the installation directory instead of the installer for Drop. However, this is very time-consuming.