Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Game installation

  • #1, by Umon 13 years ago Zitieren
    Hi all,

    i was searching an option to build an setup routine for installation for the game after build it, but i cant foud one.
    Did i miss something or do i have to build my own setup - installation program?
  • #2, by littleleds 13 years ago Zitieren
    To export a build you must buy a license, See more about it here: http://www.visionaire-studio.net/cms/licences.html
  • #3, by afrlme 13 years ago Zitieren
    he means an option to export into a compressed package which other people can use to install the game to their computers with.

    you need to use third party software for that... google installation compiler/builder software or something - I'm sure there are plenty of free (open source) or cheap ones available.
  • #4, by Umon 13 years ago Zitieren
    ARFL is right, i was searching something inside visionaire to build a installation setup.

    Ok then i use my old version of Visual Studio, there i know what to do.

    Thank you smile
  • #5, by cr34m3 12 years ago Zitieren
    A bit of a necro-post, but are there any additional requirements when creating an installer for a VS compiled game? I'm thinking of things like DirectX, C++ runtime libraries or similar redistributables.

    I just want to make sure that all dependencies are catered for.
  • #6, by SimonS 12 years ago Zitieren
    No DirectX is needed, because it's all based on OpenGL, that's part of every driver package. For VS4 you need Visual C++ 2012 Runtime, VS3 is build with 2008, that is part of most systems. Everything else is in the package.
  • #7, by cr34m3 12 years ago Zitieren
    Cool, thanks.

    I think I'll just suggest the installation of C++ 2008 Runtime for worst-case scenarios. smile