Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IDEA] Disabling Warning-PopUp if other path than "Program Files" is used (v4.5.2) #6334

Open
FerhatYesilkaya opened this issue Oct 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@FerhatYesilkaya
Copy link

FerhatYesilkaya commented Oct 30, 2024

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

@FerhatYesilkaya FerhatYesilkaya added the enhancement New feature or request label Oct 30, 2024
@FerhatYesilkaya
Copy link
Author

setup_wizard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant