mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
UI id fix
This commit is contained in:
parent
7f46705fc1
commit
2c7bdfef76
1 changed files with 1 additions and 18 deletions
|
@ -241,25 +241,8 @@ cat > wix.xml << EOF
|
|||
Return="check"
|
||||
Impersonate="yes" />
|
||||
|
||||
<UI>
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="TARGETDIR" />
|
||||
<Property Id="WixUI_Mode" Value="Custom" />
|
||||
|
||||
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
|
||||
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="9" Bold="yes" />
|
||||
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
|
||||
|
||||
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
|
||||
|
||||
<DialogRef Id="ProgressDlg" />
|
||||
<DialogRef Id="ErrorDlg" />
|
||||
<DialogRef Id="FilesInUse" />
|
||||
<DialogRef Id="FatalError" />
|
||||
<DialogRef Id="UserExit" />
|
||||
|
||||
<UI Id="WixUI">
|
||||
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
|
||||
<Publish Dialog="WelcomeDlg" Control="Next" Event="EndDialog" Value="Return" Order="2"></Publish>
|
||||
|
||||
</UI>
|
||||
<UIRef Id="WixUI_Common" />
|
||||
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue