mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 19:37:39 +03:00
Installation: Fix up msiexec
example
* The "" weren't closed on the INSTALLDIR * The backticks around this are un-necessary, as indentation is achieving the 'code' formatting *and* that'd possibly get accidentally copy/pasted by a user.
parent
7bce8a358e
commit
eb869a60dc
@ -12,7 +12,7 @@
|
||||
* In Windows "Apps" uninstall "Elite Dangerous Market Connector".
|
||||
* At a Command Prompt type, e.g.:
|
||||
|
||||
`msiexec /i "X:\path\to\EDMarketConnector_win_NNN.msi" INSTALLDIR="Y:\destination\EDMarketConnector`
|
||||
msiexec /i "X:\path\to\EDMarketConnector_win_NNN.msi" INSTALLDIR="Y:\destination\EDMarketConnector"
|
||||
|
||||
Future updates will also be installed to this location.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user