update installer
This commit is contained in:
parent
c347ee7d55
commit
d1abc2bb1b
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Include>
|
<Include>
|
||||||
<?define ProgramName="DD-Record-Organizer"?>
|
<?define ProgramName="DD-Record-Organizer"?>
|
||||||
<?define ProductName="Record Organizer"?>
|
<?define ProductName="OrgFlow"?>
|
||||||
<?define Manufacturer="Digital Data"?>
|
<?define Manufacturer="Digital Data"?>
|
||||||
<?define Description="Record Organizer"?>
|
<?define Description="OrgFlow"?>
|
||||||
<?define Comments="Record Organizer"?>
|
<?define Comments="OrgFlow"?>
|
||||||
<?define UpgradeCode="{6387325E-F6D7-46BE-BBA8-D0E37BEEF800}"?>
|
<?define UpgradeCode="{6387325E-F6D7-46BE-BBA8-D0E37BEEF800}"?>
|
||||||
|
|
||||||
<?define SourceDir="..\$(var.ProgramName)\bin\$(var.Configuration)\"?>
|
<?define SourceDir="..\$(var.ProgramName)\bin\$(var.Configuration)\"?>
|
||||||
|
|||||||
@ -85,7 +85,8 @@
|
|||||||
<DirectoryRef Id="INSTALLDIR">
|
<DirectoryRef Id="INSTALLDIR">
|
||||||
<!-- Die DD-Record-Organizer.exe und Shortcuts für Desktop und Startmenü -->
|
<!-- Die DD-Record-Organizer.exe und Shortcuts für Desktop und Startmenü -->
|
||||||
<Component Id="MainExecutable" Guid="9CC5D446-F056-4A09-995D-9DF53A7F0E38">
|
<Component Id="MainExecutable" Guid="9CC5D446-F056-4A09-995D-9DF53A7F0E38">
|
||||||
<File Id="PMOEXE" Name="DD-Record-Organizer.exe" Source="OrgFlow.exe" KeyPath="yes" />
|
<File Id="PMOEXE" Name="OrgFlow.exe" Source="OrgFlow.exe" KeyPath="yes" />
|
||||||
|
<File Id="PMOEXECONFIG" Name="OrgFlow.exe.config" Source="OrgFlow.exe.config" KeyPath="no" />
|
||||||
<!-- Programmordner bei Deinstallation entfernen-->
|
<!-- Programmordner bei Deinstallation entfernen-->
|
||||||
<util:RemoveFolderEx Id="RemoveApplicationFolder" On="uninstall" Property="APPLICATIONFOLDER" />
|
<util:RemoveFolderEx Id="RemoveApplicationFolder" On="uninstall" Property="APPLICATIONFOLDER" />
|
||||||
</Component>
|
</Component>
|
||||||
@ -101,8 +102,8 @@
|
|||||||
<RegistryKey Key="Classes">
|
<RegistryKey Key="Classes">
|
||||||
<RegistryKey Key="pmo" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes" Id="REGKEYCUSTOMURLHANDLER">
|
<RegistryKey Key="pmo" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes" Id="REGKEYCUSTOMURLHANDLER">
|
||||||
<RegistryValue Type="string" Name="URL Protocol" Value="" />
|
<RegistryValue Type="string" Name="URL Protocol" Value="" />
|
||||||
<RegistryValue Key="DefaultIcon" Type="string" Value=""[INSTALLDIR]DD-Record-Organizer.exe,0"" />
|
<RegistryValue Key="DefaultIcon" Type="string" Value=""[INSTALLDIR]OrgFlow.exe,0"" />
|
||||||
<RegistryValue Key="shell\open\command" Type="string" Value=""[INSTALLDIR]DD-Record-Organizer.exe" --data %1" />
|
<RegistryValue Key="shell\open\command" Type="string" Value=""[INSTALLDIR]OrgFlow.exe" --data %1" />
|
||||||
</RegistryKey>
|
</RegistryKey>
|
||||||
</RegistryKey>
|
</RegistryKey>
|
||||||
</RegistryKey>
|
</RegistryKey>
|
||||||
@ -135,7 +136,15 @@
|
|||||||
<File Id="DD_Rights" Name="DD_Rights.dll" KeyPath="no" />
|
<File Id="DD_Rights" Name="DD_Rights.dll" KeyPath="no" />
|
||||||
<File Id="DD_LIB_Standards" Name="DD_LIB_Standards.dll" KeyPath="no" />
|
<File Id="DD_LIB_Standards" Name="DD_LIB_Standards.dll" KeyPath="no" />
|
||||||
<File Id="DDLogging" Name="DigitalData.Modules.Logging.dll" KeyPath="no" Checksum="yes"/>
|
<File Id="DDLogging" Name="DigitalData.Modules.Logging.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDDatabase" Name="DigitalData.Modules.Database.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDWindream" Name="DigitalData.Modules.Windream.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDConfig" Name="DigitalData.Modules.Config.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDBase" Name="DigitalData.Modules.Base.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDFilesystem" Name="DigitalData.Modules.Filesystem.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDLanguage" Name="DigitalData.Modules.Language.dll" KeyPath="no" Checksum="yes"/>
|
||||||
|
<File Id="DDEncryption" Name="DigitalData.Modules.Encryption.dll" KeyPath="no" Checksum="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<!-- DD Bibliotheken -->
|
<!-- DD Bibliotheken -->
|
||||||
<Component Id="BasicLibs" Guid="37238CB0-6DC3-4B1B-9438-52FA7D478897">
|
<Component Id="BasicLibs" Guid="37238CB0-6DC3-4B1B-9438-52FA7D478897">
|
||||||
<File Id="OfficeLib" Name="Office.dll" Source="C:\Windows\assembly\GAC_MSIL\Office\15.0.0.0__71e9bce111e9429c\Office.dll" KeyPath="yes" />
|
<File Id="OfficeLib" Name="Office.dll" Source="C:\Windows\assembly\GAC_MSIL\Office\15.0.0.0__71e9bce111e9429c\Office.dll" KeyPath="yes" />
|
||||||
@ -256,7 +265,7 @@
|
|||||||
<Component Id="ApplicationShortcut_StartMenu" Guid="508a08d6-73fc-43d4-8861-b432ba92e44e">
|
<Component Id="ApplicationShortcut_StartMenu" Guid="508a08d6-73fc-43d4-8861-b432ba92e44e">
|
||||||
<Shortcut Id="ApplicationStartMenuShortcut_StartMenu"
|
<Shortcut Id="ApplicationStartMenuShortcut_StartMenu"
|
||||||
Name="$(var.ProductName)"
|
Name="$(var.ProductName)"
|
||||||
Target="[INSTALLDIR]$(var.ProgramName).exe"
|
Target="[INSTALLDIR]OrgFlow.exe"
|
||||||
WorkingDirectory="INSTALLDIR"/>
|
WorkingDirectory="INSTALLDIR"/>
|
||||||
<RemoveFolder Id="ApplicationProgramsFolder_StartMenu" On="uninstall"/>
|
<RemoveFolder Id="ApplicationProgramsFolder_StartMenu" On="uninstall"/>
|
||||||
<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
||||||
@ -267,7 +276,7 @@
|
|||||||
<Component Id="ApplicationShortcut_Desktop" Guid="89ff1c33-08f7-4270-a858-2d6c7cbf9ba1">
|
<Component Id="ApplicationShortcut_Desktop" Guid="89ff1c33-08f7-4270-a858-2d6c7cbf9ba1">
|
||||||
<Shortcut Id="ApplicationStartMenuShortcut_Desktop"
|
<Shortcut Id="ApplicationStartMenuShortcut_Desktop"
|
||||||
Name="$(var.ProductName)"
|
Name="$(var.ProductName)"
|
||||||
Target="[INSTALLDIR]$(var.ProgramName).exe"
|
Target="[INSTALLDIR]OrgFlow.exe"
|
||||||
WorkingDirectory="INSTALLDIR"/>
|
WorkingDirectory="INSTALLDIR"/>
|
||||||
<RemoveFolder Id="ApplicationProgramsFolder_Desktop" On="uninstall"/>
|
<RemoveFolder Id="ApplicationProgramsFolder_Desktop" On="uninstall"/>
|
||||||
<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user