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

Ludovic Poitou
29.26.2015 39a9b3557cac997d26f3bb22def239b431ad57e6
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
8 ■■■■ changed files
opendj3-server-dev/build.xml 2 ●●●●● patch | view | raw | blame | history
opendj3-server-dev/resource/msi/opendjbanner.bmp patch | view | raw | blame | history
opendj3-server-dev/resource/msi/opendjdialog.bmp patch | view | raw | blame | history
opendj3-server-dev/resource/msi/package.wxs 6 ●●●● patch | view | raw | blame | history
opendj3-server-dev/build.xml
@@ -1394,6 +1394,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 -->
opendj3-server-dev/resource/msi/opendjbanner.bmp
opendj3-server-dev/resource/msi/opendjdialog.bmp
opendj3-server-dev/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."/>
@@ -61,4 +65,4 @@
      <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
    </UI>
  </Product>
</Wix>
</Wix>