5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 16:20:26 +00:00

Set output logging

This commit is contained in:
Neil Alexander 2019-11-28 10:56:22 +00:00
parent 724446bb04
commit 42d4a51765
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -129,7 +129,7 @@ cat > wix.xml << EOF
Name="yggdrasil"
Start="auto"
Type="ownProcess"
Arguments='-useconffile "[YggdrasilInstallFolder]yggdrasil.conf"'
Arguments='-useconffile "[YggdrasilInstallFolder]yggdrasil.conf" -logto "[YggdrasilInstallFolder]yggdrasil.log"'
Vital="yes" />
<ServiceControl
@ -160,14 +160,18 @@ cat > wix.xml << EOF
</Directory>
</Directory>
<Merge Id="Wintun" Language="0" DiskId="1" SourceFile="${PKGMSMNAME}" />
<Merge
Id="Wintun"
Language="0"
DiskId="1"
SourceFile="${PKGMSMNAME}" />
</Directory>
<Feature Id="Complete" Level="1">
<MergeRef Id="Wintun" />
<ComponentRef Id="MainExecutable" />
<ComponentRef Id="CtrlExecutable" />
<ComponentRef Id="ConfigScript" />
<MergeRef Id="Wintun" />
</Feature>
<CustomAction