FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/Properties.wxs

8 lines
231 B
XML

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