Article Writing Focus: Article Writing Focus



By Phil Rogers, 3 years ago

The Importance of Testing Software Installers

In the early days of Windows, people would install software packages on their PC and when they wanted to remove them, it was often simply a case of deleting the folder in which the program had been installed.  There was no concept of a standardised installation and uninstallation process.

The biggest problem with this was that the program might create additional files in other folders.  Typically, an INI file containing settings, which would be stored in the Windows folder.  When the program was deleted from the disk, these additional files were never removed.  After a period of time, PCs were filled with unused, orphaned files, which just wasted disk space.  Thta might not seem like too much of a problem, but when you consider that hard disks were expensive and of quite low capacity (20Mb is a typical example), computers soon began to run out of disk space.

Microsoft recognised this problem and created the Registry in which settings could be stored, and standard installers such as InstallShield appeared on the market.

InstallShield was smart enough to keep a log of files that had been installed, and would therefore know what to uninstall later.  Used properly, the programmer would also tell InstallShield what additional files the program might create at run-time, so they could also be deleted.

Microsoft’s MSI does very much the same thing as InstallShield.

So if we have these standardised installers that are clever enough to uninstall everything, what is the problem?  Basically, programmers are still not using them correctly.

I recently installed a demonstrattion version of ParetoLogic Data Recovery.  The demo turned out to be pretty useless - it would find deleted files, but wouldn’t undelete them.  You have to buy the full version for that, of course.

So I uninstalled the program using the correct Uninstall procedure from the Windows Control Panel.

The next day, my PC popped up a message saying that it couldn’t find a file which was part of the ParetoLogic software.  I searched the Registry for references to that file and there was nothing there.  Very mysterious.

Every day since then, it has popped up the same message.  This was becoming somewhat annoying, so I searched the entire disk for “ParetoLogic”.

Bingo!  It turns out that this program had added itself to the Windows Task Scheduler, but the uninstall procedure had not removed it.  So every time that scheduled task time arose, it couldn’t find the uninstalled program, hence the error message.

As a programmer myself, I knew what to do to locate and rectify the problem, but the average PC user wouldn’t.

This is just one example.  There are numerous other programs out there which are as equally untidy when it comes to uninstallation.

So come on software engineers, when you test your software, install it on a clean machine, then uninstall it, then search the hard disk and the Registry for any residue.  Then fix your uninstallers.  It’s not difficult - it just takes a little time, but it makes all the difference.

ParetoLogic have now lost a potential customer.  Don’t lose yours!



By Randy Wood, 3 years and 7 months ago

Blood Glucose levels Testing High - What to do?

I was reading in a forum the other day and one of the members wrote that their blood glucose levels were testing between 200-250 with continuous testing for the last month. They asked if they should go to the doctor or not.

Here is the exceprt:
Been testing consistently at 200-250 for last month. I’m feeling ok but should I go anyways. I don’t have insurance but maybe I need to go anyways. Suggestions?”

As always, you should follow what your doctor tells you to do, and a good doctor will have told you what to look for and what to consider an issue or an indicator that you may need help.

Desirable Blood glucose levels should be set for you by your doctor. A standard rule of thumb is listed below. But Please see your doctor to make yours personal based on your needs.

Desirable blood glucose levels?

Everyone has some glucose in their blood. People who don’t have diabetes have a normal range of about 70 to 120. Blood glucose levels will go up after eating but return to the normal range 1 to 2 hours later.

Always ask your doctor when you should check your blood glucose with a meter. Find out whether the targets listed below are best for you or not. Then you and your doctor can set your personal targets.

BGL (blood glucose targets) for most people with diabetes:
Before meals should range between 90 to 130 and 1 to 2 hours after the start of a meal should be less than 180.

Find out what your target BGL’s should be, document them and know them.

My suggestion to anyone with continuous blood glucose level numbers outside of your care teams designated numbers, GO see your doctor!

Randy Wood

www.diabetes-and-me.com

Read more: Diabetes And Me… Life With Purpose!.