jj 25.01.17 add config to installer

This commit is contained in:
JenneJ
2017-01-25 11:24:22 +01:00
parent 399ef6d985
commit 463f8d0188
4 changed files with 5 additions and 23 deletions

View File

@@ -60,6 +60,10 @@
ErrorControl="normal" />
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="$(var.ProgramName)" Wait="yes" />
</Component>
<Component Id="MainApplicationConfig" Guid="{9D2B770C-8706-462F-A6D5-EB53C7BAA58F}">
<File Id="MainApplicationConfig" Name="$(var.ProgramName).exe.config" KeyPath="yes" Checksum="yes"/>
</Component>
<Component Id="RegistryKeys" Guid="{DD65998B-07A6-4CA9-8C93-08E225769ADA}">
<RegistryKey Root="HKCU" Key="Software">
@@ -78,6 +82,7 @@
<Feature Id="MainApplication" Title="Main Application" Level="1">
<ComponentRef Id="MainApplicationExe" />
<ComponentRef Id="MainApplicationConfig"/>
<ComponentRef Id="RegistryKeys"/>
</Feature>