Bumped branding to v4.15. Removed leftover references of branded components.

Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
Konstantina Chremmou 2023-03-30 00:16:00 +01:00
parent 392efff62d
commit 6cd1393161
3 changed files with 3 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
def XENADMIN_BRANDING_TAG = 'v4.14'
def XENADMIN_BRANDING_TAG = 'v4.15'
@Library(['PacmanSharedLibrary', "xencenter-pipeline@v4.7"])
import com.citrix.pipeline.xencenter.*

View File

@ -184,7 +184,6 @@
<ComponentRef Id="RegistryEntries" />
<ComponentRef Id="ApplicationShortcut" />
<ComponentRef Id="ProgramFilesShortcut" />
<ComponentGroupRef Id="BrandedComponents" />
</Feature>
<UIRef Id="$(var.BrandInstallerUI)" />

View File

@ -155,11 +155,11 @@ do
mkdir -p obj${name} out${name}
WixLangId=$(locale_id ${locale} | tr -d [:space:]) RepoRoot=$(cygpath -w ${REPO}) \
${CANDLE} -ext WiXNetFxExtension -ext WixUtilExtension -out obj${name}/ ${BRANDING_BRAND_CONSOLE_NO_SPACE}.wxs branding.wxs
${CANDLE} -ext WiXNetFxExtension -ext WixUtilExtension -out obj${name}/ ${BRANDING_BRAND_CONSOLE_NO_SPACE}.wxs
${LIGHT} -sval -ext WiXNetFxExtension -ext WixUtilExtension -out out${name}/${name}.msi \
-loc wixlib/wixui_${locale}.wxl -loc ${locale}.wxl \
obj${name}/${BRANDING_BRAND_CONSOLE_NO_SPACE}.wixobj obj${name}/branding.wixobj lib/WixUI_InstallDir.wixlib
obj${name}/${BRANDING_BRAND_CONSOLE_NO_SPACE}.wixobj lib/WixUI_InstallDir.wixlib
cp ${WIX}/out${name}/${name}.msi ${WIX}
done