summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/windows
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-05-07 16:38:00 +0200
committerAndras Timar <atimar@suse.com>2012-05-07 16:39:37 +0200
commit7bfded003e8333b167c94f9f55ce7cc224f5cd7b (patch)
tree51cd4cbd1885ee7c18e214005ebf908a7c40339a /instsetoo_native/inc_openoffice/windows
parent092d72a5591283459eb261e26d57ad8ecf1d5280 (diff)
fix condition for SetupCompleteSuccess
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
Diffstat (limited to 'instsetoo_native/inc_openoffice/windows')
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt4
1 files changed, 2 insertions, 2 deletions
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