SEBWIN-362: Added custom images for setup and setup bundle.

This commit is contained in:
Damian Büchel 2020-03-13 10:28:04 +01:00
parent c8bebbfa82
commit 049cf8fe19
7 changed files with 7 additions and 3 deletions

View file

@ -10,8 +10,8 @@
<Icon Id="ConfigurationToolIcon" SourceFile="Resources\ConfigurationTool.ico" />
<Property Id="ARPPRODUCTICON" Value="ApplicationIcon" />
<WixVariable Id="WixUILicenseRtf" Value="Resources\License.rtf" />
<!-- <WixVariable Id="WixUIDialogBmp" Value="Resources\Dialog.bmp" /> 493 × 312 -->
<!-- <WixVariable Id="WixUIBannerBmp" Value="Resources\Banner.bmp" /> 493 × 58 -->
<WixVariable Id="WixUIBannerBmp" Value="Resources\Banner.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="Resources\Dialog.bmp" />
<Feature Id="ProductFeature" Title="Safe Exam Browser" Level="1">
<ComponentGroupRef Id="ApplicationComponents" />
<ComponentGroupRef Id="ConfigurationComponents" />

BIN
Setup/Resources/Banner.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
Setup/Resources/Dialog.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB

View file

@ -102,6 +102,8 @@
<Content Include="Components\Configuration.xslt" />
<Content Include="Components\Service.xslt" />
<Content Include="Components\Reset.xslt" />
<Content Include="Resources\Banner.bmp" />
<Content Include="Resources\Dialog.bmp" />
<Content Include="Resources\License.rtf" />
<Content Include="Resources\Application.ico" />
<Content Include="Resources\ConfigurationFile.ico" />

View file

@ -4,7 +4,8 @@
UpgradeCode="26C1045A-99CC-4479-987B-376390379441" IconSourceFile="$(var.Setup.ProjectDir)Resources\Application.ico">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLargeLicense">
<bal:WixStandardBootstrapperApplication LicenseFile="$(var.Setup.ProjectDir)Resources\License.rtf" ThemeFile="Resources\Theme.xml"
LocalizationFile="Resources\Theme.wxl" SuppressOptionsUI="yes" SuppressRepair="yes" />
LocalizationFile="Resources\Theme.wxl" LogoFile="Resources\Logo.png" SuppressOptionsUI="yes"
SuppressRepair="yes" />
</BootstrapperApplicationRef>
<Chain>
<PackageGroupRef Id="DotNetFramework" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -60,6 +60,7 @@
<Folder Include="Resources" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Logo.png" />
<Content Include="Resources\Theme.xml" />
</ItemGroup>
<ItemGroup>