win32 setup:
* change the default wix background image (aka brand the setup) * add the missing ARPCONTACT property
This commit is contained in:
parent
8036388f29
commit
9601041f75
|
@ -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" />
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
Binary file not shown.
After Width: | Height: | Size: 451 KiB |
Loading…
Reference in New Issue