How to disable Updates in Help
when user clicks on Help>Updates, it launches WiseUpdt.exe.
You can create your own WiseUpdt.exe to replace the one installed with the Vendor Setup.exe.
Create a batch file WiseUpdt.bat as below:
***************
@echo off
Echo This Updates has been disable by Administrator
Pause
exit
***************
then using IExpress to create a WiseUpdt.exe
Msi file to the program were extracted from the exe file of the installer supplied from vendor. Runs regular / qn and / noreboot switches on the msi file during installation for silent install.
Refman msi have the following three properties that can be manipulated with the command line. COMPANY, USER and SERIAL.
COMPANY AND USER is obtained from the System Variable on the PC if not used, SERIAL is fed with serial from vendor.