(Sorry my English is not good)
I've made a small game with UDK(Unreal Development Kit)Latest Release(December 2011 UDK Beta) and used frontend for package my game; When I install the game on the user's computer(user os is winxp sp3 32bit or windows 7 sp1 32bit without .net framework) Installer program can follow the steps below:
- install .net framework 4 full
- run UE3Redist.exe (this program install DirectX & Microsoft Visual C++ 2010 Redistributable Package (x86-x64))
- copy require files
(I tried not installing the .net framework 4; I gives error:
*
--------------------------
TestGame.exe - .NET Framework Initialization Error
---------------------------
To run this application, you first must install one of the following versions of
the .NET Framework: v4.0.30319 Contact your application publisher for instructions
about obtaining the appropriate version of the .NET Framework.
*
why
- why .net framework is require?
- If I want to build my custom setup for my game ,Do I need to install the .net framework 4?(i read UDK System Requirements)
