mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
 | |
|   license agreements. See the NOTICE file distributed with this work for additional
 | |
|   information regarding copyright ownership. The ASF licenses this file to
 | |
|   you under the Apache License, Version 2.0 (the "License"); you may not use
 | |
|   this file except in compliance with the License. You may obtain a copy of
 | |
|   the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
 | |
|   by applicable law or agreed to in writing, software distributed under the
 | |
|   License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 | |
|   OF ANY KIND, either express or implied. See the License for the specific
 | |
|   language governing permissions and limitations under the License. -->
 | |
| <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 | |
|     <Fragment>
 | |
|         <UI Id="WixUI_Mondo_Custom">
 | |
|           <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
 | |
|             <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
 | |
|             <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
 | |
| 
 | |
|             <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
 | |
|             <Property Id="WixUI_Mode" Value="Mondo" />
 | |
| 
 | |
|             <DialogRef Id="ErrorDlg" />
 | |
|             <DialogRef Id="FatalError" />
 | |
|             <DialogRef Id="FilesInUse" />
 | |
|             <DialogRef Id="MsiRMFilesInUse" />
 | |
|             <DialogRef Id="PrepareDlg" />
 | |
|             <DialogRef Id="ProgressDlg" />
 | |
|             <DialogRef Id="ResumeDlg" />
 | |
|             <DialogRef Id="UserExit" />
 | |
|             <DialogRef Id="DatabaseInformation" />
 | |
| 
 | |
|             <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
 | |
| 
 | |
|             <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
 | |
| 
 | |
|             <Publish Dialog="LicenseAgreementDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
 | |
|             <Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="SetupTypeDlg" Order="2">LicenseAccepted = "1"</Publish>
 | |
| 
 | |
|             <Publish Dialog="SetupTypeDlg" Control="Back" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
 | |
|             <Publish Dialog="SetupTypeDlg" Control="TypicalButton" Event="NewDialog" Value="DatabaseInformation">1</Publish>
 | |
|             <Publish Dialog="SetupTypeDlg" Control="CustomButton" Event="NewDialog" Value="CustomizeDlg">1</Publish>
 | |
|             <Publish Dialog="SetupTypeDlg" Control="CompleteButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
 | |
| 
 | |
|             <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="1">WixUI_InstallMode = "Change"</Publish>
 | |
|             <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="SetupTypeDlg" Order="2">WixUI_InstallMode = "InstallCustom"</Publish>
 | |
|             <Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="DatabaseInformation">1</Publish>
 | |
| 
 | |
|             <Publish Dialog="DatabaseInformation" Control="Back" Event="NewDialog" Value="CustomizeDlg" Order="1">WixUI_InstallMode = "InstallCustom"</Publish>
 | |
|             <Publish Dialog="DatabaseInformation" Control="Back" Event="NewDialog" Value="SetupTypeDlg" Order="2">WixUI_InstallMode = "InstallTypical" OR WixUI_InstallMode = "InstallComplete"</Publish>
 | |
|             <Publish Dialog="DatabaseInformation" Control="Next" Event="NewDialog" Value="VerifyReadyDlg" Order="2">NOT Installed</Publish>
 | |
|             <Publish Dialog="DatabaseInformation" Control="Back" Event="NewDialog" Value="DatabaseInformation" Order="3">WixUI_InstallMode = "Change"</Publish>
 | |
|             <Publish Dialog="DatabaseInformation" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="4">WixUI_InstallMode = "Repair" OR WixUI_InstallMode = "Remove"</Publish>
 | |
| 
 | |
|             <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="DatabaseInformation"></Publish>
 | |
|             <Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
 | |
| 
 | |
|             <Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton" Event="NewDialog" Value="DatabaseInformation">1</Publish>
 | |
|             <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
 | |
|             <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
 | |
|             <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>
 | |
| 
 | |
|             <!-- Progress Text for Custom Actions STARTs here -->
 | |
|             <ProgressText Action="GenerateSSLKey">!(loc.GenerateSSLKey)</ProgressText>
 | |
|             <ProgressText Action="DeployDB">!(loc.DeployDB)</ProgressText>
 | |
|             <ProgressText Action="SetupDatabases">!(loc.SetupDatabases)</ProgressText>
 | |
|             <ProgressText Action="DeleteDirectory">!(loc.DeleteDirectory)</ProgressText>
 | |
|             <ProgressText Action="CopySitePackages">!(loc.CopySitePackages)</ProgressText>
 | |
|             <ProgressText Action="SetuptoolsInstallation">!(loc.SetuptoolsInstallation)</ProgressText>
 | |
|             <ProgressText Action="DeleteFiles">!(loc.DeleteFiles)</ProgressText>
 | |
|             <ProgressText Action="UpdateTomcatCatalinaBase">!(loc.UpdateTomcatCatalinaBase)</ProgressText>
 | |
|             <ProgressText Action="UpdateTomcatClassPath">!(loc.UpdateTomcatClassPath)</ProgressText>
 | |
| 
 | |
|             <!-- Progress Text for Custom Actions ENDs here -->
 | |
|         </UI>
 | |
|         <UIRef Id="WixUI_Common" />
 | |
|     </Fragment>
 | |
| </Wix> |