diff options
Diffstat (limited to 'instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt')
-rw-r--r-- | instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt new file mode 100644 index 000000000..b3ab0fe16 --- /dev/null +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt @@ -0,0 +1,55 @@ +Dialog_ Control_ Action Condition +s72 s50 s50 s255 +ControlCondition Dialog_ Control_ Action Condition +CustomerInformation DlgRadioGroupText Hide NOT Privileged +CustomerInformation DlgRadioGroupText Hide ProductState > 0 +CustomerInformation RadioGroup Hide NOT Privileged +CustomerInformation RadioGroup Hide ProductState > 0 +CustomSetup ChangeFolder Hide Installed +CustomSetup Details Hide Installed +CustomSetup InstallLabel Hide Installed +InstallWelcome Copyright Hide SHOWCOPYRIGHT="No" +InstallWelcome Copyright Show SHOWCOPYRIGHT="Yes" +ReadyToInstall DlgTitle Show ProgressType0="Modify" +ReadyToInstall DlgTitle2 Show ProgressType0="Repair" +ReadyToInstall DlgTitle3 Show ProgressType0="install" +SetupCompleteError Back Default UpdateStarted +SetupCompleteError Back Disable NOT UpdateStarted +SetupCompleteError Back Enable UpdateStarted +SetupCompleteError Cancel Disable NOT UpdateStarted +SetupCompleteError Cancel Enable UpdateStarted +SetupCompleteError Finish Default NOT UpdateStarted +SetupCompleteError FinishText1 Hide UpdateStarted +SetupCompleteError FinishText1 Show NOT UpdateStarted +SetupCompleteError FinishText2 Hide UpdateStarted +SetupCompleteError FinishText2 Show NOT UpdateStarted +SetupCompleteError RestContText1 Hide NOT UpdateStarted +SetupCompleteError RestContText1 Show UpdateStarted +SetupCompleteError RestContText2 Hide NOT UpdateStarted +SetupCompleteError RestContText2 Show UpdateStarted +SetupCompleteSuccess TextLine2 Show ProgressType2="installed" +SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" +SetupInterrupted Back Default UpdateStarted +SetupInterrupted Back Disable NOT UpdateStarted +SetupInterrupted Back Enable UpdateStarted +SetupInterrupted Cancel Disable NOT UpdateStarted +SetupInterrupted Cancel Enable UpdateStarted +SetupInterrupted Finish Default NOT UpdateStarted +SetupInterrupted FinishText1 Hide UpdateStarted +SetupInterrupted FinishText1 Show NOT UpdateStarted +SetupInterrupted FinishText2 Hide UpdateStarted +SetupInterrupted FinishText2 Show NOT UpdateStarted +SetupInterrupted RestContText1 Hide NOT UpdateStarted +SetupInterrupted RestContText1 Show UpdateStarted +SetupInterrupted RestContText2 Hide NOT UpdateStarted +SetupInterrupted RestContText2 Show UpdateStarted +SetupProgress DlgDesc Show ProgressType2="installed" +SetupProgress DlgDesc2 Show ProgressType2="uninstalled" +SetupProgress DlgText Show ProgressType3="installs" +SetupProgress DlgText2 Show ProgressType3="uninstalls" +SetupProgress DlgTitle Show ProgressType1="Installing" +SetupProgress DlgTitle2 Show ProgressType1="Uninstalling" +SetupResume PreselectedText Hide RESUME +SetupResume PreselectedText Show NOT RESUME +SetupResume ResumeText Hide NOT RESUME +SetupResume ResumeText Show RESUME |