Forum Discussion

tyagikapil's avatar
12 years ago

Disable/Remove Check for Updates

Hi all, I am in the process re-packaging SoapUI 4.5.1 for deployment on various user machines for one of our client organization. I am able to create a package that silently installs on these machines via SCCM. What I want to know is that, is it possible to disable the "Check for updates" menu from the SoapUI interface? I've looked up the soapui-setings.xml file but can not find any parameter for removing/disabling the Check for update menu. Any help in this regard would be greatly appreciated.

Thanks in advance.
Kapil.
  • Hi Japil,

    I was looking for a solution to the same problem last days and I finally found something.
    The settings are stored in the file soapui-settings.xml located under %userprofile%.
    Change the setting VersionUpdateSettings@auto-check-version-update to false

    <con:setting id="VersionUpdateSettings@auto-check-version-update">false</con:setting>



    Regards,