Skip to content

Instantly share code, notes, and snippets.

@berkayfeci
berkayfeci / installxna4.bat
Created October 29, 2023 00:06
Install Microsoft XNA 4.0 refresh without VS2010 for VS2019
#fnr.exe is from https://github.com/zzzprojects/findandreplace
#It should be put in same directory as this batch file.
#Original batch file is from https://www.naresh.se/2014/01/02/install-microsoft-xna-4-0-refresh-without-vs2010-for-vs2013/
%~dp0XNAGS40_Setup.exe /extract:%~dp0XNA
%~dp0XNA\redists.msi /passive
"%ProgramFiles(x86)%\Microsoft XNA\XNA Game Studio\v4.0\Setup\XLiveRedist.msi" /passive
"%ProgramFiles(x86)%\Microsoft XNA\XNA Game Studio\v4.0\Redist\XNA FX Redist\xnafx40_redist.msi" /passive
"%ProgramFiles(x86)%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnaliveproxy.msi" /passive
"%ProgramFiles(x86)%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnags_platform_tools.msi" /passive