mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
29.24.2015 30b34fd3282d922a0e71852530013ba85c20ac0e
Fix for OPENDJ-1754 - Add ForgeRock branded graphics to Windows packages.
Added the 2 required BMP files and update factory to take them into account.
2 files added
2 files modified
6 ■■■■■ changed files
opends/build.xml 2 ●●●●● patch | view | raw | blame | history
opends/resource/msi/opendjbanner.bmp patch | view | raw | blame | history
opends/resource/msi/opendjdialog.bmp patch | view | raw | blame | history
opends/resource/msi/package.wxs 4 ●●●● patch | view | raw | blame | history
opends/build.xml
@@ -1356,6 +1356,8 @@
    <mkdir dir="${build.dir}/msi/build" />
    <copy file="${resource.dir}/msi/package.wxs" toDir="${build.dir}/msi/build"/>
    <copy file="${resource.dir}/msi/opendjbanner.bmp" toDir="${build.dir}/msi/build"/>
    <copy file="${resource.dir}/msi/opendjdialog.bmp" toDir="${build.dir}/msi/build"/>
    <mkdir dir="${build.dir}/msi/dist" />
    <!-- Construct a .wxs file from the directory structure -->
opends/resource/msi/opendjbanner.bmp
opends/resource/msi/opendjdialog.bmp
opends/resource/msi/package.wxs
@@ -37,6 +37,10 @@
    <Property Id="ALLUSERS" Value="1"/>
    <Property Id="ARPHELPLINK" Value="http://forgerock.com"/>
    <!-- UI customization -->
    <WixVariable Id="WixUIBannerBmp" Value="opendjbanner.bmp" />
    <WixVariable Id="WixUIDialogBmp" Value="opendjdialog.bmp" />
    <!-- Upgrading -->
    <MajorUpgrade DowngradeErrorMessage="A newer version of $(var.name) is already installed."/>