How to install FlexSim silently through command line?

How to install FlexSim silently through command line?

yasharahmadov
Not applicable
893 Views
3 Replies
Message 1 of 4

How to install FlexSim silently through command line?

yasharahmadov
Not applicable

[ FlexSim 23.0.2 ]

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.

0 Likes
Accepted solutions (1)
894 Views
3 Replies
Replies (3)
Message 2 of 4

ralf_gruber
Collaborator
Collaborator
Accepted solution

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


Message 3 of 4

philboboADSK
Autodesk
Autodesk

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


Phil BoBo
Sr. Manager, Software Development
Message 4 of 4

Jeanette_Fullmer
Community Manager
Community Manager

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