diff options
author | Andras Timar <atimar@suse.com> | 2012-05-07 16:38:00 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-05-07 16:39:37 +0200 |
commit | 7bfded003e8333b167c94f9f55ce7cc224f5cd7b (patch) | |
tree | 51cd4cbd1885ee7c18e214005ebf908a7c40339a /instsetoo_native/inc_openoffice | |
parent | 092d72a5591283459eb261e26d57ad8ecf1d5280 (diff) |
fix condition for SetupCompleteSuccess
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
Diffstat (limited to 'instsetoo_native/inc_openoffice')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt | 4 |
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 |