Skip to content

README and Installer from CMake build - #49

Draft
AnHeuermann wants to merge 6 commits into
OpenModelica:masterfrom
AnHeuermann:cmake-install
Draft

README and Installer from CMake build#49
AnHeuermann wants to merge 6 commits into
OpenModelica:masterfrom
AnHeuermann:cmake-install

Conversation

@AnHeuermann

@AnHeuermann AnHeuermann commented Nov 29, 2023

Copy link
Copy Markdown
Member

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

Comment thread README.md Outdated
@AnHeuermann

Copy link
Copy Markdown
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

jschueller commented Oct 30, 2025

Copy link
Copy Markdown

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

AnHeuermann commented Oct 30, 2025

Copy link
Copy Markdown
Member Author

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