win32 setup:

* change the default wix background image (aka brand the setup)
* add the missing ARPCONTACT property
This commit is contained in:
vletoux 2015-04-12 08:47:09 +02:00 committed by Viktor Tarasov
parent 8036388f29
commit 9601041f75
3 changed files with 4 additions and 0 deletions

View File

@ -32,10 +32,14 @@
InstallScope="perMachine"/>
<!-- OpenSC is covered by LGPL. Extend the license as required with other EULA notes -->
<WixVariable Id="WixUILicenseRtf" Value="license.rtf"/>
<!-- Setup background images -->
<WixVariable Id="WixUIBannerBmp" Value="bannrbmp.bmp"/>
<WixVariable Id="WixUIDialogBmp" Value="dlgbmp.bmp"/>
<!-- Links in info -->
<Property Id="ARPHELPLINK" Value="http://www.opensc-project.org/opensc/wiki/ReportingBugs"/>
<Property Id="ARPURLINFOABOUT" Value="http://www.opensc-project.org/"/>
<Property Id="ARPURLUPDATEINFO" Value="http://www.opensc-project.org/opensc/wiki/WindowsInstaller"/>
<Property Id="ARPCONTACT" Value="OpenSC"/>
<Icon Id="OpenSC.ico" SourceFile="OpenSC.ico" />
<Property Id="ARPPRODUCTICON" Value="OpenSC.ico" />

BIN
win32/bannrbmp.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
win32/dlgbmp.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB