Skip to content

Commit

Permalink
Merge pull request #3259 from danilo-delbusso/bug/launch-xencenter_CA…
Browse files Browse the repository at this point in the history
…-385151

CA-385151 & CP-45516: Fix skipped patch + Bump pipeline to v4.12
  • Loading branch information
kc284 committed Nov 17, 2023
2 parents de27c12 + 903bc91 commit 5c858be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

def XENADMIN_BRANDING_TAG = 'v5.4'

@Library(['PacmanSharedLibrary', "xencenter-pipeline@v4.11"])
@Library(['PacmanSharedLibrary', "xencenter-pipeline@v4.12"])
import com.xenserver.pipeline.xencenter.*

properties([
Expand Down
3 changes: 1 addition & 2 deletions WixInstaller/wix_src.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ diff -ru wixlib/ExitDialog.wxl wixlib/ExitDialog.wxl
+ <Control Id="OptionalCheckBox" Type="CheckBox" X="135" Y="200" Width="220" Height="10" Hidden="yes" Property="WIXUI_EXITDIALOGOPTIONALCHECKBOX" CheckBoxValue="1" Text="[WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT]">
+ <Condition Action="show">WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT AND NOT (WixUI_InstallMode="Remove") AND XS_WixUIRMPressedOk="0"</Condition>
</Control>
diff --git wixlib/MsiRMFilesInUse.wxs wixlib/MsiRMFilesInUse.wxs
diff -ru wixlib/MsiRMFilesInUse.wxs wixlib/MsiRMFilesInUse.wxs
--- wixlib/MsiRMFilesInUse.wxs
+++ wixlib/MsiRMFilesInUse.wxs
@@ -6,10 +6,13 @@
Expand All @@ -1024,4 +1024,3 @@ diff --git wixlib/MsiRMFilesInUse.wxs wixlib/MsiRMFilesInUse.wxs
</Control>
<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)">
<Publish Event="EndDialog" Value="Exit">1</Publish>

0 comments on commit 5c858be

Please sign in to comment.