MS .net 4.6.2 Modules Update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<!-- TODO: Put your code here. -->
|
||||
<?define ProgramName="Global_Indexer"?>
|
||||
<?define ProductName="Global Indexer"?>
|
||||
<?define ProgramName="FileFlow"?>
|
||||
<?define ProductName="File Flow"?>
|
||||
<?define Manufacturer="Digital Data"?>
|
||||
<?define Description="Beschreibung des Programms"?>
|
||||
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<!-- Nicht entfernen! -->
|
||||
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1' />
|
||||
<Property Id='DiskPrompt' Value="Global Indexer Install" />
|
||||
<Property Id='DiskPrompt' Value="File Flow Install" />
|
||||
|
||||
<!-- UPGRADE -->
|
||||
<!--
|
||||
@@ -45,10 +45,10 @@
|
||||
<!-- UPGRADE END -->
|
||||
|
||||
<!-- Legt das Icon fest -->
|
||||
<Icon Id="GlobalIndexer.exe" SourceFile="Global_Indexer.exe" />
|
||||
<Icon Id="FileFlow.exe" SourceFile="$(var.ProgramName).exe" />
|
||||
|
||||
<!-- Zeige Icon in Systemsteuerung > Programme entfernen -->
|
||||
<Property Id="ARPPRODUCTICON" Value="GlobalIndexer.exe" />
|
||||
<Property Id="ARPPRODUCTICON" Value="$(var.ProgramName).exe" />
|
||||
|
||||
<!-- Liest den Installationsort über die Registry aus -->
|
||||
<Property Id="INSTALLDIR">
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<DirectoryRef Id="INSTALLDIR">
|
||||
<Component Id="MainApplicationExe" Guid="71B06048-F595-40CE-B429-79C2F2D6001B" KeyPath="yes">
|
||||
<File Id="MainApplicationExe" Source="..\$(var.ProgramName)\bin\$(var.Configuration)\$(var.ProgramName).exe" Name="$(var.ProgramName).exe" KeyPath="no" Checksum="yes" />
|
||||
<File Id="MainApplicationExe" Source="..\Global_Indexer\bin\$(var.Configuration)\$(var.ProgramName).exe" Name="$(var.ProgramName).exe" KeyPath="no" Checksum="yes" />
|
||||
</Component>
|
||||
|
||||
<!-- Die ApplicationIco -->
|
||||
@@ -215,20 +215,20 @@
|
||||
|
||||
<Directory Id="resources.en" Name="en">
|
||||
<Component Id="GlobalIndexer.Locales.en" Guid="d89b7f9b-337f-4784-8945-13de108e240f">
|
||||
<File Id="Global_Indexer.resources.en" Name="Global_Indexer.resources.dll" Source="en\Global_Indexer.resources.dll"></File>
|
||||
<File Id="FileFlow.resources.en" Name="FileFlow.resources.dll" Source="en\FileFlow.resources.dll"></File>
|
||||
<File Id="LookupGrid.resources.en" Name="DigitalData.Controls.LookupGrid.resources.dll" Source="en\DigitalData.Controls.LookupGrid.resources.dll"></File>
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="resources.en_US" Name="en_US">
|
||||
<Component Id="GlobalIndexer.Locales.en_US" Guid="fcb2bdda-a8da-4d65-97d8-c5b9fba4ccb1">
|
||||
<File Id="Global_Indexer.resources.en_US" Name="Global_Indexer.resources.dll" Source="en-US\Global_Indexer.resources.dll"></File>
|
||||
<File Id="FileFlow.resources.en_US" Name="FileFlow.resources.dll" Source="en-US\FileFlow.resources.dll"></File>
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="resources.de" Name="de">
|
||||
<Component Id="GlobalIndexer.Locales.de" Guid="9E7F8C29-44DF-4D38-AD7B-D64B74990CDB">
|
||||
<File Id="Global_Indexer.resources.de_DE" Name="Global_Indexer.resources.dll" Source="de-DE\Global_Indexer.resources.dll"></File>
|
||||
<File Id="FileFlow.resources.de_DE" Name="FileFlow.resources.dll" Source="de-DE\FileFlow.resources.dll"></File>
|
||||
</Component>
|
||||
|
||||
<Component Id="Devexpress.Locales.de" Guid="6be5ff05-af76-4249-862a-5b13e3c56c2a">
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</Target>
|
||||
<Target Name="BeforeBuild">
|
||||
<!-- Get the programs assembly version from the .exe file -->
|
||||
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\Global_Indexer.exe">
|
||||
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\FileFlow.exe">
|
||||
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
||||
</GetAssemblyIdentity>
|
||||
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
||||
|
||||
Reference in New Issue
Block a user