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
| | |
| | | |
| | | <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 --> |
| | |
| | | <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."/> |
| | | |
| | |
| | | <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish> |
| | | </UI> |
| | | </Product> |
| | | </Wix> |
| | | </Wix> |