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...")
 
mNo edit summary
 
Line 1: Line 1:
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 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.
The [https://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 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.

Latest revision as of 18:04, 20 June 2018

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.