Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.68 KB

security-and-windows-installer.md

File metadata and controls

36 lines (25 loc) · 1.68 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Security and Windows Installer
Security and Windows Installer
06/08/2017
biztalk-server
article

Security and Windows Installer

Windows Installer is a powerful tool for installing and updating BizTalk applications. When using Windows Installer, you should be aware of the security issues that can be created by malicious Windows Installer (.msi) file creators and take steps to prevent them.

Administrators typically run .msi files, and therefore the processes that run during application installation or update have very high privileges. A malicious .msi file creator could exploit this fact in a number of ways, including the following:

  • Running script files that make undesirable changes to your system or files.

  • Overwriting the COM catalog.

  • Overwriting registry values. These changes cannot be rolled back.

  • Flooding the file system.

    When dealing with .msi files, you should take the following precautions at a minimum:

  • Install only .msi files that you completely trust.

    [!NOTE] As a best practice, individuals who are responsible for generating .msi files should take additional steps to sign the .msi files so that users can verify that the source of the file is trusted.

  • Thoroughly test your .msi files before using them in a production environment.

  • Store the .msi files in protected folders that are secured with appropriate discretionary access control lists (DACLs).

See Also

Security Considerations for Application Deployment