elennick / switch-mono

Port of XBLIG game Switch! to PC using MonoGame
0 stars 0 forks source link

create an installer so someone can install and play switch with a single downloaded artifact #16

Open elennick opened 7 years ago

elennick commented 7 years ago

https://msdn.microsoft.com/en-us/library/bb464156.aspx

https://forums.tigsource.com/index.php?topic=45261.0

elennick commented 7 years ago

was able to use the visual studio clickonce tools to publish files that will install and uninstall in windows environments, good enough for now... first release is available here -> https://github.com/elennick/switch-mono/releases/tag/0.1.0

elennick commented 7 years ago

visual studio ClickOnce publish actually doesnt work on a fresh install, need to figure out how to fix it or use something else