Installing Construct onto a Flash Drive?

This forum is currently in read-only mode.
From the Asset Store
Casino? money? who knows? but the target is the same!
  • I was just wondering if it were possible to install construct onto a portable storage allowing you to be able to use it without installing those directX libraries. I would like to use construct at school in my programming class but I don't have administrative privileges install those directX components.

  • Sure, if you use something like this to package it all up into a standalone exe:

    http://www.vmware.com/products/thinapp/

    http://www.microsoft.com/systemcenter/appv/default.mspx

    http://www.appzero.com/

    However, if you don't have $8,000+ and don't want to use the trial then no I don't believe there is an alternative than to install it on every computer.

  • I'll try it out. What would I package into an .exe though? The DirectX files with construct? Sounds sketchy.

  • The way I would do it is find what DLLs Construct needs with a program like Dependency Walker and include them in the same directory as Construct. In reality only a few of the listed DLLs need to be included as most of them come with a windows installation.

    I'm also pretty sure that including the DLL files is not enough to run Construct. You may also need to add some registry keys so Construct thinks it's installed. You can get the necessary keys from a computer that you already installed Construct on by exporting the registry directory "HKEY_CURRENT_USER\Software\Construct" to a .reg file and running the file before you run Construct.

    I haven't tried this myself because all my computers already have construct installed.

  • Could this be a way to get around the whole needing to install direct x problem with exported games as well, or does the direct x TOS not allow it?

  • The way I would do it is find what DLLs Construct needs with a program like Dependency Walker and include them in the same directory as Construct. In reality only a few of the listed DLLs need to be included as most of them come with a windows installation.

    I'm also pretty sure that including the DLL files is not enough to run Construct. You may also need to add some registry keys so Construct thinks it's installed. You can get the necessary keys from a computer that you already installed Construct on by exporting the registry directory "HKEY_CURRENT_USER\Software\Construct" to a .reg file and running the file before you run Construct.

    I haven't tried this myself because all my computers already have construct installed.

    Durrr, sorry. I forgot to mention I'm able to run construct since I got the .dll files it asked me to get, but I'm still not able to run games from it. That may have to do with the registry though.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • [quote:3eklu7rs]Could this be a way to get around the whole needing to install direct x problem with exported games as well, or does the direct x TOS not allow it?

    I think DirectX's TOS does not allow it.

    [quote:3eklu7rs]I forgot to mention I'm able to run construct since I got the .dll files it asked me to get, but I'm still not able to run games from it. That may have to do with the registry though.

    If you got Construct to run by including the dll files disregard the stuff about the registry it isn't needed.

    What happens when you try to run the cap? Also, can you export a project to exe?

  • [quote:2q4s55si]What happens when you try to run the cap? Also, can you export a project to exe?

    Sorry for the late replies, but when I run the cap it just asks me to install directX like normally. And I'm pretty sure I can export an .exe.

  • The preview and exported project will think the DirectX update is installed if they can find D3DX9_39.DLL in the system path or the same directory as their EXE. The preview EXE is in a hidden temp directory "C:\Documents and Settings\UserName\Application Data\Scirra". Copy that dll to that directory and it should work.

  • The preview and exported project will think the DirectX update is installed if they can find D3DX9_39.DLL in the system path or the same directory as their EXE. The preview EXE is in a hidden temp directory "C:\Documents and Settings\UserName\Application Data\Scirra". Copy that dll to that directory and it should work.

    Alright, I'll try that out. Thanks.

  • So, how'd this turn out?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)