mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user