<?xml version="1.0" encoding="utf-8"?>
<start xmlns="http://tempuri.org/DHConfig.sp1.wpa.xsd">
    <!-- xmlns="http://tempuri.org/DHConfig.xsd"> -->
    <requirements>
        <OSRule>Only</OSRule>
        <!-- Only, GreaterThan, LessThan -->
        <OSVersion>WinXPSP1</OSVersion>
        <title>How to connect to an Access Point (WEP-enabled)</title>
    </requirements>
    <stepinfo name="first">
        <instructions>VAIO Assistant walks you through setting up your wireless network connection. Click "Next" to begin.</instructions>
		<linkToHelp>\WirelessGuide_SP1.chm</linkToHelp>
	</stepinfo>
    <stepinfo name="CheckIfConnected">
        <module>DiagUtils.dll</module>
        <function>IsWirelessIPValid</function>
        <fork>
            <trueJumpTo>Connected</trueJumpTo>
            <falseJumpTo>second</falseJumpTo>
        </fork>
		<extension>SkipOnPrev</extension>
    </stepinfo>
    <stepinfo name="second">
        <instructions>Do you have a broadband Internet connection, such as DSL or Cable?</instructions>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_glossa.htm#633547</linkToHelp>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>Nobroadband</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>Yesbb</rightJumpTo>
        </fork>
    </stepinfo>
    <stepinfo name="Nobroadband">
		<module>CommonUtils.dll</module>
        <function>LaunchInternetAccessPromo</function>
        <fork>
			<trueJumpTo>Yes</trueJumpTo>
			<falseJumpTo>No</falseJumpTo>
		</fork>
		<extension>SkipOnPrev</extension>
    </stepinfo>
    <stepinfo name="Yes">
		<instructions>Please refer to this page for more information regarding AOL Broadband offerings in your area.</instructions>
		<ctrlWindow><class>Progman</class></ctrlWindow>
        <ctrlWindow><class>SHELLDLL_DefView</class></ctrlWindow>
        <ctrlWindow><name>FolderView</name></ctrlWindow>
        <ctrlWindowType>offsetRatio</ctrlWindowType>
        <ctrlWindowExtra1>50</ctrlWindowExtra1>
        <ctrlWindowExtra2>50</ctrlWindowExtra2>
		<extension>DisableNext</extension>
		<extension>NoArrow</extension>
    </stepinfo>
    <stepinfo name="No">
        <instructions>Contact your local broadband Internet provider for information about getting a broadband Internet connection.</instructions>
		<extension>DisableNext</extension>
    </stepinfo>
    <stepinfo name="Yesbb">
        <instructions>Is your wireless access point/router configured for your broadband Internet connection?</instructions>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_prepar.htm#630903</linkToHelp>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>No</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>Yes</rightJumpTo>
        </fork>
    </stepinfo>
    <stepinfo name="No">
        <instructions>Connect and configure your wireless access point/router for your Internet connection. Refer to the manual that accompanied your access point for assistance.</instructions>
        <extension>DisableNext</extension>
    </stepinfo>
    <stepinfo name="Yes">
        <!--<instructions>An SSID is a 32 character ID that differentiates one wireless LAN from another.  It is also commonly referred to as a network name.  Do you know the SSID of the access point that you wish to connect to?</instructions>-->
        <instructions>Do you know the network name (SSID) of your wireless network?</instructions>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_glossa.htm#633587</linkToHelp>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>No</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>Yes</rightJumpTo>
        </fork>
    </stepinfo>
    <stepinfo name="No">
        <instructions>The network name (SSID) is a string of characters that identifies a particular wireless network. The network name for your access point/router was configured during its setup. Many access point/routers come from the manufacturer configured with a default network name. Refer to your access point/router's manual for assistance.</instructions>
     
        <extension>DisableNext</extension>
    </stepinfo>
    <stepinfo name="Yes">
		<instructions>Do you know the WEP key for your access point?&#xa;-Not all wireless networks have WEP security enabled.&#xa;-If you know your WEP key or if your network does not use WEP, choose "Yes."&#xa;-If you do not know, choose "No."</instructions>
		<linkToHelp>\WirelessGuide_SP1.chm::/g_glossa.htm#633591</linkToHelp>
		<fork>
			<leftLabel>No</leftLabel>
			<leftJumpTo>No</leftJumpTo>
			<rightLabel>Yes</rightLabel>
			<rightJumpTo>Ready</rightJumpTo>
		</fork>
	</stepinfo>
	<stepinfo name="No">
		<instructions>A WEP key is like a password that allows access to the network. Not all wireless networks have WEP security. To determine the WEP key setting for your access point, consult either the manual that came with your access point or your network administrator. Do you know your WEP key? If your network does not use WEP security, choose "Yes"</instructions>
		<linkToHelp>\WirelessGuide_SP1.chm::/g_glossa.htm#633591</linkToHelp>
		<fork>
			<leftLabel>No</leftLabel>
			<leftJumpTo>No</leftJumpTo>
			<rightLabel>Yes</rightLabel>
			<rightJumpTo>Ready</rightJumpTo>
		</fork>
	</stepinfo>
	<stepinfo name="No">
		<instructions>To access a network with WEP security, you must know the network's WEP key. Refer to the manual that came with your access point for information about retrieving the WEP key from the access point settings. Refer to the access point's manual for assistance. If you do not have access to your access point, consult your network administrator.</instructions>
		<extension>DisableNext</extension>
	</stepinfo>
	<stepinfo name="Ready">
		<instructions>You are now ready to connect to your wireless network. Click "Next" to continue.</instructions>
		<linkToHelp>\WirelessGuide_SP1.chm::/g_prepar.htm#630903</linkToHelp>
		<fork>
			<rightLabel>Next</rightLabel>
			<rightJumpTo>WirelessExists</rightJumpTo>
		</fork>
	</stepinfo>
	<stepinfo name="WirelessExists">
		<instructions>Opening the network connection window...</instructions>
		<module>CommonUtils.dll</module>
		<function>OpenCplNetConn</function>
		<extension>SkipOnPrev</extension>
	</stepinfo>
	<stepinfo>
		<instructions>Checking for the presence of a wireless adapter...</instructions>
		<module>DiagUtils.dll</module>
		<function>IsWirelessExists</function>
		<fork>
			<trueJumpTo>NoBridge</trueJumpTo>
			<falseJumpTo>CheckBridge</falseJumpTo>
		</fork>
		<extension>SkipOnPrev</extension>
	</stepinfo>
	
	<stepinfo name="CheckBridge">
		<instructions>Checking the computer for the presence of a network bridge...</instructions>
		<module>DiagUtils.dll</module>
		<function>IsBridgeExists</function>
		<fork>
			<falseJumpTo>NoWireless</falseJumpTo>
			<trueJumpTo>BridgeFound</trueJumpTo>
		</fork>
		<extension>CancelOnBack</extension>
		<extension>SkipOnPrev</extension>
	</stepinfo>
	<stepinfo name="NoWireless">
		<instructions>No wireless adapter was detected for this computer. If using an external wireless adapter or PC Card, make sure it is connected or fully inserted and the proper driver software is installed.</instructions>
		
		<extension>DisableNext</extension>
	</stepinfo>
	
	<!--
	<stepinfo name="CheckIfConnected">
	<module>DiagUtils.dll</module>
	<function>IsWirelessIPValid</function>
		<fork>
			<trueJumpTo>AlreadyConnected</trueJumpTo>
			<falseJumpTo>NoBridge</falseJumpTo>
		</fork>
	</stepinfo>!-->

	<stepinfo name="BridgeFound">
		<instructions>Your computer's network configuration includes a network bridge. It must be removed to continue the setup.</instructions>
		<ctrlWindow>
			<name>Network Connections</name>
		</ctrlWindow>
		<ctrlWindow>
			<class>SHELLDLL_DefView</class>
		</ctrlWindow>
		<ctrlWindow>
			<class>DUIViewWndClassName</class>
		</ctrlWindow>
		<ctrlWindow>
			<class>DirectUIHWND</class>
		</ctrlWindow>
		<ctrlWindow>
			<class>CtrlNotifySink</class>
		</ctrlWindow>
		<ctrlWindow>
			<name>FolderView</name>
		</ctrlWindow>
	</stepinfo>
	<stepinfo>
		<instructions>Do you wish to remove the bridge?</instructions>
		<ctrlWindow>
			<name>Network Connections</name>
		</ctrlWindow>
		<ctrlWindow>
			<class>SHELLDLL_DefView</class>
		</ctrlWindow>
		<ctrlWindow>
			<class>DUIViewWndClassName</class>
		</ctrlWindow>
		<ctrlWindow>
			<class>DirectUIHWND</class>
		</ctrlWindow>
		<ctrlWindow>
			<class>CtrlNotifySink</class>
		</ctrlWindow>
		<ctrlWindow>
			<name>FolderView</name>
		</ctrlWindow>
		<fork>
			<leftLabel>No</leftLabel>
			<leftJumpTo>No</leftJumpTo>
			<rightLabel>Yes</rightLabel>
			<rightJumpTo>Yes</rightJumpTo>
		</fork>
		<!--<extension>IgnoreCancel</extension>!-->
	</stepinfo>
	<stepinfo name="No">
		<instructions>You must remove your bridge to continue with this process.</instructions>
		<extension>DisableNext</extension>
	</stepinfo>
	<stepinfo name="Yes">
		<instructions>Removing the network bridge...</instructions>
		<module>DiagUtils.dll</module>
		<function>BridgeDelete</function>
		<extension>SkipOnPrev</extension>
	</stepinfo>
	<stepinfo name="CheckIfConnected">
        <module>DiagUtils.dll</module>
        <function>IsWirelessIPValid</function>
        <fork>
            <trueJumpTo>Connected</trueJumpTo>
            <falseJumpTo>CheckWireless</falseJumpTo>
        </fork>
        <extension>SkipOnPrev</extension>
    </stepinfo>	
	<stepinfo name="CheckWireless">
		<instructions>Checking for the presence of a wireless adapter...</instructions>
		<module>DiagUtils.dll</module>
		<function>IsWirelessExists</function>
		<fork>
			<trueJumpTo>WirelessExists</trueJumpTo>
			<!--<falseJumpTo>WirelessExists</falseJumpTo>-->
			<falseJumpTo>NoWireless</falseJumpTo>
		</fork>
		<extension>SkipOnPrev</extension>
	</stepinfo>
	<stepinfo name="NoWireless">
		<instructions>No wireless adapter was detected for this computer. If using an external wireless adapter or PC Card, make sure it is connected or fully inserted and the proper driver software is installed.</instructions>
		
		<extension>DisableNext</extension>
	</stepinfo>
	<stepinfo name="WirelessExists">
		<instructions>Opening the network connection window...</instructions>
		<module>CommonUtils.dll</module>
		<function>OpenCplNetConn</function>
		<extension>SkipOnPrev</extension>
	</stepinfo>
    <stepinfo name="NoBridge">
        <instructions>Checking for the presence of a wireless adapter...</instructions>
        <module>DiagUtils.dll</module>
        <function>IsWirelessExists</function>
        <fork>
            <trueJumpTo>WirelessExists</trueJumpTo>
            <!--<falseJumpTo>WirelessExists</falseJumpTo>-->
            <falseJumpTo>NoWireless</falseJumpTo>
        </fork>
        <extension>SkipOnPrev</extension>
    </stepinfo>
    <stepinfo name="NoWireless">
        <instructions>No wireless adapter was detected for this computer. If using an external wireless adapter or PC Card, make sure it is connected or fully inserted and the proper driver software is installed.</instructions>
        <extension>DisableNext</extension>
    </stepinfo>
    <stepinfo name="WirelessExists">
        <instructions>To continue, right-click "Wireless Network Connection," and select "View Available Wireless Networks."</instructions>
        <ctrlWindow>
            <name>Network Connections</name>
        </ctrlWindow>
        <ctrlWindow>
            <class>SHELLDLL_DefView</class>
        </ctrlWindow>
        <ctrlWindow>
            <class>DUIViewWndClassName</class>
        </ctrlWindow>
        <ctrlWindow>
            <class>DirectUIHWND</class>
        </ctrlWindow>
        <ctrlWindow>
            <class>CtrlNotifySink</class>
        </ctrlWindow>
        <ctrlWindow>
            <name>FolderView</name>
        </ctrlWindow>
        <ctrlWindowType>offsetRatio</ctrlWindowType>
        <ctrlWindowExtra1>0</ctrlWindowExtra1>
        <ctrlWindowExtra2>50</ctrlWindowExtra2>
        <extension>DisableNext</extension>
        <extension>DisableBack</extension>
        <!--<extension>NoArrow</extension>-->
        <!--		<linkToHelp>\WirelessGuide_SP1.chm</linkToHelp>	-->
    </stepinfo>
    <stepinfo>
        <instructions>Does the name (SSID) of your wireless network appear on the "Available wireless networks" list?</instructions>
        <!--<ctrlWindow><name>Wireless Network Connection</name></ctrlWindow>-->
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><nameSignature>The following wireless network(s) are available. To access a wireless network, select it from the list, and then click Connect.</nameSignature></ctrlWindow>        
        <ctrlWindow><nameSignature>&amp;Advanced...</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available Networks</name></ctrlWindow>
        <ctrlWindowType>offsetRatio</ctrlWindowType>
        <ctrlWindowExtra1>0</ctrlWindowExtra1>
        <ctrlWindowExtra2>50</ctrlWindowExtra2>
        <fork>
            <leftLabel>No</leftLabel>
            <!--<leftJumpTo>MissingWireless</leftJumpTo>-->
            <leftJumpTo>GoAdvanced</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>WirelessFound</rightJumpTo>
        </fork>
    </stepinfo>
    
    
    
    <stepinfo name="WirelessFound">
        <instructions>1. Select your network from the list.&#xa;2. If your network uses WEP security, enter the WEP key in the "Network key" and "Confirm network key" boxes.&#xa;3. If your network does not use WEP security, select the "Allow me to connect..." check box.&#xa;4. Click Connect.</instructions>
        <!--<ctrlWindow><name>Wireless Network Connection</name></ctrlWindow>-->
        <ctrlWindow><name></name></ctrlWindow>
		<ctrlWindow><nameSignature>The following wireless network(s) are available. To access a wireless network, select it from the list, and then click Connect.</nameSignature></ctrlWindow>        
        <ctrlWindow><name>&amp;Connect</name></ctrlWindow>
        <extension>NoArrow</extension>
        <extension>DisableNext</extension>
        <extension>WaitForButton</extension>
        <extension>WaitForClose</extension>
    </stepinfo>
    
    <stepinfo name="WaitForConnection">
        <instructions>Testing the wireless connection...</instructions>
        <ctrlWindow><class>Progman</class></ctrlWindow>
        <ctrlWindow><class>SHELLDLL_DefView</class></ctrlWindow>
        <ctrlWindow><name>FolderView</name></ctrlWindow>
        <ctrlWindowType>offsetRatio</ctrlWindowType>
        <ctrlWindowExtra1>100</ctrlWindowExtra1>
        <ctrlWindowExtra2>100</ctrlWindowExtra2>
        <module>DiagUtils.dll</module>
        <function>IsWirelessIPValidTimeout</function>
        <fork>
            <trueJumpTo>Connected</trueJumpTo>
            <falseJumpTo>No</falseJumpTo>
        </fork>
        <extension>NoArrow</extension>
        <extension>SkipOnPrev</extension>
    </stepinfo>
    
    <stepinfo name="Connected">
		<instructions>Your computer is connected to the network. If you have difficulties with your connection, click "Diagnostics" in the VAIO Wireless Utility.</instructions>
		<extension>DisableNext</extension>
		<extension>DisableBack</extension>
	</stepinfo>
    
    <stepinfo name="No">
        <instructions>Opening the network connection window...</instructions>
        <module>CommonUtils.dll</module>
        <function>OpenCplNetConn</function>
        <extension>SkipOnPrev</extension>
    </stepinfo>
    
    <stepinfo>
        <instructions>Your connection requires additional settings. Right-click "Wireless Network Connection," and select "View Available Wireless Networks."</instructions>
        <ctrlWindow>
            <name>Network Connections</name>
        </ctrlWindow>
        <ctrlWindow>
            <class>SHELLDLL_DefView</class>
        </ctrlWindow>
        <ctrlWindow>
            <class>DUIViewWndClassName</class>
        </ctrlWindow>
        <ctrlWindow>
            <class>DirectUIHWND</class>
        </ctrlWindow>
        <ctrlWindow>
            <class>CtrlNotifySink</class>
        </ctrlWindow>
        <ctrlWindow>
            <name>FolderView</name>
        </ctrlWindow>
        <ctrlWindowType>offsetRatio</ctrlWindowType>
        <ctrlWindowExtra1>0</ctrlWindowExtra1>
        <ctrlWindowExtra2>50</ctrlWindowExtra2>
        <extension>DisableBack</extension>
        <extension>DisableNext</extension>
    </stepinfo>

    <stepinfo name="GoAdvanced">
        <instructions>Click "Advanced."</instructions>
        <!--<ctrlWindow><name>Wireless Network Connection</name></ctrlWindow>-->
        <ctrlWindow><name></name></ctrlWindow>
		<ctrlWindow><nameSignature>The following wireless network(s) are available. To access a wireless network, select it from the list, and then click Connect.</nameSignature></ctrlWindow>        
        <ctrlWindow><name>&amp;Advanced...</name></ctrlWindow>
        <extension>DisableNext</extension>
        <!--		<jumpTo>StartAdvanced</jumpTo> -->
    </stepinfo>

	<stepinfo name="StartAdvanced">
		<instructions>Scanning for available wireless networks...</instructions>
		<ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
		<module>CommonUtils.dll</module>
        <functionParam>targetCtrl</functionParam>
        <function>WaitForControlToEnable</function>
    </stepinfo>

	<stepinfo>
        <instructions>Does the name (SSID) of your wireless network appear on the "Available networks" list?</instructions>
        <!--<ctrlWindow><name>Wireless Network Connection Properties</name></ctrlWindow>-->
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>MissingWireless</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>WirelessFound</rightJumpTo>
        </fork>
    </stepinfo>

    <stepinfo name="MissingWireless">
        <instructions>Testing your wireless card...</instructions>
		<ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
        <module>DiagUtils.dll</module>
        <function>GetAPCount</function>
        <fork>
            <falseJumpTo>NoAPFound</falseJumpTo>
            <trueJumpTo>Distance</trueJumpTo>
        </fork>
        <extension>NoArrow</extension>
        <extension>SkipOnPrev</extension>
    </stepinfo>!-->
    
    <stepinfo name="NoAPFound">
        <instructions>Are you using a notebook computer with a built-in wireless card?</instructions>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>Distance</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>CheckSwitch</rightJumpTo>
        </fork>
    </stepinfo>
    <!-- CheckSwitch -->
    <stepinfo name="CheckSwitch">
        <instructions>Does your notebook computer have a wireless ON/OFF switch?</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>Distance</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>QuerySwitchStatus</rightJumpTo>
        </fork>
        <extension>NoArrow</extension>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_troubl.htm#632228</linkToHelp>
    </stepinfo>

    <stepinfo name="QuerySwitchStatus">
        <instructions>Is the switch set to ON?</instructions>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>Rescan</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>Distance</rightJumpTo>
        </fork>
        <extension>NoArrow</extension>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_troubl.htm#632228</linkToHelp>
    </stepinfo>

    <stepinfo name="Rescan">
        <instructions>Set the switch to ON, and click the "Refresh" button to search for available wireless networks.</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>R&amp;efresh</name></ctrlWindow>
        <extension>DisableNext</extension>
        <extension>WaitForButton</extension>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_troubl.htm#632785</linkToHelp>
    </stepinfo>
    
   	<stepinfo>
		<instructions>Scanning for available wireless networks...</instructions>
		<ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
		<module>CommonUtils.dll</module>
        <functionParam>targetCtrl</functionParam>
        <function>WaitForControlToEnable</function>
    </stepinfo>
    
    <stepinfo>
        <instructions>Does the name (SSID) of your wireless network appear on the "Available networks" list?</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow>
            <name>Available networks</name>
        </ctrlWindow>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>Distance</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>WirelessFound</rightJumpTo>
        </fork>
    </stepinfo>

    <!-- DISTANCE -->
    <stepinfo name="Distance">
        <instructions>Your computer may be too far from the wireless network. Move your computer closer to the access point or the other computers in the network, and click the "Refresh" button to scan again for available wireless networks.</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>R&amp;efresh</name></ctrlWindow>
        <extension>DisableBack</extension>
        <extension>DisableNext</extension>
        <extension>WaitForButton</extension>
        <linkToHelp>\WirelessGuide_SP1.chm::/g_troubl.htm#632785</linkToHelp>
    </stepinfo>
    
   	<stepinfo>
		<instructions>Scanning for available wireless networks...</instructions>
		<ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
		<module>CommonUtils.dll</module>
        <functionParam>targetCtrl</functionParam>
        <function>WaitForControlToEnable</function>
    </stepinfo>

    <stepinfo>
        <instructions>Does the name (SSID) of your wireless network appear on the "Available networks" list?</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>CheckNonBroadcast</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>WirelessFound</rightJumpTo>
        </fork>
    </stepinfo>
    
    <stepinfo name="CheckNonBroadcast">
        <instructions>Is your access point/router configured to broadcast its network name (SSID)?&#xa;&#xa;Refer to the access point/router manual for information about access point settings.</instructions>
	<ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow><name>Available networks</name></ctrlWindow>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>NonBroadcast</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>Stop</rightJumpTo>
        </fork>
	<extension>NoArrow</extension>
    </stepinfo>
    
    <stepinfo name="NonBroadcast">
        <instructions>Click "Add" to enter the network name (SSID) manually.</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow>
            <name>&amp;Add...</name>
        </ctrlWindow>
        <extension>DisableNext</extension>
	<extension>WaitForButton</extension>
    </stepinfo>
    
    <stepinfo name="Continue">
        <instructions>Type your access point/router's name in this box, and click "Next."</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><name>Association</name></ctrlWindow>
        <ctrlWindow><controlID>0x00003ac1</controlID></ctrlWindow>
        <extension>CancelOnBack</extension>
    </stepinfo>
  
    <stepinfo name="Return">
        <instructions>Is WEP security enabled for this access point/router?</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><nameSignature>Association</nameSignature></ctrlWindow>
        <ctrlWindow><name>OK</name></ctrlWindow>
        <extension>NoArrow</extension>
        <fork>
            <leftLabel>No</leftLabel>
            <leftJumpTo>DisableWEP</leftJumpTo>
            <rightLabel>Yes</rightLabel>
            <rightJumpTo>WEPProcess</rightJumpTo>
        </fork>
    </stepinfo>
 
    <stepinfo name="DisableWEP">
        <instructions>Clear this check box to disable WEP security.</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><name>Association</name></ctrlWindow>
        <ctrlWindow><controlID>0x000003f0</controlID></ctrlWindow>
        <extension>DisableNext</extension>
        <extension>WaitForButton</extension>
        <extension>SkipOnPrev</extension>
        <jumpTo>NoWEP</jumpTo>
    </stepinfo>
    
    <stepinfo name="Stop">
        <instructions>The access point may be malfunctioning. Refer to your access point manual for further assistance.</instructions>
      
        <extension>DisableNext</extension>
    </stepinfo>
    <!-- WirelessFound step -->

    <stepinfo name="WirelessFound">
        <instructions>Select your network from the list, and click "Configure."</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><name>Wireless Networks</name></ctrlWindow>
        <ctrlWindow><nameSignature>Use &amp;Windows to configure my wireless network settings</nameSignature></ctrlWindow>
        <ctrlWindow>
            <name>&amp;Configure</name>
        </ctrlWindow>
	<extension>WaitForButton</extension>
        <extension>DisableNext</extension>
    </stepinfo>

    <stepinfo name="Continue">
        <instructions>Is this the correct name for your network?</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><name>Association</name></ctrlWindow>
        <ctrlWindow><controlID>0x00003ac1</controlID></ctrlWindow>
        <fork>
            <leftLabel>No</leftLabel>
            <rightLabel>Yes</rightLabel>
        </fork>
        <extension>CancelOnBack</extension>
    </stepinfo>
        
    <stepinfo name="CheckForWEP">
        <instructions>Checking for WEP configuration...</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><name>Association</name></ctrlWindow>
        <ctrlWindow><name>T&amp;he key is provided for me automatically</name></ctrlWindow>
        <module>CommonUtils.dll</module>
        <function>IsControlEnabled</function>
        <functionParam>targetCtrl</functionParam>
        <fork>
            <falseJumpTo>NoWEP</falseJumpTo>
            <trueJumpTo>WEPProcess</trueJumpTo>
        </fork>
        <extension>NoArrow</extension>
        <extension>SkipOnPrev</extension>
    </stepinfo>
    
    <stepinfo name="WEPProcess">
        <instructions>Check if box is enabled</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><name>Association</name></ctrlWindow>
        <ctrlWindow><name>T&amp;he key is provided for me automatically</name></ctrlWindow>
        <module>CommonUtils.dll</module>
        <function>IsControlChecked</function>
        <functionParam>targetCtrl</functionParam>
        <fork>
            <falseJumpTo>Return</falseJumpTo>
            <trueJumpTo>Uncheck</trueJumpTo>
        </fork>
        <extension>NoArrow</extension>
        <extension>SkipOnPrev</extension>
    </stepinfo>
    <stepinfo name="Uncheck">
        <instructions>Clear this check box to be able to enter your WEP key.</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><name>Association</name></ctrlWindow>
        <ctrlWindow><name>T&amp;he key is provided for me automatically</name></ctrlWindow>
        <extension>DisableNext</extension>
        <extension>WaitForButton</extension>
        <extension>SkipOnPrev</extension>
    </stepinfo>

    <stepinfo name="Return">
        <instructions>Enter your WEP key into the "Network key" and "Confirm network key" boxes, and click "OK."</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><nameSignature>Association</nameSignature></ctrlWindow>
        <ctrlWindow><name>OK</name></ctrlWindow>
        <extension>WaitForButton</extension>
        <extension>WaitForClose</extension>
        <extension>DisableNext</extension>
        <extension>NoArrow</extension>
    </stepinfo>
    
    <stepinfo>
        <instructions>Your computer is now configured for your wireless network. Click "OK" to connect to the network</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><nameSignature>Wireless Networks</nameSignature></ctrlWindow>
        <ctrlWindow><name>OK</name></ctrlWindow>
        <extension>WaitForButton</extension>
        <extension>DisableNext</extension>
	<extension>DisableBack</extension>
        <jumpTo>LastStep</jumpTo>
    </stepinfo>

    <stepinfo name="NoWEP">
        <instructions>Click the OK button to continue.</instructions>
        <ctrlWindow><name>Wireless network properties</name></ctrlWindow>
        <ctrlWindow><nameSignature>Association</nameSignature></ctrlWindow>
        <ctrlWindow><name>OK</name></ctrlWindow>
        <extension>WaitForButton</extension>
        <extension>WaitForClose</extension>
        <extension>DisableNext</extension>
    </stepinfo>
    <stepinfo>
        <instructions>Your computer is now configured for your wireless network. Click "OK" to connect to the network</instructions>
        <ctrlWindow><name></name></ctrlWindow>
        <ctrlWindow><nameSignature>Wireless Networks</nameSignature></ctrlWindow>
        <ctrlWindow><name>OK</name></ctrlWindow>
        <extension>WaitForButton</extension>
        <extension>DisableNext</extension>
        <extension>DisableBack</extension>
    </stepinfo>
    
    <stepinfo name="LastStep">
        <instructions>Your computer is connected to the wireless network. If you have difficulties with your connection, click "Diagnostics" in the VAIO Wireless Utility.</instructions>
        <ctrlWindow>
            <class>Progman</class>
        </ctrlWindow>
        <extension>NoArrow</extension>
        <extension>EndUtility</extension>
    </stepinfo>
</start>