Update to add French language files to install package & to update to .45
This commit is contained in:
parent
09c1fcafc3
commit
cefaa3fe98
@ -5,11 +5,12 @@
|
||||
<!-- The ProductCode should change for every *major* revision; if it can coexist with the old -->
|
||||
<!-- We are planning to never change it for EduNetworkBuilder -->
|
||||
<?define ProductCode = "71EACA51-8B58-49F5-865C-802CFC16E503"?>
|
||||
<?define FrenchDLLCode = "d9c6eb83-fef1-4dcf-b28a-abdd345c7eb4"?>
|
||||
<!-- A unique UpgradeCode. Should be different than ProductCode. Should never change -->
|
||||
<?define UpgradeCode = "D7FAE51C-D99A-406B-935B-E91F470D8488"?>
|
||||
|
||||
<!-- We need to keep ProductVersion in sync with EduNetworkBuilder version number -->
|
||||
<?define ProductVersion = "1.0.0.41"?>
|
||||
<?define ProductVersion = "1.0.0.45"?>
|
||||
|
||||
<Product Id="*"
|
||||
Name="$(var.ProductName)"
|
||||
@ -28,12 +29,15 @@
|
||||
<Feature Id="ProductFeature" Title="$(var.ProductName)" Level="1">
|
||||
<ComponentGroupRef Id="ProductComponents" />
|
||||
<ComponentRef Id="ApplicationShortcut" />
|
||||
<ComponentRef Id ="FrenchDLL"/>
|
||||
</Feature>
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<!-- Add info for program-files location -->
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="INSTALLFOLDER" Name="$(var.ProductName)" />
|
||||
<Directory Id="INSTALLFOLDER" Name="$(var.ProductName)">
|
||||
<Directory Id="FrenchLangFolder" Name="fr" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
<!-- Add info for the start-menu shortcut -->
|
||||
<Directory Id="ProgramMenuFolder">
|
||||
@ -54,6 +58,12 @@
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="FrenchLangFolder">
|
||||
<Component Id="FrenchDLL" DiskId="1" Guid="$(var.FrenchDLLCode)" >
|
||||
<File Id="EduNetworkBuilder.resources.dll" Name ="EduNetworkBuilder.resources.dll" src ="$(var.EduNetworkBuilder.TargetDir)\fr\EduNetworkBuilder.resources.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
||||
<!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
|
||||
<Component Id="ProductComponent">
|
||||
@ -72,7 +82,8 @@
|
||||
<Extension Id="enbh">
|
||||
<Verb Id ="open" Command="open" TargetFile="EduNetworkBuilder.exe" Argument=""%1""/>
|
||||
</Extension>
|
||||
</ProgId> </Component>
|
||||
</ProgId>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
</Product>
|
||||
|
Loading…
Reference in New Issue
Block a user