Which of the following file extensions identifies a program packaged for use by Windows Installer?

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Windows Installer File Name Extensions

  • Article
  • 01/07/2021
  • 2 minutes to read

In this article

The following file name extensions are used with the Windows Installer.

ExtensionDescription
.msi Windows Installer Database.
.msm Windows Installer Merge Module.
.msp Windows Installer Patch.
.mst Windows Installer Transform.
.idt Exported Windows Installer Database Table.
.cub Validation module.
.pcp Windows Installer Patch Creation File

Installation Package

Merge Modules

Patch Packages

Transforms

Importing and Exporting

Sample .CUB File

What are the common file extensions used for a software installer in Windows?

The following file name extensions are used with the Windows Installer. ... In this article..

Which command would you use to copy all files and subdirectories in a directory?

To copy a directory with all subdirectories and files, use the cp command.

Which command would you use to copy all files and subdirectories in a directory including empty subdirectories copy N?

If you omit /s, xcopy works within a single directory. Copies all subdirectories, even if they are empty. Use /e with the /s and /t command-line options. Copies the subdirectory structure (that is, the tree) only, not files.

Which Windows command would you use to copy a directory and all its contents quizlet?

Which command is used to copy entire folder structures between volumes or across a network while maintaining all NTFS permissions and attributes? robocopy. While troubleshooting a Windows computer, you open a command prompt to explore the folders (directories) on the hard drive.