0% found this document useful (0 votes)
2 views14 pages

Software Installation Configuration

Great notes

Uploaded by

alworthjohn43
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views14 pages

Software Installation Configuration

Great notes

Uploaded by

alworthjohn43
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Computer Software · Software Installation & Configuration

COMPUTER SOFTWARE
IT/CU/ICTA/CR/01/5/MA · TVET CDACC CBET CURRICULUM

Software Installation
& Configuration
Learning Outcome 1 · Sections 1.5 & 1.6

STUDENT STUDY NOTES


Comprehensive revision guide with KNEC exam tips, worked procedures, comparison tables and Kenyan context

Prepared for TVET learners undertaking KNEC assessment in the Computer Software unit

Page 1
Computer Software · Software Installation & Configuration

Learning Outcomes & How to Use This Guide


This study guide covers Sections 1.5 (Software Installation) and 1.6 (Software Configuration) of Learning Outcome 1 in
the Computer Software unit. It is designed for revision as well as first-time learning and follows the KNEC CBET
assessment structure for this unit.

By the end of this topic, you should be able to:


 Identify and describe the various installation media and installation methods used to deploy software.
 Explain the different types of software registration and activation, and why registration matters.
 Carry out a complete, correctly-sequenced software installation, including pre-installation checks and post-
installation verification.
 Select, acquire, install and configure anti-malware software following industry best practice.
 Explain why software configuration matters and correctly use the range of configuration tools available on a
typical computer.

How the boxes in this guide work:

KNEC EXAM TIP


Boxes like this one flag content that KNEC examiners frequently test. Pay close attention — these are the details most
likely to appear in your practical or theory paper.

KENYAN CONTEXT
Boxes like this one connect the topic to the Kenyan ICT environment — local laws, common local vendors, and real
conditions you will meet in the workplace.

1.5.1 Installation Media


Installation media is the physical or digital medium through which software is delivered to a computer for installation.
Which medium you use depends mainly on three things: whether the computer has the right hardware (e.g. an
optical drive), whether a fast and reliable internet connection is available, and how large the software package is.
There are six installation media you must know for this unit.

Media Description Typical Use Case

Optical Discs (CD/DVD/Blu- Physical discs inserted into an optical drive; store the Boxed retail software and older
ray) installer and supporting files. operating system installation discs.

Computers without an optical


Small, portable flash storage connected via USB port;
USB Flash Drive drive; bootable Windows/Linux
can be made bootable.
installation.

Portable HDD/SSD with much larger capacity than a Transporting bulky software suites;
External Hard Drive
flash drive. carrying installers to multiple sites.

Page 2
Computer Software · Software Installation & Configuration

Media Description Typical Use Case

The most common method today


Installer file downloaded directly from the vendor's
Internet Download — e.g. downloading Chrome or
official website.
Adobe Reader.

Organisations installing the same


Software pushed from a central server to many
Network / LAN Deployment software on many machines at
computers over a local network.
once.

Google Docs, Microsoft 365 Online


Software runs in a browser or streams from the cloud;
Cloud / Web-based — requires only an internet
no local installation required.
connection.

Notice that the first three media (optical disc, USB, external hard drive) are all physical media, while internet
download and network deployment are digital delivery methods. Cloud/web-based software is a special case because,
strictly speaking, nothing is "installed" on the local computer at all.

KNEC EXAM TIP


Examiners often ask you to state an advantage and a limitation of a named installation medium — for example, USB
drives are fast and portable, but can transmit malware if not scanned first; optical discs are reliable but are becoming
obsolete as fewer computers include optical drives.

KENYAN CONTEXT
In many parts of Kenya, internet bandwidth and the cost of data bundles still make USB flash drives and external hard
drives the practical choice for distributing large software packages between offices, cyber cafés, and rural training
centres, even though internet downloads are now the global default.

Key point to remember


Always obtain installation media from official or legitimate sources. Pirated discs, cracked downloads and unofficial
USB copies are one of the most common ways malware infects a computer during the installation process itself —
before the software has even finished installing.

1.5.2 Installation Methods


Once you know where the software is coming from (the media), the next question is how the installation is actually
carried out. KNEC requires you to know at least four installation methods, and for each one you must be able to state:
when it is most appropriate, one advantage, and one disadvantage.

a) Manual (Interactive) Installation


The user runs the setup file personally and follows an on-screen installation wizard step by step. The typical sequence
is: insert or download the installer → run setup → accept the licence agreement → choose an installation location →
configure a few options → click Finish.

 Best for: single computers, home users, and small businesses installing one or two machines.
 Advantage: the user has full control over every option chosen during installation.

Page 3
Computer Software · Software Installation & Configuration

 Disadvantage: extremely time-consuming when repeated across many computers.

b) Silent (Unattended) Installation


The installation runs completely in the background with no user interaction, usually triggered from the command line
using special switches — for example, [Link] /quiet /norestart tells the installer to run invisibly and skip the
restart.

 Best for: IT departments deploying the same software to many computers at once.
 Advantage: fast, consistent, and removes the chance of human error during install.
 Disadvantage: requires IT/scripting knowledge to set up correctly, and offers less per-machine flexibility.

c) Network / Remote Installation


Software is pushed out to computers over a network from a central server, with no physical media required at all.
Common tools include Microsoft's System Center Configuration Manager (SCCM), Group Policy (GPO), and other
remote management software.

 Best for: large organisations with centralised IT management.


 Advantage: saves time — no technician needs to visit each individual workstation.
 Disadvantage: depends heavily on reliable network infrastructure; a failed push can affect every targeted
machine at once.

d) Automated / Scripted Installation


A batch file, PowerShell script, or shell script automates the installation of one or more programs in sequence, and
can also apply configuration settings automatically as part of the same script.

 Best for: system administrators preparing a batch of brand-new computers for use.
 Advantage: highly repeatable, consistent, and efficient once written.
 Disadvantage: requires scripting skill to write; an error in the script affects every system it touches.

e) Clean Install vs. Upgrade Install


This is a separate distinction from the four methods above, describing what happens to existing data during
installation, not how the installer is triggered.

Type What Happens When to Use Trade-off

All prior settings and


Erases existing data and installs a
Corrupted systems, or setting files are lost unless
Clean Install completely fresh copy of the software or
up a brand-new machine. separately backed
OS.
up.

Upgrade Install Installs a newer version on top of the Moving to a newer version Faster, but can carry
existing one, preserving data and without losing configuration. forward existing

Page 4
Computer Software · Software Installation & Configuration

Type What Happens When to Use Trade-off

problems from the


settings.
old install.

KNEC EXAM TIP


You must be able to name at least four installation methods and, for each, state one advantage, one disadvantage,
and a scenario in which it is the most appropriate choice. This is one of the most frequently examined areas in this
section — practise writing this comparison from memory.

1.5.3 Types of Software Registration


After installation, most commercial software must be registered or activated to prove the copy is genuine and to
unlock its full functionality. Skipping registration typically leaves you with limited features, an expired trial, or
software that eventually stops working. There are seven registration types you should know.

Type How It Works Example

A unique alphanumeric code entered during or after Windows or Microsoft


Product Key / Serial Number
installation. Office product key.

The software contacts the vendor's server over the internet to Windows activation,
Online Activation
verify the key. Adobe Creative Cloud.

Enterprise software
Used with no internet access; the user gets an activation code
Offline Activation activated in low-
by phone or email using a unique installation ID.
connectivity sites.

The licence is tied to an account rather than a device, so it Microsoft 365, Spotify,
User Account / Login
works on any signed-in device. Adobe CC.

A vendor-supplied .lic or .key file is placed in a specific folder to


Licence File MATLAB, AutoCAD.
unlock the software.

Periodically checks that a subscription is still active; reverts to Microsoft 365, Adobe
Subscription Activation
limited mode if it lapses. Creative Cloud.

One Key Management Service key activates many computers Enterprise deployments of
Volume Licence / KMS
within an organisation. Windows or Office.

Registration protects both the software vendor's revenue and the end user, since only registered, licensed copies are
eligible for official updates, patches and technical support.

KENYAN CONTEXT
The Kenya Copyright Act and the Business Software Alliance actively monitor software piracy in Kenya. Organisations
found using unlicensed software risk legal penalties, and cracked or keygen-activated copies are a well-known route
through which malware enters business networks — always insist on genuine, licensed software in a workplace
setting.

KNEC EXAM TIP

Page 5
Computer Software · Software Installation & Configuration

Do not confuse a product key (entered once, tied to a licence) with subscription activation (checked repeatedly, tied to
ongoing payment). Examiners like to test whether you can distinguish a one-time licence from a recurring subscription
model.

1.5.4 Preparing For and Carrying Out an Installation


Pre-Installation Checklist
Before running any installer, a competent technician always works through a short checklist. Examiners reward
candidates who show this preparation, not just the mechanical steps of clicking through a wizard.

 Verify system requirements — confirm the computer's CPU, RAM, storage and operating system version
meet the software's minimum specifications.
 Back up important data — create a backup before installing, in case the installation damages existing files
or fails part-way through.
 Check compatibility — make sure the software version matches the operating system, including whether it
needs 32-bit or 64-bit Windows.
 Close running applications — prevents file conflicts, especially where the installer needs to replace files
that are currently in use.
 Ensure administrator rights — most installers need elevated privileges to write to protected system
folders.
 Temporarily disable antivirus (if needed) — some legitimate installers are flagged as false positives; always
re-enable the antivirus immediately afterward.

Step-by-Step Installation Procedure


This is the standard 12-step interactive installation sequence for Windows, and you should be able to reproduce it
from memory in the exact order shown.

Step 1: Obtain the installer — download it from the official vendor website, or insert the installation disc/USB.

Step 2: Run the setup file — double-click [Link], [Link], or the .dmg on macOS; approve the User Account
Control (UAC) prompt if it appears.

Step 3: Select language & region — choose the correct language and regional settings for the installation.

Step 4: Accept the End User Licence Agreement (EULA) — this is a legal agreement between you and the vendor —
you cannot continue without accepting it.

Step 5: Choose the installation type — Typical/Standard installs with default settings; Custom lets you choose
specific components and the install path.

Step 6: Select the installation location — usually defaults to the C: drive inside the Program Files folder; change it
only for a specific reason.

Step 7: Configure shortcuts & file associations — choose desktop shortcuts, Start Menu entries, and which file types
the program should open by default.

Step 8: Click Install — the progress bar copies and configures the program files — do not interrupt this process.

Page 6
Computer Software · Software Installation & Configuration

Step 9: Enter product key / sign in — complete registration at this point if required.

Step 10: Finish & restart — click Finish, and restart the computer immediately if prompted to.

Step 11: Verify installation — launch the software and confirm it opens correctly and that expected features work.

Step 12: Run updates — check for and install the latest patches so the software is current and secure.

KNEC EXAM TIP


Always restart the computer when prompted at the end of an installation. Skipping a required restart is one of the
most common causes of software that installs but then fails to run correctly.

1.5.5 Anti-Malware: Select, Acquire, Install, Configure


Anti-malware software detects, prevents, and removes malicious software — a category that covers viruses, worms,
Trojans, ransomware, spyware, adware, and rootkits. This section walks through the complete lifecycle of getting
protective software onto a machine and keeping it effective, in four stages.

[Link] Selecting the Right Anti-Malware Software


Before acquiring anti-malware, weigh it against seven selection criteria:

Criterion What to Consider

Basic antivirus only, or a full internet security suite (antivirus + firewall + anti-spyware +
Type of protection needed
anti-ransomware + VPN).

OS compatibility Confirm the product supports the operating system in use — some tools are OS-specific.

System performance impact Choose lightweight software, especially on older or lower-spec hardware.

Continuous monitoring of files and processes as they are accessed, not just scheduled
Real-time protection
scans.

Malware definitions should update frequently and automatically, since new threats
Update frequency
appear constantly.

Free options (Windows Defender, Avast Free) versus paid options (Kaspersky, Norton,
Cost & licensing
ESET), based on budget.

Look for independent certification from testing bodies such as AV-TEST or AV-
Reputation & certification
Comparatives.

[Link] Acquiring Anti-Malware Software


Method Description

Official website download Direct from the vendor's site — the safest and most reliable route.

Windows 10/11 ship with Windows Defender already installed and active — no
Pre-installed (built-in)
acquisition needed.

Retail purchase (box/DVD) Physical boxed copies with a product key; still used where internet access is limited.

Page 7
Computer Software · Software Installation & Configuration

Method Description

Subscription purchase (online) Bought online; the licence key is emailed after payment.

Volume licence (enterprise) Multi-device licences managed centrally through an admin portal.

App Store / Play Store For mobile devices — only verified, official apps should be used.

Free download (freeware) Free tools such as Malwarebytes Free — suitable for budget home use.

KNEC EXAM TIP


Never acquire anti-malware from an unofficial or third-party site. Fake antivirus software is, ironically, one of the most
common forms of malware in circulation — it tricks users into installing the very threat they were trying to avoid.

KENYAN CONTEXT
Popular anti-malware options among Kenyan SMEs and training institutions include the free built-in Windows
Defender, Avast Free, and paid enterprise solutions such as ESET and Kaspersky (both with authorised local resellers).
Always verify you are buying from an authorised Kenyan distributor to avoid counterfeit licence keys.

[Link] Installing Anti-Malware Software


Installing security software follows the same broad pattern as any other installation, but with two extra steps that are
specific to anti-malware.

Step 1: Download the installer — from the official vendor website, choosing the correct version (free/paid,
32-bit/64-bit).

Step 2: Uninstall existing antivirus — never run two antivirus programs at once — remove the old one completely
first using Control Panel or the vendor's dedicated removal tool.

Step 3: Run the installer — approve the UAC prompt to grant administrator permission.

Step 4: Accept the EULA — and select your installation language.

Step 5: Choose Standard or Custom installation — Standard suits most users; Custom lets you pick specific features.

Step 6: Enter licence key / log in — required for paid versions, to activate the product.

Step 7: Complete installation — click Install, then Finish once it completes.

Step 8: Restart the computer — if prompted, so the anti-malware fully integrates with the operating system.

Step 9: Update malware definitions — do this immediately, so the software recognises the very latest threats.

Step 10: Run a full system scan — to catch any threats that may already be present before resuming normal use.

KNEC EXAM TIP


Why remove the old antivirus first? Running two antivirus programs simultaneously causes conflicts and reduces
performance — each program may even flag the other as a threat, and both compete for the same system resources.

Page 8
Computer Software · Software Installation & Configuration

[Link] Configuring Anti-Malware Software


Default settings are rarely optimal. Once installed, anti-malware software should be configured using the following
ten tasks:

# Configuration Task Purpose

1 Enable real-time (on-access) protection Scans files the moment they are opened, downloaded, or executed.

Catches threats missed by real-time scanning, e.g. overnight on a set


2 Schedule automatic full scans
day.

3 Configure automatic definition updates Keeps the software able to recognise the newest threats.

4 Set up email attachment scanning Checks incoming/outgoing email attachments for threats.

5 Enable web protection / URL filtering Blocks known malicious and phishing websites before they load.

Isolates detected threats for review rather than deleting them


6 Configure quarantine settings
immediately.

7 Enable the built-in firewall Controls inbound and outbound network traffic, if included in the suite.

8 Set exclusions for trusted files Prevents false positives, but must be used cautiously.

Keeps the user informed of detected threats, scans, and outdated


9 Configure notifications & alerts
definitions.

10 Password-protect security settings Prevents an unauthorised user or malware from disabling protection.

Quarantine vs. Delete — a key exam distinction

Action What It Does When to Use

The recommended default — safer


Isolates a detected threat in a secure area without
Quarantine when a detection might be a false
permanently deleting it, allowing later review.
positive.

Permanently removes the detected file from the Used once a threat is confirmed
Delete
computer immediately. genuine and no longer needs review.

KNEC EXAM TIP


Know at least four of the ten configuration tasks above and be ready to explain the purpose of each. You should also
be able to clearly explain the difference between quarantine and delete — this comes up frequently in KNEC papers.

1.6.1 Why Software Configuration Matters


Installation places the software on the computer; configuration is what makes it work correctly for a specific user,
organisation, or environment. Configuration matters for six main reasons:

# Reason Explanation

Tailors the software to specific workflows, preferences, and organisational


1 Customisation for user needs
standards.

Page 9
Computer Software · Software Installation & Configuration

# Reason Explanation

Ensures efficient use of CPU, RAM, and storage, preventing slowdowns and
2 Performance optimisation
crashes.

Disables unnecessary features and enforces access controls beyond the


3 Security hardening
defaults.

Ensures the software works correctly with other installed programs, hardware,
4 Compatibility
and networks.

Meets data protection regulations, e.g. GDPR or the Kenya Data Protection
5 Compliance
Act, 2019.

Correct toolbars, formats and default settings reduce mistakes and boost
6 Productivity & error prevention
efficiency.

KENYAN CONTEXT
Under the Kenya Data Protection Act, 2019, organisations handling personal data — banks, hospitals, schools, and
government agencies — must configure their software (databases, HR systems, email) to enforce access controls, data
retention limits, and audit logging. Misconfigured software is treated as a compliance failure, not just a technical one.

1.6.2 Software Configuration Tools


There are eight configuration tools you should be able to identify and use, ranging from simple built-in dialogs to
advanced, high-risk system editors.

Tool Description Example

File > Options in Microsoft


Settings / Preferences Dialog A built-in panel inside the software itself.
Word.

System-level tool for defaults, regional settings, and Changing default programs or
Control Panel (Windows)
installed programs. date/time formats.

Modern replacement for Control Panel in Windows Apps, accounts, privacy, display
Windows Settings App
10/11. settings.

Configuration Files Apache's [Link] for a web


Text files edited directly for advanced settings.
(.ini/.cfg/.xml) server.

Edits low-level OS/software settings; advanced and Adjusting deep Windows system
Registry Editor (regedit)
high-risk. behaviour.

Enterprise tool applying policies across many Disabling USB ports


Group Policy Editor ([Link])
accounts/computers. organisation-wide.

Precise configuration via Command Prompt or


Command Line Interface (CLI) ipconfig for network settings.
Terminal.

Browser-based dashboard for centralised


Admin / Web Console Microsoft 365 Admin Centre.
management.

Page 10
Computer Software · Software Installation & Configuration

KNEC EXAM TIP


Always back up the Registry (File > Export) before editing it directly. Incorrect Registry changes can prevent Windows
from starting — this caution is a common short-answer question.

Revision Summary
 Installation media: optical discs, USB flash drives, external hard drives, internet download, network/LAN
deployment, cloud/web-based.
 Installation methods: manual, silent, network/remote, automated/scripted — plus the clean vs. upgrade install
distinction.
 Registration types: product key, online activation, offline activation, user account/login, licence file, subscription
activation, volume licence/KMS.
 Pre-installation checklist: system requirements, backup, compatibility, close applications, admin rights,
temporarily disable antivirus.
 Installation procedure: obtain installer → run setup → language → EULA → install type → location → shortcuts
→ install → register → finish/restart → verify → update.
 Anti-malware lifecycle: select (7 criteria) → acquire (official source) → uninstall old AV → install → update
definitions → scan → configure (10 tasks).
 Configuration matters for: customisation, performance, security hardening, compatibility, compliance, and error
prevention.
 Configuration tools: settings dialogs, Control Panel, Windows Settings, config files, Registry Editor, Group Policy,
CLI, admin consoles.

Page 11
Computer Software · Software Installation & Configuration

KNEC-Style Revision Questions


Attempt all questions without referring back to your notes first, then mark yourself against the model answers on the
following pages.

Section A: Multiple Choice (1 mark each)


1. Which installation method runs completely in the background with no user interaction?
2. State ONE example of software whose licence is tied to a user account rather than a device.
3. Which type of installation erases all existing data before installing a fresh copy?
4. Name the Windows tool used to edit low-level operating system settings.
5. What is the safest source from which to download anti-malware software?
6. What must always be done to the Registry before editing it directly?
7. Which anti-malware configuration setting isolates a detected file without deleting it?
8. Name the file extension type commonly used for advanced software configuration files.
9. State ONE reason why two antivirus programs should never run at the same time.
10. Which Kenyan law requires organisations to configure software to protect personal data?

Section B: Short Answer (4–6 marks each)


11. Distinguish between software installation and software configuration, giving one example of each.
12. Describe any FOUR installation methods, stating one advantage and one disadvantage of each.
13. List the six items in a pre-installation checklist and briefly explain the purpose of any three.
14. Explain the difference between online activation and offline activation, giving an example of when each would
be used.
15. Explain why a technician should uninstall existing antivirus software before installing a new one.

Section C: Structured / Essay Questions (10–20 marks each)


16. Describe, in the correct order, the twelve steps of a standard interactive software installation procedure.
17. Discuss the complete anti-malware lifecycle from selection through to configuration, referring to specific criteria
and tasks at each stage.
18. Explain SIX reasons why software configuration matters in an organisational setting, illustrating each with a
workplace example.
19. Describe any FIVE software configuration tools, stating the level of user (beginner, IT technician, or enterprise
administrator) each is suited to.

Page 12
Computer Software · Software Installation & Configuration

Model Answers
Section A
1. Silent (unattended) installation. 2. Microsoft 365, Spotify, or Adobe Creative Cloud (any correct example). 3.
Clean install. 4. Registry Editor (regedit). 5. The vendor's official website. 6. It must be backed up/exported (File >
Export). 7. Quarantine. 8. .ini, .cfg, or .xml. 9. They cause conflicts and reduce performance, and may each flag the
other as a threat. 10. The Kenya Data Protection Act, 2019.

Section B (guidance)
11. Installation places software files onto the computer's storage (e.g. installing Microsoft Word); configuration
adjusts settings so it works correctly for a specific user (e.g. setting a default save location in Word).

12. Answers should name any four of: manual, silent, network/remote, automated/scripted — each with one
correctly matched advantage and disadvantage as covered in Section 1.5.2.

13. Verify system requirements, back up data, check compatibility, close running applications, ensure administrator
rights, temporarily disable antivirus — any three explained in the learner's own words, matching Section 1.5.4.

14. Online activation verifies the product key over the internet automatically (e.g. Windows); offline activation is used
when there is no internet access, requiring a phone/email exchange of codes (e.g. enterprise software in a low-
connectivity site).

15. Running two antivirus programs at once causes resource conflicts, can significantly slow the computer, and each
program may incorrectly flag the other as malicious software, reducing overall protection.

Section C (guidance)
16–19. Full-mark answers should follow the structure and sequence given in Sections 1.5.4, 1.5.5, and 1.6 of this
guide, using the specific terminology (e.g. "EULA", "UAC prompt", "KMS", "regedit") that KNEC examiners look for,
and should include a real-world or Kenyan example wherever the question allows for illustration.

Glossary of Key Terms


• EULA: End User Licence Agreement — the legal terms a user must accept before installing software.
• UAC: User Account Control — the Windows prompt requesting administrator permission before making system
changes.
• KMS: Key Management Service — a server that activates many computers within an organisation using one
volume licence key.
• Quarantine: A secure, isolated storage area where a suspected threat is placed for review, without being
permanently deleted.
• Registry: A Windows database storing low-level configuration settings for the operating system and installed
software.
• GPO: Group Policy Object — a Windows feature used to apply configuration and security settings across many
computers or accounts at once.
• Freeware: Software made available to use at no cost, e.g. Malwarebytes Free.

Page 13
Computer Software · Software Installation & Configuration

• CLI: Command Line Interface — a text-based way of interacting with and configuring a computer, e.g. Command
Prompt or Terminal.

Page 14

You might also like