SEBWIN-362: Added custom images for setup and setup bundle.
This commit is contained in:
parent
c8bebbfa82
commit
049cf8fe19
7 changed files with 7 additions and 3 deletions
|
@ -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
BIN
Setup/Resources/Banner.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
Setup/Resources/Dialog.bmp
Normal file
BIN
Setup/Resources/Dialog.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 451 KiB |
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
BIN
SetupBundle/Resources/Logo.png
Normal file
BIN
SetupBundle/Resources/Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
|
@ -60,6 +60,7 @@
|
|||
<Folder Include="Resources" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Resources\Logo.png" />
|
||||
<Content Include="Resources\Theme.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue