home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
QIW
/
scenario.xml
< prev
Wrap
Extensible Markup Language
|
2008-02-07
|
5KB
|
133 lines
<?xml version="1.0" encoding="UTF-8" ?>
<!--!DOCTYPE scenario SYSTEM "scenario.dtd"-->
<scenario>
<!-- Add the language code to the conditions, this is used by the country selection list on the safety page -->
<!-- If only one product is used on the CD, add the product conditions specified in the productSelection pageLayout file -->
<startConditions>%lang_iso%</startConditions>
<variablesList>
<!--
****************************************************************************************************************************
****************************************************** VARIABLES ******************************************************
****************************************************************************************************************************
Here you can define a number of variables that can be used in
- Content files
- Pagelayout Files
To use a variable, use following syntax: %<variable name>%. For example %applicationname%.
Folowing variables are created by the application itself:
- drive: Returns the drive from where running.
- path: Returns the full path of the folder the application is running from.
You can override the values via the command line. syntax: STQIW.exe -<variable name>=<variable value>
Reserved words:
- scen
- path
-->
<variable>
<name>lang_iso</name>
<value>en</value>
</variable>
<variable>
<name>setuppath</name>
<value>../</value>
</variable>
<variable>
<name>HIWpath</name>
<value>HIW</value>
</variable>
<variable>
<!-- REQUIRED -->
<name>applicationname</name>
<value>tr(Setup Wizard)</value>
</variable>
<variable>
<name>companyname01</name>
<value>Thomson</value>
</variable>
<variable>
<name>productname01</name>
<value>Thomson Gateway</value>
</variable>
<variable>
<name>productname02</name>
<value>Thomson TG</value>
</variable>
<variable>
<name>companycolor01</name>
<value>0x7962AA</value>
</variable>
<variable>
<name>companycolor02</name>
<value>0x807F83</value>
</variable>
<variable>
<name>companycolor03</name>
<value>0x731472</value>
</variable>
<variable>
<name>backgroundcolor01</name>
<value>0xFAFAFB</value>
</variable>
</variablesList>
<initActions>
<getFromRootLibrary>
<!-- On Mac, we are using this preference list to find out which language the QIW should use -->
<location>com.Thomson.menu.plist</location>
<valueName>ProgramLanguage</valueName>
<saveTo>lang_iso</saveTo>
</getFromRootLibrary>
</initActions>
<!--
****************************************************************************************************************************
******************************************************* MODULES *******************************************************
****************************************************************************************************************************
Here you can define how the pages will look like and what content they will display
-->
<modules>
<!-- Displays a welcome text -->
<module>
<name>welcomePage</name>
<!-- Hide the back button -->
<actions>Actions/hideBackButton.xml</actions>
<pageLayout>PageLayouts/textOnly.xml</pageLayout>
<content>Content/%lang_iso%/welcome.xml</content>
</module>
<module>
<name>productSelection</name>
<!-- Hide the next button. Next button is defined in the pageLayout and will be enabled as soon as you select a product -->
<actions>Actions/hideNextButton.xml</actions>
<pageLayout>PageLayouts/productSelection.xml</pageLayout>
<content>Content/%lang_iso%/productSelection.xml</content>
</module>
<module>
<name>Safety</name>
<!-- Hide the next button. Next button is defined in the pageLayout and will be enabled as soon as you confirm the safety instructions -->
<actions>Actions/hideNextButton.xml</actions>
<pageLayout>PageLayouts/safety.xml</pageLayout>
<content splitChapter="false">../Safety_and_Regulatory/XML/STGEN_SafetyRegulatory_%lang_iso%.xml</content>
</module>
<module>
<name>placeDevice</name>
<pageLayout>PageLayouts/textOnly.xml</pageLayout>
<content>Content/%lang_iso%/placeDevice.xml</content>
</module>
<module>
<name>connections</name>
<pageLayout>PageLayouts/textAndGraphs.xml</pageLayout>
<content>Content/%lang_iso%/connections.xml</content>
</module>
<module>
<name>prepareConfig</name>
<pageLayout>PageLayouts/textOnly.xml</pageLayout>
<content>Content/%lang_iso%/prepareConfig.xml</content>
</module>
<module>
<!-- Completion screen -->
<name>Completion</name>
<!-- Save settings for the HIW -->
<actions>Actions/completionPage.xml</actions>
<pageLayout>PageLayouts/completion.xml</pageLayout>
<content>Content/%lang_iso%/completion.xml</content>
</module>
</modules>
</scenario>