From 7bfded003e8333b167c94f9f55ce7cc224f5cd7b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 7 May 2012 16:38:00 +0200 Subject: fix condition for SetupCompleteSuccess Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3 --- instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt | 4 ++-- instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlC.idt | 4 ++-- instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt | 4 ++-- instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt | 4 ++-- instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'instsetoo_native') diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt index 99e522483149..9e3faef6c88c 100644 --- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlC.idt @@ -29,8 +29,8 @@ SetupCompleteError RestContText1 Hide NOT UpdateStarted SetupCompleteError RestContText1 Show UpdateStarted SetupCompleteError RestContText2 Hide NOT UpdateStarted SetupCompleteError RestContText2 Show UpdateStarted -SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") -SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") +SetupCompleteSuccess TextLine2 Show ProgressType2="installed" +SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" SetupInterrupted Back Default UpdateStarted SetupInterrupted Back Disable NOT UpdateStarted SetupInterrupted Back Enable UpdateStarted diff --git a/instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlC.idt index 99e522483149..9e3faef6c88c 100644 --- a/instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlC.idt @@ -29,8 +29,8 @@ SetupCompleteError RestContText1 Hide NOT UpdateStarted SetupCompleteError RestContText1 Show UpdateStarted SetupCompleteError RestContText2 Hide NOT UpdateStarted SetupCompleteError RestContText2 Show UpdateStarted -SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") -SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") +SetupCompleteSuccess TextLine2 Show ProgressType2="installed" +SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" SetupInterrupted Back Default UpdateStarted SetupInterrupted Back Disable NOT UpdateStarted SetupInterrupted Back Enable UpdateStarted diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt index 6239d9006444..ae5f29d79f2e 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt @@ -36,8 +36,8 @@ SetupCompleteError RestContText1 Hide NOT UpdateStarted SetupCompleteError RestContText1 Show UpdateStarted SetupCompleteError RestContText2 Hide NOT UpdateStarted SetupCompleteError RestContText2 Show UpdateStarted -SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") -SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") +SetupCompleteSuccess TextLine2 Show ProgressType2="installed" +SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" SetupInterrupted Back Default UpdateStarted SetupInterrupted Back Disable NOT UpdateStarted SetupInterrupted Back Enable UpdateStarted diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt index 99e522483149..9e3faef6c88c 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt @@ -29,8 +29,8 @@ SetupCompleteError RestContText1 Hide NOT UpdateStarted SetupCompleteError RestContText1 Show UpdateStarted SetupCompleteError RestContText2 Hide NOT UpdateStarted SetupCompleteError RestContText2 Show UpdateStarted -SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") -SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") +SetupCompleteSuccess TextLine2 Show ProgressType2="installed" +SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" SetupInterrupted Back Default UpdateStarted SetupInterrupted Back Disable NOT UpdateStarted SetupInterrupted Back Enable UpdateStarted diff --git a/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt index 99e522483149..9e3faef6c88c 100644 --- a/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt @@ -29,8 +29,8 @@ SetupCompleteError RestContText1 Hide NOT UpdateStarted SetupCompleteError RestContText1 Show UpdateStarted SetupCompleteError RestContText2 Hide NOT UpdateStarted SetupCompleteError RestContText2 Show UpdateStarted -SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") -SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") +SetupCompleteSuccess TextLine2 Show ProgressType2="installed" +SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" SetupInterrupted Back Default UpdateStarted SetupInterrupted Back Disable NOT UpdateStarted SetupInterrupted Back Enable UpdateStarted -- cgit