Skip to content

Commit

Permalink
Merge branch 'finos:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
swasunb authored Jan 11, 2024
2 parents 6f41d7a + d5647f0 commit 2b1b6a2
Show file tree
Hide file tree
Showing 10 changed files with 348 additions and 132 deletions.
22 changes: 2 additions & 20 deletions installer/win/install_instructions_win.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ As errors are not reported during silent installation, it is a good idea to enab
this option (see below).

Note that the default installation path will require elevated user rights, so a silent install will
either have to be run from an Administrator command promp, or specify a different INSTALLDIR path
(see below) or the installation will silently fail (but an error will be logged if logging is enabled).
either have to be run from an Administrator command promp or the installation will silently fail
(but an error will be logged if logging is enabled).


Logging
Expand All @@ -30,24 +30,6 @@ enabled by specifying the /l* command line flag
msiexec /i Symphony.msi /l* symphony_install.log```


Installation path
-----------------

By default, Symphony will be installed to the location

%LOCALAPPDATA%\Programs\Symphony

which requires elevated user rights. If running a normal (not silent) installation, the user will get
the usual UAC prompt to grant access.

To specify a different install location, the `INSTALLDIR` parameter can be specified

#### Example

msiexec /i Symphony.msi INSTALLDIR="C:\MyLocation"



Install parameters
------------------

Expand Down
206 changes: 154 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2b1b6a2

Please sign in to comment.