Post Reply 
Silent Update Checks Are Always A Bad Idea
12-06-2009, 05:25 PM
Post: #1
Silent Update Checks Are Always A Bad Idea
First off, I want to say how much I like this program.

That said, I would like to point out that having the program automatically attempt to check for updates on each run, without asking the user if it's OK or giving them the option to cancel/disable it is, in my book, a Bad Thing. I realize that there's an option to turn this off in the installer, but I cannot find any option to change this once the program is installed, and there is no option at all with the portable edition.

Well, that's the best gripe I could come up with, keep up the good work!Big Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
12-07-2009, 12:31 PM (This post was last modified: 12-07-2009 12:32 PM by Thomas.)
Post: #2
RE: Silent Update Checks Are Always A Bad Idea
Device Doctor is designed to be as simple as possible. There are no options, it just does the job. Yet what you mention is one of those more questionable parts - while there is an option during installation, as you noted already, it's not possible to turn it off later on easily.
(It shall be possible to do new installation over the old one, and disable that option in the installation dialogue.)

I also tried to search registry but couldn't find any obvious setting - I still think it might be possible to turn it off somewhere in the registry, perhaps in the installer part, maybe developers will jump in with a suggestion unless I'm wrong about it (also they read the forum posts, so rest assured they read this and hopefully they will also come up with some idea how to make that setting more accessible).

Thank you for the feedback!
Find all posts by this user
Quote this message in a reply
12-08-2009, 05:35 AM
Post: #3
RE: Silent Update Checks Are Always A Bad Idea
Thanks for the feedback Andrew! At the moment I'd echo Thomas's suggestion of just reinstalling with that option disabled.

Collin
Visit this user's website Find all posts by this user
Quote this message in a reply
12-25-2009, 07:00 PM (This post was last modified: 12-25-2009 07:05 PM by Andrew.)
Post: #4
RE: Silent Update Checks Are Always A Bad Idea
Thanks for the replies!

I did a little digging myself and found the answer. There is a file called preferences.dat which is installed in the DeviceDoctorSoftware\DeviceDoctor sub directory the user's %appdata% path (in Windows XP that's usually C:\Documents and Settings\username\Application Data\.)

This file has only one entry in it called automatic_updates which is set to True if auto-updates were selected. The file is absent otherwise. Also absent is a sub-directory called updates, which presumably would hold any updates which are downloaded.

It seems (though I've not tested this just tested and it worked!) that to enable auto updates, simply create the file and directory I have described and to disable them, delete the file and directory.Big Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
12-26-2009, 11:03 AM (This post was last modified: 12-26-2009 11:04 AM by Thomas.)
Post: #5
RE: Silent Update Checks Are Always A Bad Idea
Good find, I think more advanced users might appreciate this way of changing the setting better than reinstall. Smile
Find all posts by this user
Quote this message in a reply
12-30-2009, 06:58 PM
Post: #6
RE: Silent Update Checks Are Always A Bad Idea
Great find for the installed version, but what about the portable one? Is anything planned, say an INI file with basic settings?

Thanks for the great program. I work on customer systems a lot and this should come in handy.

--
Peace. ~G
Find all posts by this user
Quote this message in a reply
01-02-2010, 10:27 AM (This post was last modified: 01-02-2010 10:28 AM by Thomas.)
Post: #7
RE: Silent Update Checks Are Always A Bad Idea
(12-30-2009 06:58 PM)GuidoZ Wrote:  What about the portable one? Is anything planned, say an INI file with basic settings?

Unless developers will chip in, I'm not sure about exact plans in that respect at the moment I'm sorry.
It would of course only make a perfect sense to have a config file for portable version.
Find all posts by this user
Quote this message in a reply
Post Reply