Disabling the update check
Hi I have a software, that is actually checking for updates automatically, when the program is launched. Is there a way that we can disable the auto updates and check updates option in the help men. If so where can i find those?
Thanks a million for all the help.
Sid.
0 Comments
[ + ] Show comments
Answers (4)
Answer Summary:
HKCU\software\altova\mapforce\liveupdate\settings, by changing the values here it would not really disable the updates, but would not allow the user to have an interactive message. Which would help when deploying it to a large evironment
HKCU\software\altova\mapforce\liveupdate\settings, by changing the values here it would not really disable the updates, but would not allow the user to have an interactive message. Which would help when deploying it to a large evironment
Please log in to answer
Posted by:
SMal.tmcc
12 years ago
The only thing I found was a registry entry that you may be able to put a fake lastchechedate in
look at HKCU\software\altova\mapforce\liveupdate\settings
Comments:
-
there is also a registry entry under hklm and you also may be able to put that under those keys and it will read it for all users then, this is a hit and miss approach, some software conmbines both keysets from the hives some treat them seperatly so you will have to test it. - SMal.tmcc 12 years ago
-
Thanks a million mate. - Sidhugadu 12 years ago
Posted by:
piyushnasa
12 years ago
Posted by:
SilentKiller
12 years ago
check in %appData% folder if any sub-folder with the application name is present. If present, there might be some preference/configuration file present.
Comments:
-
I have checked that I did not see any preferences or config file. - Sidhugadu 12 years ago
Posted by:
dugullett
12 years ago
What's the software?
Comments:
-
Altova Mission Kit MapForce 2012 rel2 sp1 professional edition - Sidhugadu 12 years ago
-
Hi, I am running into the same issue with this program. Did you find a solution to stop the check for product updates shortcut in the help menu tab? - UpdateMate 10 years ago
-
For Altova XMLSpy is the Regkey to disable LiveUpdate HKCU\Software\Altova\XML Spy\LiveUpdate\Settings => CheckForUpdates (REG_DWORD) = 0 - imaninja78 11 years ago