78 lines
2.8 KiB
Groff
78 lines
2.8 KiB
Groff
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
|
|
<assembly
|
|
xmlns="urn:schemas-microsoft-com:asm.v3"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
authors="jeffspel"
|
|
buildFilter=""
|
|
company="Microsoft"
|
|
copyright=""
|
|
creationTimeStamp="2005-09-13T14:04:43.4054402-07:00"
|
|
lastUpdateTimeStamp="2005-09-13T15:39:02.9208750-08:00"
|
|
manifestVersion="1.0"
|
|
owners="jeffspel"
|
|
supportInformation=""
|
|
testers=""
|
|
>
|
|
<assemblyIdentity
|
|
buildFilter=""
|
|
buildType="release"
|
|
language="neutral"
|
|
name="Microsoft-Windows-Crypto-keys-DL"
|
|
processorArchitecture="*"
|
|
publicKeyToken="$(Build.WindowsPublicKeyToken)"
|
|
type=""
|
|
version="0.0.0.0"
|
|
versionScope="nonSxS"
|
|
/>
|
|
<migration
|
|
xmlns=""
|
|
scope="Upgrade,MigWiz,USMT"
|
|
>
|
|
<migXml xmlns="">
|
|
<!-- Check as this is only valid for down-level OS < than Windows Vista ? -->
|
|
<detects>
|
|
<detect>
|
|
<condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
|
|
</detect>
|
|
</detects>
|
|
<rules context="User">
|
|
<include>
|
|
<objectSet>
|
|
<pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\RSA\*[*]</pattern>
|
|
<pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\DSS\*[*]</pattern>
|
|
</objectSet>
|
|
</include>
|
|
<merge script="MigXmlHelper.SourcePriority()">
|
|
<objectSet>
|
|
<pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\RSA\*[*]</pattern>
|
|
<pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\DSS\*[*]</pattern>
|
|
</objectSet>
|
|
</merge>
|
|
</rules>
|
|
</migXml>
|
|
<machineSpecific>
|
|
<migXml xmlns="">
|
|
<!-- Check as this is only valid for down-level OS < than Windows Vista ? -->
|
|
<detects>
|
|
<detect>
|
|
<condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
|
|
</detect>
|
|
</detects>
|
|
<rules context="System">
|
|
<include>
|
|
<objectSet>
|
|
<!-- Pick up user master keys for wellknown service accounts -->
|
|
<pattern type="File">%PROFILESFOLDER%\LocalService\Application Data\Microsoft\Crypto\RSA\*[*]</pattern>
|
|
<pattern type="File">%PROFILESFOLDER%\LocalService\Application Data\Microsoft\Crypto\DSS\*[*]</pattern>
|
|
<pattern type="File">%PROFILESFOLDER%\NetworkService\Application Data\Microsoft\Crypto\RSA\*[*]</pattern>
|
|
<pattern type="File">%PROFILESFOLDER%\NetworkService\Application Data\Microsoft\Crypto\DSS\*[*]</pattern>
|
|
</objectSet>
|
|
</include>
|
|
</rules>
|
|
</migXml>
|
|
</machineSpecific>
|
|
<migrationDisplayID>Additional_Options\Windows_Core_Settings</migrationDisplayID>
|
|
</migration>
|
|
</assembly>
|