ResourceDll
Applies To: Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2
ResourceDll
specifies the resource DLL file that is used for multiple settings that describe an online backup service in the Windows® Server Backup menus. These settings include Microsoft-Windows-BLB-WSB-Online-Main\DescriptionText1, DescriptionText2, Icon, Link1, Link1Text, Link2, Link2Text, and ProviderName.
For information about how to create localized versions for these settings, see the topic Using the MUI with Applications.
Values
Path |
Specifies the path and file name of a resource DLL file. Path is a string that has a maximum length of 259 characters. |
Valid Configuration Passes
specialize
oobeSystem
Parent Hierarchy
Microsoft-Windows-BLB-WSB-Online-Main | ResourceDll
Applies To
For the list of the Windows editions and architectures that this component supports, see Microsoft-Windows-BLB-WSB-Online-Main.
XML Example
The following XML output shows how to describe a recommended online backup service. This includes provider information, descriptions, links, and an icon.
<EnableOnlineBackup>true</EnableOnlineBackup>
<ResourceDll>%ProgramFiles%\Microsoft Shared\Resource.dll</ResourceDll>
<ProviderName>100</ProviderName>
<Icon>101</Icon>
<Link1>200</Link1>
<Link1Text>201<Link1Text>
<DescriptionText1>202</DescriptionText1>
<Link2>300</Link2>
<Link2Text>301<Link2Text>
<DescriptionText2>302</DescriptionText2>
See Also
Concepts
Microsoft-Windows-BLB-WSB-Online-Main
DescriptionText1
DescriptionText2
Icon
Link1
Link1Text
Link2
Link2Text
ProviderName