question

yasharahmadov avatar image
0 Likes"
yasharahmadov asked Jeanette F commented

How to install FlexSim silently through command line?

I would like to run my FlexSim model inside a Docker container. Therefore I need to be able to install FlexSim through command line silently. After searching all over internet, I could not find a feasible solution. Please let me know if there is any workaround for this.

FlexSim 23.0.2
installationsilent installl
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @yasharahmadov, was Ralf Gruber's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Ralf Gruber avatar image
1 Like"
Ralf Gruber answered Phil BoBo edited

In the account´s downloads section you can find an .msi installer which allows for a silent installation in general (I do not know how about Docker containers).

Look at this post: https://answers.flexsim.com/questions/107374/msi-file-for-flexsim-202107-lts.html


· 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.

Phil BoBo avatar image Phil BoBo ♦♦ commented ·

Additionally, there's an example of installing FlexSim within a Docker container in the FlexSimAI project on GitHub:

https://github.com/flexsim/FlexSimAI/blob/main/bonsai/samples/ChangeoverTimes/Dockerfile

FROM winamd64/python:3-windowsservercore-1809

WORKDIR /src

# Copy files to image
COPY ./installer ./installer

# Install FlexSim
RUN msiexec /i installer\FlexSim_22.1.0_x64.msi INSTALLDIR=C:\FlexSim /passive /norestart
1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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