home *** CD-ROM | disk | FTP | other *** search
- <!-- This manifest is installed on the final system and used by migration wizard -->
- <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- manifestVersion="1.0"
- description="$(resourceString.description)"
- displayName="$(resourceString.displayName)"
- company="Microsoft"
- copyright=""
- supportInformation=""
- creationTimeStamp="2005-08-15T20:18:02.2794670-07:00"
- lastUpdateTimeStamp="2005-08-15T20:18:02.2794670-07:00"
- authors="sriramsr"
- owners="sriramsr"
- testers="sebcha;jwelle;sanyals"
- buildFilter=""
- xmlns="urn:schemas-microsoft-com:asm.v3">
- <assemblyIdentity type=""
- publicKeyToken="$(Build.WindowsPublicKeyToken)"
- buildType="$(build.buildType)"
- versionScope="nonSxS"
- buildFilter=""
- name="Microsoft-Windows-OfflineFiles-DL"
- version="0.0.0.0"
- processorArchitecture="*"
- language="*" />
- <migration scope="Upgrade,MigWiz,USMT"
- xmlns="">
- <migXml xmlns="">
- <detects>
- <detect>
- <condition>MigXmlHelper.DoesOSMatch("NT","5.0.*")</condition>
- <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
- <condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition>
- </detect>
- </detects>
-
- <!-- System Preference -->
- <rules context="System">
- <rules>
- <include>
- <objectSet>
- <!-- AssignedOfflineFolders is a key -->
- <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache\AssignedOfflineFolders\* [*]
- </pattern>
-
- <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache [EncryptCache]
- </pattern>
-
- <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache [LinkTargetCaching]
- </pattern>
-
- <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache [PurgeNonPrimaryUserFilesAtLogoff]
- </pattern>
-
- <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache [AlwaysPinSubFolders]
- </pattern>
- </objectSet>
- </include>
- </rules>
- </rules>
- <!-- Need to map SlowlinkSpeed -->
-
- <!-- User Preferenece -->
- <rules context="User">
- <include>
- <objectSet>
-
- <!-- AssignedOfflineFolders is a key -->
- <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\NetCache\AssignedOfflineFolders\* [*]
- </pattern>
-
- <!-- Shares is a key -->
- <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\NetCache\Shares\* [*]
- </pattern>
-
- <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\NetCache [LinkTargetCaching]
- </pattern>
- </objectSet>
- </include>
- </rules>
-
- </migXml>
- <!-- In place upgrade only part -->
- <machineSpecific>
- <migXml>
- <detects>
- <detect>
- <condition>MigXmlHelper.DoesOSMatch("NT","5.0.*")</condition>
- <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
- <condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition>
- </detect>
- </detects>
- <rules context="System">
- <rules>
-
- <!-- If CSC is enabled in down then create start registry value for service and driver and gather that -->
- <conditions>
- <condition>MigXmlHelper.DoesStringContentEqual("Registry","HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache[Enabled]","0x00000001")
- </condition>
- </conditions>
- <addObjects>
- <object>
- <location type="Registry">HKLM\System\CurrentControlSet\Services\CSC [Start]</location>
- <attributes>DWORD</attributes>
- <bytes>01000000</bytes>
- </object>
- <object>
- <location type="Registry">HKLM\System\CurrentControlSet\Services\CSCService [Start]</location>
- <attributes>DWORD</attributes>
- <bytes>02000000</bytes>
- </object>
- </addObjects>
- <include>
- <objectSet>
- <pattern type="Registry">HKLM\System\CurrentControlSet\Services\CSC [Start]
- </pattern>
- <pattern type="Registry">HKLM\System\CurrentControlSet\Services\CSCService [Start]
- </pattern>
- </objectSet>
- </include>
- </rules>
- </rules>
- </migXml>
- </machineSpecific>
-
- <plugin xmlns="urn:schemas-microsoft-com:asm.v3"
- file="Microsoft-Windows-OfflineFiles-DL\CscMig.dll"
- classId="{0db12ccb-7cfd-46b6-b4d1-daa6ff0fbcf7}" />
- <migrationDisplayID>Network_and_Internet\Offline_Files</migrationDisplayID>
- </migration>
- </assembly>
-