Skip to content

Conversation

@AnHeuermann
Copy link
Member

@AnHeuermann AnHeuermann commented Nov 29, 2023

Issue

Fixes OpenModelica/OpenModelica#14575.

Changes

  • Added instructions to build installer to README.
  • Added new input arguments to OpenModelicaSetup.nsi to make it usable outside of /c/dev/ or the OpenModelica repository.
    • OPENMODELICASOURCEDIR
    • OPENMODELICAHOME

@AnHeuermann
Copy link
Member Author

Missing some dependencies with the CMake + UCRT64 build, see OpenModelica/OpenModelica#10939 (comment)

@AnHeuermann AnHeuermann marked this pull request as ready for review November 29, 2023 12:36
@jschueller
Copy link

jschueller commented Oct 30, 2025

would it be possible to document command-line install from the installer binary ?

I've tried:

OpenModelica-v1.25.5-64bit.exe /S /D="C:\Users\schueller\om" /CurrentUser

but it always answers "Access Denied" eventhough it looks like it should support user-install as the macro MULTIUSER_INSTALLMODE_DEFAULT_CURRENTUSER

see also

@AnHeuermann
Copy link
Member Author

AnHeuermann commented Oct 30, 2025

I never tried an automated install with the current user set explicitly. Action setup-openmodelica is installing on Windows using the winInstallOM function.

Also it looks like I completely forgot to finish this PR. Now I don't know what it was about 😆

@AnHeuermann AnHeuermann self-assigned this Oct 30, 2025
@AnHeuermann AnHeuermann marked this pull request as draft October 30, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows installer form CMake build

3 participants