Setup Bootstrap: Difference between revisions

From Orion Engine Wiki
Jump to navigation Jump to search
(Created page with "The [http://www.orionengine.com Orion Engine] SDK includes a setup bootstrap (SETUP.EXE) that does not have any dependencies, i.e. the MS VC Runtime is not required. This can...")
(No difference)

Revision as of 17:54, 18 December 2017

The Orion Engine SDK includes a setup bootstrap (SETUP.EXE) that does not have any dependencies, i.e. the MS VC Runtime is not required. This can be used to install the latest Visual C Runtime that the engine was built against. Currently, the file VC_redist.x64.exe should be included with your setup distribution. It will be silently installed, before your main setup program is started.