Asking for your kind assistance and insights regarding the installation of EasyMorph.
We are trying to customize the installation of Easymorph Desktop on our fleet machines.
These are the things that we would like to happen after the installation.
Skip option should be selected in this part. (Please refer to the attached image "image for item #1)
Check for Updates option should be disabled. (Please refer to the attached image "image for item #2). We have tried to change the value of Check for Update in EasyMorph.config.xml file but it did not work as the app overwrite the file once the user run the application.
The installer does change the configuration file, but the application doesn't change it on opening, only on closing. Replacing EasyMorph.config.xmlafter installation and before first application run is the right way to do silent installs with pre-configuration. To accommodate for your requirements, ensure that these tags are present in EasyMorph.config.xml inside the <Configuration> tag:
<FirstScreenCompleted>true</FirstScreenCompleted>
The above will skip the initial onboarding screen.
Note that the application must be closed when you patch the configuration file. Otherwise, when the application closes, it will overwrite your changes.