Is it possible to have wine steps in a ResidualVM installer? I’m trying to write one for Escape from Monkey Island. I’ve got the gog wine version, but I thought it’d be neat if the installer:
Created a temporary wine prefix
Installed the windows version into the wine prefix
Copied the game data somewhere else
Deleted the wine prefix
Configured ResidualVM to use the copied game data
Then, I could replicate the process for The Curse of Monkey Island as well, swapping Residualvm for SCUMMVM.
Currently install script uses Wine to run GoG installer and then runs Dosbox in Wine as well. Ideally Wine could only be used to run installer, and then native dosbox runner could be used to run extracted binaries.
Well I succeeded to create a full DosBox installer for my use case now. But I’m sure there are other use cases where this feature would be very useful.