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

Ludovic Poitou
29.24.2015 30b34fd3282d922a0e71852530013ba85c20ac0e
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."/>
@@ -61,4 +65,4 @@
      <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
    </UI>
  </Product>
</Wix>
</Wix>