IDEA-170921 Can't uninstall IntelliJ IDEA Community Edition

Added dialog with short instruction about how to run an installation in silent mode.
This commit is contained in:
Vladimir.Orlov
2018-07-11 16:03:21 +03:00
parent 2924f65866
commit ebcce1f9ea

View File

@@ -621,10 +621,10 @@ FunctionEnd
Function IncorrectSilentInstallParameters
!define msg1 "Silent Mode Usage:$\r$\n"
!define msg1 "How to run installation in Silent Mode:$\r$\n"
!define msg2 "<installation> /S /CONFIG=<path to silent cofig> /D=<install dir>$\r$\n$\r$\n"
!define msg3 "Example:$\r$\n"
!define msg4 "d:\downlod\Installation.exe /S /CONFIG=d:\downlod\silent.config /D=d:\JetBrains\Product$\r$\n"
!define msg4 "d:\download\Installation.exe /S /CONFIG=d:\download\silent.config /D=d:\JetBrains\Product$\r$\n"
MessageBox MB_OK|MB_ICONSTOP "${msg1}${msg2}${msg3}${msg4}"
Abort
FunctionEnd