FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/Properties.wxs
chris.watts90@outlook.com dbd400dbb1 add start service on install component.
made conditional based on STARTSERVICEONINSTALL property (defaults to false).
#24
2017-02-19 21:05:52 +00:00

7 lines
184 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<Property Id="STARTSERVICEONINSTALL" Value="false" />
</Fragment>
</Wix>