Module 3 day 1, intro-supplemental for updating mobile apps Flashcards
what will I do almost every day in IT support?
install and maintain packages
who generally packages software for us to use?
developers and organizations that make them
what do we need to do to install packages in most cases?
click install
what do developers use to package software?
software compiling tools
what is the end result of compiling?
package
in Windows, how is software usually packaged?
as a .exe, or executable file
what contain instructions for a computer to execute when they run? ex: copy this file from here to here, install this program, or perform this operation?
Executable files .exe
what format are .exe created according to?
Microsoft’s portable format
What files include things like text or computer code, images the computer might user, and potentially an MSI file?
.exe files
what is used to Guide a program called the windows installer in the installation, maintenance, and removal of programs on the windows operating system
Microsoft install package, .msi
what users the gui setup wizard to guide a user in installing a program?
the windows installer
what uses the MSI filed to create instructions and how to remove a program if the user wants to uninstall it?
the windows installer
what are usually used as starting points to bootstrap the windows installer?
windows executable files
what might just contain an msi file and some instructions to start up the Windows installer and read it?
Windows Executable files, when they are just there to bootstrap the windows installer.
what can be used as standalone custom installers? with no MSI file or usage of the windows installer
.exe files
when will an executable file need to contain all the instructions the operating system needs to install the program?
if it is packages without an MSI file or usage of the Windows installer, as a standalone custom installer.
When would you go with a custom installer?
if you want precise control over the actions Windows takes when it installs your software
what kind of installation can be tricky?
custom installer, especially when managing things like code dependencies.
What method of installation with .exe takes care of a lot of bookkeeping and setup for you but has some strict rules about how the software gets installed?
using the Windows Installer, guided by an MSI file.
what did Microsoft introduce as of Windows 8 to distribute programs?
the Windows Store
what is an example of an application repository or warehouse where you can download and install universal Windows platform apps?
the Windows Store
what do you call the applications that can run on any compatible Windows devices like desktops, pc, or tablets?
universal Windows platform apps
what format do Windows Universal platform apps use to package their contents, which acts like a unit of distribution? It’s an option for packaging software you can use.
APPX
how do you install an .exe from the gui?
double click on the executable and go through the installation process provided.