You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a script that is using the silent install capability from mirth. Since version 4.5.2 the silent install does not work anymore in my case because of the warning-popup in the setup-wizard if the path is other than "Program Files".
I am executing this command:
"path to the installer" -q -varfile "path to the response varfile"
Describe the solution you'd like
A parameter in the varfile, that can disable the warning popup in the setup wizard.
Is your feature request related to a problem? Please describe.
I have a script that is using the silent install capability from mirth. Since version 4.5.2 the silent install does not work anymore in my case because of the warning-popup in the setup-wizard if the path is other than "Program Files".
I am executing this command:
"path to the installer" -q -varfile "path to the response varfile"
Describe the solution you'd like
A parameter in the varfile, that can disable the warning popup in the setup wizard.
Used varfile for v4.5.2
dir.appdata=F:\Mirth Connect\appdata
dir.logs=F:\Mirth Connect\logs
executeLauncherAction$Boolean=false
fileChooser=
http.port.new$Long=8888
https.port.new$Long=8443
installServiceAction$Boolean=true
key=
mySelection$Integer=-1
password.minlength.new$Long=0
password.minlower.new$Long=0
password.minnumeric.new$Long=0
password.minspecial.new$Long=0
password.minupper.new$Long=0
showFileAction$Boolean=false
sys.adminRights$Boolean=true
sys.component.1357$Boolean=true
sys.component.2047$Boolean=false
sys.component.31$Boolean=true
sys.component.33$Boolean=true
sys.installationDir=F:\Mirth Connect
sys.languageId=en
sys.programGroupAllUsers$Boolean=true
sys.programGroupDisabled$Boolean=false
sys.programGroupName=Mirth Connect
The text was updated successfully, but these errors were encountered: