jj 25.01.17 add config to installer
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user