FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/Properties.wxs
Watts def593d3a5 exposed properties for configuring data center endpoint ip and port. defaults to localhost/127.0.0.1
implemented the code to configure the app.config file on install.
#31
2017-04-15 20:23:57 +01:00

9 lines
280 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="SERVICEIP" Value="127.0.0.1" />
<Property Id="SERVICEPORT" Value="8800"/>
</Fragment>
</Wix>