PackageRegistrationAttribute.SatellitePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
To specify a resource dll located in a different location then the default, set this property. This can be useful if your package is installed in the GAC. If this is not set, the directory where the package is located will be use.
Note that the dll should be located at the following path: SatellitePath\lcid\PackageDllNameUI.dll
public:
property System::String ^ SatellitePath { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SatellitePath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SatellitePath { get; set; }
member this.SatellitePath : string with get, set
Public Property SatellitePath As String
Property Value
The non-default resource .dll location.
Remarks
Set this attribute to specify a resource .dll file that is located in a non-default location. The .dll file should have the following path: SatellitePath\lcid\PackageDllNameUI.dll. This attribute can be useful if your package is installed in the GAC. If this attribute is not set, the directory where the package is located will be used.