Debugging Tools Flashcards

1
Q

When a program is completed, an executable version is usually delivered on CD-ROM or DVD-ROM to the customer with an installation routine which installs the software onto the customer’s computer. Explain what the installation routine does

A

The program is copied to a designated folder on the target computer
Any necessary data files are copied
Ant necessary library files are copied and registered
Shortcut/ icon creates to run the program easily
User has the opportunity to configure program / run settings
And configuration is sailed in a file/ registry
Programs may need extracting from a compressed file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the purpose of an installation routine

A

The purpose is to ensure that all elements of a particular application are correctly installed on a customer’s computer system.
Installation routines can be quite complex programs in their own right.
Modern programs typically include many files in addition to the application itself. These might include graphic files, help files, font resources, videos, dynamic link libraries and audio files. All of these need to be placed in appropriate directories on the target system so that they can be called upon by the application when required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly