question

Andrew Jovaras avatar image
0 Likes"
Andrew Jovaras asked Ben Wilson edited

Distributing models as a product

Hi there

I’m wondering if there’s a way to take a model I’ve produced, and package it along with some sort of “flexsim runner” to create a standalone application which can be run without the end user having to first install flexsim.

Looking around a bit I believe I could use the SDK to create a stripped down UI, and then provide the user with this model and runtime license; or I could host the model through the flexsim webserver and provide the user with a login, but I don’t think either of these provide me with exactly what I’m after (a model application which can be executed without a flexsim installation or network connection).

FlexSim 18.2.3
licensingdistributionrunner
· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Phil BoBo avatar image
0 Likes"
Phil BoBo answered Ben Wilson edited

FlexSim itself is the FlexSim model runner. If you want to run FlexSim models, install FlexSim.

All the dependencies needed in order to run a FlexSim model are installed when you install FlexSim.

Packaging those into a "model runner" would be providing an install that installs a version of FlexSim that can only run that one model. It would still need to be "installed" in order to run.

You shouldn't be running arbitrarily compiled executables anyways; that's a security risk. Having FlexSim produce models like this would be an IT security vulnerability.

Use the installer.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.