Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How can i prevent Update utility to be closed when the update is done ?
I want to make a play button.

(+1)

You'll need to show a play button in ZipWorker_RunWorkerCompleted, and make it call StartApplication when clicked (instead of calling StartApplication inside ZipWorker_RunWorkerCompleted). Making a play button is probably going to be more complicated than you think, dealing with xaml.