-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Features that Do Not Require Modification #1195
Copy link
Copy link
Closed
Labels
Area-Maintainers-Documentationspecific to documentation in this repospecific to documentation in this repoArea-SideBySiderelated to ability to run PS7 side-by-side with WinPS or different versions of PS7related to ability to run PS7 side-by-side with WinPS or different versions of PS7Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassif
Metadata
Metadata
Assignees
Labels
Area-Maintainers-Documentationspecific to documentation in this repospecific to documentation in this repoArea-SideBySiderelated to ability to run PS7 side-by-side with WinPS or different versions of PS7related to ability to run PS7 side-by-side with WinPS or different versions of PS7Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassif
Type
Fields
Give feedbackNo fields configured for issues without a type.
Overview
This is a work-in-progress list of features that have been investigated and determined to not require modification for side-by-side scenarios. I am creating this issue to document the list and reasoning behind the decisions.
Pwrshsip.dll
This is the Crypto Subject Interface Package (SIP) provider for handling Authenticode signature verification for all signed files PowerShell supports (psd1, psm1, etc.). The provider is loaded by the Authenticode verification system and only one instance should exist in Windows. It is installed via manifest on all Windows SKUs where PowerShell ships inbox. If we need to add additional file types for Authenticode signature verification, we can create a new SIP provider and install it side-by-side with the existing one. The new provider will only support the new file types.