From e33f3cd1c151a5a115986736e708dc90e1c992f0 Mon Sep 17 00:00:00 2001 From: NguyenTranHoangSym Date: Fri, 5 Jan 2024 11:28:01 +0700 Subject: [PATCH] SDA-4412: Update Win Installer --- installer/win/install_instructions_win.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/installer/win/install_instructions_win.md b/installer/win/install_instructions_win.md index ce776c70..177b7442 100644 --- a/installer/win/install_instructions_win.md +++ b/installer/win/install_instructions_win.md @@ -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 @@ -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 ------------------