ui: Remove EULA from GUI and Windows installer
This commit is contained in:
@@ -295,9 +295,6 @@
|
||||
|
||||
<Directory Id='LieutenantCommanderData' Name='data'>
|
||||
<Directory Id='License' Name='license'>
|
||||
<Component Id='EulaTxt' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='EulaTxtId' Name='EULA.txt' DiskId='1' Source='./../../../bin/app/data/license/EULA.txt' KeyPath='yes' />
|
||||
</Component>
|
||||
<Directory Id='ThirdPartyLicenses' Name='3rd_party_licenses'>
|
||||
<Component Id='LicenseBoostTxt' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='LicenseBoost' Name='license_boost.txt' DiskId='1' Source='./../../../bin/app/data/license/3rd_party_licenses/license_boost.txt' KeyPath='yes' />
|
||||
|
||||
@@ -240,7 +240,6 @@
|
||||
<ComponentRef Id='QWBmpDll'/>
|
||||
<ComponentRef Id='QWebpDll'/>
|
||||
|
||||
<ComponentRef Id='EulaTxt'/>
|
||||
<ComponentRef Id='LicenseBoostTxt'/>
|
||||
<ComponentRef Id='LicenseClangTxt'/>
|
||||
<ComponentRef Id='LicenseCppSqliteTxt'/>
|
||||
@@ -293,7 +292,10 @@
|
||||
<UIRef Id="WixUI_InstallDir" />
|
||||
|
||||
<DialogRef Id="ShortcutDlg" />
|
||||
|
||||
|
||||
<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg" Order="3">1</Publish>
|
||||
<Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg" Order="3">1</Publish>
|
||||
|
||||
<Publish Dialog="InstallDirDlg" Control="Next" Event="NewDialog" Value="ShortcutDlg" Order="4">WIXUI_DONTVALIDATEPATH OR WIXUI_INSTALLDIR_VALID="1"</Publish>
|
||||
<Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="ShortcutDlg">1</Publish>
|
||||
</UI>
|
||||
@@ -305,8 +307,6 @@
|
||||
<Icon Id="Sourcetrail.ico" SourceFile="./../../../bin/app/data/gui/icon/sourcetrail.ico" />
|
||||
<Icon Id="Project.ico" SourceFile="./../../../bin/app/data/gui/icon/project.ico" />
|
||||
|
||||
<WixVariable Id="WixUILicenseRtf" Value="./../../../bin/app/data/license/EULA.rtf" />
|
||||
|
||||
<WixVariable Id="WixUIBannerBmp" Value="Images/banner.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="Images/w_installer.bmp" />
|
||||
</Product>
|
||||
|
||||
Reference in New Issue
Block a user