2013-06-24 13:41:48 +02:00
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
2018-10-04 15:38:07 +02:00
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
2013-06-24 13:41:48 +02:00
</resheader>
<resheader name="writer">
2018-10-04 15:38:07 +02:00
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
2013-06-24 13:41:48 +02:00
</resheader>
2018-10-04 15:38:07 +02:00
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
2023-05-16 04:29:00 +02:00
<value>3</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
2018-10-04 15:38:07 +02:00
<value>True</value>
2013-06-24 13:41:48 +02:00
</data>
2023-05-16 04:29:00 +02:00
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
2023-06-08 14:42:32 +02:00
<value>3, 91</value>
2023-05-16 04:29:00 +02:00
</data>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2023-05-16 04:29:00 +02:00
<data name="label2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 3, 15</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>516, 39</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label2.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label2.Text" xml:space="preserve">
<value>Choose whether you want {0} to install a supplemental pack from disk after the selected pools are upgraded. Please note that installation will fail if a file incompatible with the {1} version you have upgraded to is selected.</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label2.Name" xml:space="preserve">
<value>label2</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label2.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>label2.ZOrder" xml:space="preserve">
2018-10-04 15:38:07 +02:00
<value>0</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="checkBoxInstallSuppPack.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="checkBoxInstallSuppPack.Location" type="System.Drawing.Point, System.Drawing">
2023-06-08 14:42:32 +02:00
<value>3, 148</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="checkBoxInstallSuppPack.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>5, 0, 0, 0</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="checkBoxInstallSuppPack.Size" type="System.Drawing.Size, System.Drawing">
<value>204, 17</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="checkBoxInstallSuppPack.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="checkBoxInstallSuppPack.Text" xml:space="preserve">
<value>&Install a supplemental pack from disk</value>
</data>
<data name=">>checkBoxInstallSuppPack.Name" xml:space="preserve">
<value>checkBoxInstallSuppPack</value>
</data>
<data name=">>checkBoxInstallSuppPack.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>checkBoxInstallSuppPack.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>checkBoxInstallSuppPack.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="label3.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
2021-05-21 16:13:45 +02:00
<value>Left</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="label3.AutoSize" type="System.Boolean, mscorlib">
2018-10-04 15:38:07 +02:00
<value>True</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
2023-06-08 14:42:32 +02:00
<value>20, 176</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label3.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>20, 0, 3, 0</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
<value>52, 13</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label3.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label3.Text" xml:space="preserve">
<value>&Filename:</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label3.Name" xml:space="preserve">
<value>label3</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label3.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label3.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>label3.ZOrder" xml:space="preserve">
<value>2</value>
2018-10-04 15:38:07 +02:00
</data>
<data name="fileNameTextBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left, Right</value>
</data>
<data name="fileNameTextBox.Location" type="System.Drawing.Point, System.Drawing">
2023-06-08 14:42:32 +02:00
<value>78, 172</value>
2018-10-04 15:38:07 +02:00
</data>
<data name="fileNameTextBox.Size" type="System.Drawing.Size, System.Drawing">
2023-05-16 04:29:00 +02:00
<value>361, 20</value>
2018-10-04 15:38:07 +02:00
</data>
<data name="fileNameTextBox.TabIndex" type="System.Int32, mscorlib">
2023-05-16 04:29:00 +02:00
<value>5</value>
2018-10-04 15:38:07 +02:00
</data>
<data name=">>fileNameTextBox.Name" xml:space="preserve">
<value>fileNameTextBox</value>
</data>
<data name=">>fileNameTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>fileNameTextBox.Parent" xml:space="preserve">
2023-05-16 04:29:00 +02:00
<value>tableLayoutPanel1</value>
2018-10-04 15:38:07 +02:00
</data>
<data name=">>fileNameTextBox.ZOrder" xml:space="preserve">
2023-05-16 04:29:00 +02:00
<value>3</value>
2013-06-24 13:41:48 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="BrowseButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
2013-06-24 13:41:48 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="BrowseButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
2013-06-24 13:41:48 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="BrowseButton.Location" type="System.Drawing.Point, System.Drawing">
2023-06-08 14:42:32 +02:00
<value>445, 171</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="BrowseButton.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="BrowseButton.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="BrowseButton.Text" xml:space="preserve">
<value>&Browse...</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>BrowseButton.Name" xml:space="preserve">
<value>BrowseButton</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>BrowseButton.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>BrowseButton.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>BrowseButton.ZOrder" xml:space="preserve">
<value>4</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label4.AutoSize" type="System.Boolean, mscorlib">
2018-10-04 15:38:07 +02:00
<value>True</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="label4.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>Bottom</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 367</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>517, 13</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label4.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name="label4.Text" xml:space="preserve">
2019-10-25 02:04:56 +02:00
<value>Click Run Pre-checks to begin running the upgrade pre-checks.</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label4.Name" xml:space="preserve">
<value>label4</value>
2018-10-04 15:38:07 +02:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label4.Type" xml:space="preserve">
2018-10-04 15:38:07 +02:00
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label4.Parent" xml:space="preserve">
2018-10-04 15:38:07 +02:00
<value>tableLayoutPanel1</value>
</data>
2023-05-16 04:29:00 +02:00
<data name=">>label4.ZOrder" xml:space="preserve">
<value>5</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesLabel.AutoSize" type="System.Boolean, mscorlib">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>True</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 0</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 3, 15</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>482, 26</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesLabel.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesLabel.Text" xml:space="preserve">
<value>Choose whether you want {0} to automatically download and install all the released updates after the selected pools are upgraded. Please note that internet connection is required for this option.</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesLabel.Name" xml:space="preserve">
<value>applyUpdatesLabel</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesLabel.Parent" xml:space="preserve">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>tableLayoutPanel1</value>
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesLabel.ZOrder" xml:space="preserve">
<value>6</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesCheckBox.AutoSize" type="System.Boolean, mscorlib">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>True</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesCheckBox.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 44</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-06-08 14:42:32 +02:00
<data name="applyUpdatesCheckBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 30</value>
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesCheckBox.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>5, 0, 0, 0</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesCheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>247, 17</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesCheckBox.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name="applyUpdatesCheckBox.Text" xml:space="preserve">
<value>&Apply all released updates on the new version</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesCheckBox.Name" xml:space="preserve">
<value>applyUpdatesCheckBox</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesCheckBox.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesCheckBox.Parent" xml:space="preserve">
CP-30335: Rearrange the RPU wizard pages
- Moved Install Location (RollingUpgradeWizard_SelectInstallMethod) page immediatelly after the Upgrade Mode page (and before the Prechecks page)
- Added a new page, called Extras, which contains the updates and supp pack installation options. These options have been moved here from the "Upgrade Mode" and "Ready To Upgrade" pages. This page is also inserted before the Prechecks
- There is no "Ready To Upgrade" page anymore. So the wizard pages are:
- when automatic mode is selected: Before You Start, Select Pools, Upgrade Mode, Installer Location, Extras, Prechecks, Apply Upgrade.
- when manual mode is selected: Before You Start, Select Pools, Upgrade Mode, Extras, Prechecks, Apply Upgrade.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-01-17 15:01:49 +01:00
<value>tableLayoutPanel1</value>
</data>
2023-05-16 04:29:00 +02:00
<data name=">>applyUpdatesCheckBox.ZOrder" xml:space="preserve">
<value>7</value>
2018-10-04 15:38:07 +02:00
</data>
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
2023-05-16 04:29:00 +02:00
<value>7</value>
2018-10-04 15:38:07 +02:00
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>523, 380</value>
</data>
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
2021-05-21 16:13:45 +02:00
<value>0</value>
2018-10-04 15:38:07 +02:00
</data>
<data name=">>tableLayoutPanel1.Name" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name=">>tableLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name=">>tableLayoutPanel1.Parent" xml:space="preserve">
2013-06-24 13:41:48 +02:00
<value>$this</value>
</data>
2018-10-04 15:38:07 +02:00
<data name=">>tableLayoutPanel1.ZOrder" xml:space="preserve">
2013-06-24 13:41:48 +02:00
<value>0</value>
</data>
2018-10-04 15:38:07 +02:00
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
2023-06-08 14:42:32 +02:00
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label2" Row="2" RowSpan="1" Column="0" ColumnSpan="3" /><Control Name="checkBoxInstallSuppPack" Row="3" RowSpan="1" Column="0" ColumnSpan="3" /><Control Name="label3" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="fileNameTextBox" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="BrowseButton" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label4" Row="6" RowSpan="1" Column="0" ColumnSpan="3" /><Control Name="applyUpdatesLabel" Row="0" RowSpan="1" Column="0" ColumnSpan="3" /><Control Name="applyUpdatesCheckBox" Row="1" RowSpan="1" Column="0" ColumnSpan="3" /></Controls><Columns Styles="AutoSize,0,Percent,100,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Percent,100,AutoSize,0" /></TableLayoutSettings></value>
2018-10-04 15:38:07 +02:00
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
2013-06-24 13:41:48 +02:00
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>96, 96</value>
</data>
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
<value>523, 380</value>
</data>
<data name=">>$this.Name" xml:space="preserve">
2019-01-16 17:35:44 +01:00
<value>RollingUpgradeExtrasPage</value>
2013-06-24 13:41:48 +02:00
</data>
<data name=">>$this.Type" xml:space="preserve">
2022-11-08 12:18:35 +01:00
<value>XenAdmin.Controls.XenTabPage, [XenCenter_No_Space], Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
2013-06-24 13:41:48 +02:00
</data>
2018-10-04 15:38:07 +02:00
</root>