home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Dema / chroniclesofriddick_demo.exe / Resources / InstallWindows.xrg < prev    next >
Text (UTF-16)  |  2005-02-09  |  50KB  |  1,462 lines

  1. *Window
  2. {
  3.     *Name "InstallWelcome"
  4.     *Image "Install_Welcome"
  5.     *Region "InstallAlpha"
  6.     *Position 0,0
  7.     *Font
  8.     {
  9.         *Font "Verdana"
  10.         *FontSize 15
  11.         *Weight 700
  12.     }
  13.     *Children
  14.     {
  15.         /*************************************************************************************************\
  16.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  17.         | Welcome
  18.         |__________________________________________________________________________________________________
  19.         \*************************************************************************************************/
  20.  
  21.         *Button
  22.         {
  23.             *Name "Next"
  24.  
  25.             *Position 372,336
  26.             *Image "install_buttonmid"
  27.             *ImageHover "install_buttonmidhover"
  28.             *ImageDown "install_buttonmid"
  29.  
  30.             *Execute "SetWindow,InstallAgeGate"
  31.             
  32.             *Font
  33.             {
  34.                 *Pos 0,9
  35.                 *Center 1
  36.                 *Color 35,92,85
  37.                 *ColorHover 35,92,85
  38.                 *ColorDown 255,255,255
  39.             }
  40.             *Text "{Install_Button_Next}"
  41.         }
  42.         
  43.         *Button
  44.         {
  45.             *Name "Cancel"
  46.  
  47.             *Position 481,336
  48.             *Image "install_button"
  49.             *ImageHover "install_buttonhover"
  50.             *ImageDown "install_button"
  51.             *Execute "Confirm,LOCALIZE_CANCELINSTALLCONFIRM;Quit"
  52.  
  53.             *Font
  54.             {
  55.                 *Pos 0,9
  56.                 *Center 1
  57.                 *Color 35,92,85
  58.                 *ColorHover 35,92,85
  59.                 *ColorDown 255,255,255
  60.             }
  61.             *Text "{Install_Button_Cancel}"
  62.         }
  63.         
  64.         *Button
  65.         {
  66.             *Name "Welcome"
  67.  
  68.             *Position 134,29
  69.             *Size 415,117
  70.  
  71.             *Font
  72.             {
  73.                 *Pos 0,7
  74.                 *FontSize 25
  75.                 *Center 1
  76.                 *Color 0,0,0
  77.                 *ColorHover 0,0,0
  78.                 *ColorDown 0,0,0
  79.             }
  80.             *Text "{Install_Welcome_Heading}"
  81.         }            
  82.  
  83.         *Button
  84.         {
  85.             *Name "Text"
  86.  
  87.             *Position 140,172
  88.             *Size 403,128
  89.  
  90.             *Font
  91.             {
  92.                 *Pos 0,0
  93.                 *FontSize 14
  94.                 *Weight 400
  95.                 *Center 0
  96.                 *Color 0,0,0
  97.                 *ColorHover 0,0,0
  98.                 *ColorDown 0,0,0
  99.             }
  100.             *Text "{Install_Welcome_Desc}"
  101.         }
  102.     }
  103. }
  104.  
  105. *Window
  106. {
  107.     *Name "InstallAgeGate"
  108.     *Image "Install_AgeGate"
  109.     *Region "InstallAlpha"
  110.     *Position 0,0
  111.     *Font
  112.     {
  113.         *Font "Verdana"
  114.         *FontSize 15
  115.         *Weight 700
  116.     }
  117.     *Children
  118.     {
  119.         /*************************************************************************************************\
  120.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  121.         | Age Gate
  122.         |__________________________________________________________________________________________________
  123.         \*************************************************************************************************/
  124.  
  125.         *Button
  126.         {
  127.             *Name "Next"
  128.  
  129.             *Position 372,336
  130.             *Image "install_buttonmid"
  131.             *ImageHover "install_buttonmidhover"
  132.             *ImageDown "install_buttonmid"
  133.  
  134.             *Execute "AgeGate,17,LOCALIZE_AGEGATEFAILED,LOCALIZE_AGEGATEINVALID;SetWindow,InstallLicense"
  135.             
  136.             *Font
  137.             {
  138.                 *Pos 0,9
  139.                 *Center 1
  140.                 *Color 35,92,85
  141.                 *ColorHover 35,92,85
  142.                 *ColorDown 255,255,255
  143.             }
  144.             *Text "{Install_Button_Next}"
  145.         }
  146.         
  147.         *Button
  148.         {
  149.             *Name "Back"
  150.  
  151.             *Position 265,336
  152.             *Image "install_buttonback"
  153.             *ImageHover "install_buttonbackhover"
  154.             *ImageDown "install_buttonback"
  155.  
  156.             *Execute "SetWindow,InstallWelcome"
  157.  
  158.             *Font
  159.             {
  160.                 *Pos 0,9
  161.                 *Center 1
  162.                 *Color 35,92,85
  163.                 *ColorHover 35,92,85
  164.                 *ColorDown 255,255,255
  165.             }
  166.             *Text "{Install_Button_Back}"
  167.         }
  168.         
  169.         *Button
  170.         {
  171.             *Name "Cancel"
  172.  
  173.             *Position 481,336
  174.             *Image "install_button"
  175.             *ImageHover "install_buttonhover"
  176.             *ImageDown "install_button"
  177.             *Execute "Confirm,LOCALIZE_CANCELINSTALLCONFIRM;Quit"
  178.  
  179.             *Font
  180.             {
  181.                 *Pos 0,9
  182.                 *Center 1
  183.                 *Color 35,92,85
  184.                 *ColorHover 35,92,85
  185.                 *ColorDown 255,255,255
  186.             }
  187.             *Text "{Install_Button_Cancel}"
  188.         }
  189.         
  190.         *Button
  191.         {
  192.             *Name "Welcome"
  193.  
  194.             *Position 134,29
  195.             *Size 415,117
  196.  
  197.             *Font
  198.             {
  199.                 *Pos 0,7
  200.                 *FontSize 25
  201.                 *Center 1
  202.                 *Color 0,0,0
  203.                 *ColorHover 0,0,0
  204.                 *ColorDown 0,0,0
  205.             }
  206.             *Text "ESRB Warning"
  207.         }            
  208.  
  209.         *Button
  210.         {
  211.             *Name "Text"
  212.  
  213.             *Position 144,67
  214.             *Size 395,80
  215.  
  216.             *Font
  217.             {
  218.                 *Pos 0,0
  219.                 *FontSize 14
  220.                 *Weight 400
  221.                 *Center 0
  222.                 *Color 0,0,0
  223.                 *ColorHover 0,0,0
  224.                 *ColorDown 0,0,0
  225.             }
  226.             *Text "Please enter your date of birth to install the game. Birth date is for verification purposes only. This information will not be stored."
  227.         }
  228.         
  229.         *Button
  230.         {
  231.             *Name "Date of birth"
  232.  
  233.             *Position 150,171
  234.             *Size 384,17
  235.  
  236.             *Font
  237.             {
  238.                 *Pos 0,0
  239.                 *FontSize 13
  240.                 *Weight 400
  241.                 *Center 0
  242.                 *Color 0,0,0
  243.                 *ColorHover 0,0,0
  244.                 *ColorDown 0,0,0
  245.             }
  246.             *Text "Date of birth:"
  247.         }        
  248.         
  249.         *Button
  250.         {
  251.             *Name "Year"
  252.  
  253.             *Position 150,188
  254.             *Size 91,17
  255.  
  256.             *Font
  257.             {
  258.                 *Pos 0,0
  259.                 *FontSize 13
  260.                 *Weight 400
  261.                 *Center 0
  262.                 *Color 0,0,0
  263.                 *ColorHover 0,0,0
  264.                 *ColorDown 0,0,0
  265.             }
  266.             *Text "Year (ex. 1975)"
  267.         }                
  268.         
  269.         *Button
  270.         {
  271.             *Name "Month"
  272.  
  273.             *Position 260,188
  274.             *Size 45,17
  275.  
  276.             *Font
  277.             {
  278.                 *Pos 0,0
  279.                 *FontSize 13
  280.                 *Weight 400
  281.                 *Center 0
  282.                 *Color 0,0,0
  283.                 *ColorHover 0,0,0
  284.                 *ColorDown 0,0,0
  285.             }
  286.             *Text "Month"
  287.         }        
  288.         
  289.         *Button
  290.         {
  291.             *Name "Day"
  292.  
  293.             *Position 321,188
  294.             *Size 45,17
  295.  
  296.             *Font
  297.             {
  298.                 *Pos 0,0
  299.                 *FontSize 13
  300.                 *Weight 400
  301.                 *Center 0
  302.                 *Color 0,0,0
  303.                 *ColorHover 0,0,0
  304.                 *ColorDown 0,0,0
  305.             }
  306.             *Text "Day"
  307.         }                        
  308.         
  309.         *Edit
  310.         {
  311.             *Name "Edit"
  312.  
  313.             *Position 154,207
  314.             *Size 83,17
  315.             *TabOrder 0
  316.  
  317.             *Font
  318.             {
  319.                 *Pos 0,2
  320.                 *FontSize 12
  321.                 *Weight 400
  322.                 *Center 0
  323.                 *Color 0,0,0
  324.                 *ColorHover 0,0,0
  325.                 *ColorDown 0,0,0
  326.             }
  327.             
  328.             *DataStore AgeGate_Year
  329.         }
  330.         
  331.         *Edit
  332.         {
  333.             *Name "Edit"
  334.  
  335.             *Position 265,207
  336.             *Size 36,17
  337.             *TabOrder 1
  338.  
  339.             *Font
  340.             {
  341.                 *Pos 0,2
  342.                 *FontSize 12
  343.                 *Weight 400
  344.                 *Center 0
  345.                 *Color 0,0,0
  346.                 *ColorHover 0,0,0
  347.                 *ColorDown 0,0,0
  348.             }
  349.             
  350.             *DataStore AgeGate_Month
  351.         }
  352.         
  353.         *Edit
  354.         {
  355.             *Name "Edit"
  356.  
  357.             *Position 326,207
  358.             *Size 36,17
  359.             *TabOrder 2
  360.  
  361.             *Font
  362.             {
  363.                 *Pos 0,2
  364.                 *FontSize 12
  365.                 *Weight 400
  366.                 *Center 0
  367.                 *Color 0,0,0
  368.                 *ColorHover 0,0,0
  369.                 *ColorDown 0,0,0
  370.             }
  371.             
  372.             *DataStore AgeGate_Day
  373.         }
  374.         
  375.         
  376.     }
  377. }
  378. *Window
  379. {
  380.     *Name "InstallLicense"
  381.     *Image "Install_License"
  382.     *Region "InstallAlpha"
  383.     *Position 0,0
  384.     *Font
  385.     {
  386.         *Font "Verdana"
  387.         *FontSize 15
  388.         *Weight 700
  389.     }
  390.     *Children
  391.     {
  392.         /*************************************************************************************************\
  393.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  394.         | License agreement
  395.         |__________________________________________________________________________________________________
  396.         \*************************************************************************************************/
  397.  
  398.         *Button
  399.         {
  400.             *Name "Agree"
  401.  
  402.             *Position 372,336
  403.             *Image "install_buttonmiddisabled"
  404.             *Expression "HasScrolledMax,License"
  405.             *Condition false
  406.  
  407.             *Font
  408.             {
  409.                 *Pos 0,9
  410.                 *Center 1
  411.                 *Color 50,50,50
  412.                 *ColorHover 50,50,50
  413.                 *ColorDown 50,50,50
  414.             }
  415.             *Text "{Install_Button_Argee}"
  416.         }
  417.  
  418.         *Button
  419.         {
  420.             *Name "Agree"
  421.  
  422.             *Position 372,336
  423.             *Image "install_buttonmid"
  424.             *ImageHover "install_buttonmidhover"
  425.             *ImageDown "install_buttonmid"
  426.             *Execute "SetWindow,InstallComponents"
  427.  
  428.             *Expression "HasScrolledMax,License"
  429.             *Condition true
  430.  
  431.             *Font
  432.             {
  433.                 *Pos 0,9
  434.                 *Center 1
  435.                 *Color 35,92,85
  436.                 *ColorHover 35,92,85
  437.                 *ColorDown 255,255,255
  438.             }
  439.             *Text "{Install_Button_Argee}"
  440.         }
  441.         
  442.         *Button
  443.         {
  444.             *Name "Back"
  445.  
  446.             *Position 265,336
  447.             *Image "install_buttonback"
  448.             *ImageHover "install_buttonbackhover"
  449.             *ImageDown "install_buttonback"
  450.  
  451.             *Execute "SetWindow,InstallAgeGate"
  452.  
  453.             *Font
  454.             {
  455.                 *Pos 0,9
  456.                 *Center 1
  457.                 *Color 35,92,85
  458.                 *ColorHover 35,92,85
  459.                 *ColorDown 255,255,255
  460.             }
  461.             *Text "{Install_Button_Back}"
  462.         }
  463.                     
  464.         *Button
  465.         {
  466.             *Name "Cancel"
  467.  
  468.             *Position 481,336
  469.             *Image "install_button"
  470.             *ImageHover "install_buttonhover"
  471.             *ImageDown "install_button"
  472.             *Execute "Confirm,LOCALIZE_CANCELINSTALLCONFIRM;Quit"
  473.  
  474.             *Font
  475.             {
  476.                 *Pos 0,9
  477.                 *Center 1
  478.                 *Color 35,92,85
  479.                 *ColorHover 35,92,85
  480.                 *ColorDown 255,255,255
  481.             }
  482.             *Text "{Install_Button_Cancel}"
  483.         }
  484.         
  485.         *Button
  486.         {
  487.             *Name "Heading"
  488.  
  489.             *Position 152,38
  490.             *Size 376,25
  491.  
  492.             *Font
  493.             {
  494.                 *Pos 0,0
  495.                 *Weight 800
  496.                 *Center 0
  497.                 *Color 0,0,0
  498.                 *ColorHover 0,0,0
  499.                 *ColorDown 0,0,0
  500.             }
  501.             *Text "{Install_License_Heading}"
  502.         }            
  503.  
  504.         *Button
  505.         {
  506.             *Name "Text"
  507.  
  508.             *Position 152,61
  509.             *Size 375,33
  510.  
  511.             *Font
  512.             {
  513.                 *Pos 0,0
  514.                 *FontSize 14
  515.                 *Weight 400
  516.                 *Center 0
  517.                 *Color 0,0,0
  518.                 *ColorHover 0,0,0
  519.                 *ColorDown 0,0,0
  520.             }
  521.             *Text "{Install_License_Desc0}"
  522.         }            
  523.         
  524.         *Button
  525.         {
  526.             *Name "Press"
  527.  
  528.             *Position 152,99
  529.             *Size 375,38
  530.  
  531.             *Font
  532.             {
  533.                 *Pos 0,0
  534.                 *FontSize 12
  535.                 *Weight 400
  536.                 *Center 0
  537.                 *Color 0,0,0
  538.                 *ColorHover 0,0,0
  539.                 *ColorDown 0,0,0
  540.             }
  541.             *Text "{Install_License_Desc1}"
  542.         }            
  543.         
  544.         *Button
  545.         {
  546.             *Name "License"
  547.  
  548.             *Position 141,159
  549.             *Size 378,104
  550.  
  551.             *Font
  552.             {
  553.                 *Pos 0,0
  554.                 *FontSize 12
  555.                 *Weight 400
  556.                 *Center 0
  557.                 *Color 0,0,0
  558.                 *ColorHover 0,0,0
  559.                 *ColorDown 0,0,0
  560.             }
  561.             *TextFile "{Install_LicenseFile}"
  562.         }    
  563.         *ScrollBar                    
  564.         {
  565.             *Name "LicenseScroll"
  566.  
  567.             *Position 533,169
  568.             *Size 16,86
  569.             
  570.             *ScrollTarget License
  571.             *ImageTop "Scroll_Top"
  572.             *ImageMiddle "Scroll_Mid"
  573.             *ImageBottom "Scroll_Bottom"
  574.  
  575.         }
  576.         *Button
  577.         {
  578.             *Name "Up"
  579.  
  580.             *Position 533,154
  581.             *Image "Scroll_arrow"
  582.             *ImageHover "Scroll_arrowhover"
  583.             *ImageDown "Scroll_arrow"
  584.             *Execute "Scroll,License,-10"
  585.         }            
  586.         *Button
  587.         {
  588.             *Name "Up"
  589.  
  590.             *Position 533,255
  591.             *Image "Scroll_arrowdown"
  592.             *ImageHover "Scroll_arrowdownhover"
  593.             *ImageDown "Scroll_arrowdown"
  594.             *Execute "Scroll,License,10"
  595.         }            
  596.         *Button
  597.         {
  598.             *Name "Accept text"
  599.  
  600.             *Position 137,279
  601.             *Size 407,25
  602.  
  603.             *Font
  604.             {
  605.                 *Pos 0,0
  606.                 *FontSize 12
  607.                 *Weight 400
  608.                 *Center 0
  609.                 *Color 0,0,0
  610.                 *ColorHover 0,0,0
  611.                 *ColorDown 0,0,0
  612.             }
  613.             *Text "{Install_License_Desc2}"
  614.         }        
  615.     }
  616. }
  617.  
  618. *Window
  619. {
  620.     *Name "InstallComponents"
  621.     *Image "Install_Components"
  622.     *Region "InstallAlpha"
  623.     *Position 0,0
  624.     *Font
  625.     {
  626.         *Font "Verdana"
  627.         *FontSize 15
  628.         *Weight 700
  629.     }
  630.     *Children
  631.     {
  632.         /*************************************************************************************************\
  633.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  634.         | License agreement
  635.         |__________________________________________________________________________________________________
  636.         \*************************************************************************************************/
  637.  
  638.         *Button
  639.         {
  640.             *Name "Next"
  641.  
  642.             *Position 372,336
  643.             *Image "install_buttonmid"
  644.             *ImageHover "install_buttonmidhover"
  645.             *ImageDown "install_buttonmid"
  646.  
  647.             *Execute "SetWindow,InstallLocation"
  648.             
  649.             *Font
  650.             {
  651.                 *Pos 0,9
  652.                 *Center 1
  653.                 *Color 35,92,85
  654.                 *ColorHover 35,92,85
  655.                 *ColorDown 255,255,255
  656.             }
  657.             *Text "{Install_Button_Next}"
  658.         }
  659.         
  660.         *Button
  661.         {
  662.             *Name "Back"
  663.  
  664.             *Position 265,336
  665.             *Image "install_buttonback"
  666.             *ImageHover "install_buttonbackhover"
  667.             *ImageDown "install_buttonback"
  668.  
  669.             *Execute "SetWindow,InstallLicense"
  670.  
  671.             *Font
  672.             {
  673.                 *Pos 0,9
  674.                 *Center 1
  675.                 *Color 35,92,85
  676.                 *ColorHover 35,92,85
  677.                 *ColorDown 255,255,255
  678.             }
  679.             *Text "{Install_Button_Back}"
  680.         }
  681.                     
  682.         *Button
  683.         {
  684.             *Name "Cancel"
  685.  
  686.             *Position 481,336
  687.             *Image "install_button"
  688.             *ImageHover "install_buttonhover"
  689.             *ImageDown "install_button"
  690.             *Execute "Confirm,LOCALIZE_CANCELINSTALLCONFIRM;Quit"
  691.  
  692.             *Font
  693.             {
  694.                 *Pos 0,9
  695.                 *Center 1
  696.                 *Color 35,92,85
  697.                 *ColorHover 35,92,85
  698.                 *ColorDown 255,255,255
  699.             }
  700.             *Text "{Install_Button_Cancel}"
  701.         }
  702.         
  703.         *Button
  704.         {
  705.             *Name "Heading"
  706.  
  707.             *Position 152,38
  708.             *Size 376,25
  709.  
  710.             *Font
  711.             {
  712.                 *Pos 0,0
  713.                 *Weight 800
  714.                 *Center 0
  715.                 *Color 0,0,0
  716.                 *ColorHover 0,0,0
  717.                 *ColorDown 0,0,0
  718.             }
  719.             *Text "{Install_Components_Heading}"
  720.         }            
  721.  
  722.         *Button
  723.         {
  724.             *Name "Text"
  725.  
  726.             *Position 152,61
  727.             *Size 375,33
  728.  
  729.             *Font
  730.             {
  731.                 *Pos 0,0
  732.                 *FontSize 14
  733.                 *Weight 400
  734.                 *Center 0
  735.                 *Color 0,0,0
  736.                 *ColorHover 0,0,0
  737.                 *ColorDown 0,0,0
  738.             }
  739.             *Text "{Install_Components_Desc0}"
  740.         }            
  741.         
  742.         *Button
  743.         {
  744.             *Name "Text"
  745.  
  746.             *Position 152,99
  747.             *Size 375,38
  748.  
  749.             *Font
  750.             {
  751.                 *Pos 0,0
  752.                 *FontSize 12
  753.                 *Weight 400
  754.                 *Center 0
  755.                 *Color 0,0,0
  756.                 *ColorHover 0,0,0
  757.                 *ColorDown 0,0,0
  758.             }
  759.             *Text "{Install_Components_Desc1}"
  760.         }            
  761.         
  762.         *List
  763.         {
  764.             *Name "ComponentsList"
  765.  
  766.             *Position 142,202
  767.             *Size 262,96
  768.             
  769.             *DataStore "Riddick_InstallComponents"
  770.             *CheckButtons 1
  771.             
  772.             *CheckImageNormal CheckN
  773.             *CheckImageChecked CheckC
  774.  
  775.             *Font
  776.             {
  777.                 *Pos 0,0
  778.                 *FontSize 15
  779.                 *Weight 400
  780.                 *Center 0
  781.                 *Color 0,0,0
  782.                 *ColorHover 0,0,0
  783.                 *ColorDown 0,0,0
  784.             }
  785.         }    
  786.         *ScrollBar                    
  787.         {
  788.             *Name "ComponentsListScroll"
  789.  
  790.             *Position 418,210
  791.             *Size 16,80
  792.             
  793.             *ScrollTarget ComponentsList
  794.             *ImageTop "Scroll_Top"
  795.             *ImageMiddle "Scroll_Mid"
  796.             *ImageBottom "Scroll_Bottom"    
  797.         }
  798.         *Button
  799.         {
  800.             *Name "Up"
  801.  
  802.             *Position 418,195
  803.             *Image "Scroll_arrow"
  804.             *ImageHover "Scroll_arrowhover"
  805.             *ImageDown "Scroll_arrow"
  806.             *Execute "Scroll,ComponentsList,-10"
  807.         }            
  808.         *Button
  809.         {
  810.             *Name "Up"
  811.  
  812.             *Position 418,290
  813.             *Image "Scroll_arrowdown"
  814.             *ImageHover "Scroll_arrowdownhover"
  815.             *ImageDown "Scroll_arrowdown"
  816.             *Execute "Scroll,ComponentsList,10"
  817.         }            
  818.         *Button
  819.         {
  820.             *Name "Space"
  821.  
  822.             *Position 444,194
  823.             *Size 100,29
  824.  
  825.             *Font
  826.             {
  827.                 *Pos 0,2
  828.                 *FontSize 12
  829.                 *Weight 400
  830.                 *Center 0
  831.                 *Color 0,0,0
  832.                 *ColorHover 0,0,0
  833.                 *ColorDown 0,0,0
  834.             }
  835.             *Text "{Install_RequiredSpace}"
  836.         }        
  837.     }
  838. }        
  839. *Window
  840. {
  841.     *Name "InstallLocation"
  842.     *Image "Install_Location"
  843.     *Region "InstallAlpha"
  844.     *Position 0,0
  845.     *Font
  846.     {
  847.         *Font "Verdana"
  848.         *FontSize 15
  849.         *Weight 700
  850.     }
  851.     *Children
  852.     {
  853.         /*************************************************************************************************\
  854.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  855.         | Location
  856.         |__________________________________________________________________________________________________
  857.         \*************************************************************************************************/
  858.  
  859.         *Button
  860.         {
  861.             *Name "Next"
  862.  
  863.             *Position 372,336
  864.             *Image "install_buttonmiddisabled"
  865.  
  866.             *Condition false
  867.             *Expression Riddick_InstallPathValid
  868.             
  869.             *Font
  870.             {
  871.                 *Pos 0,9
  872.                 *Center 1
  873.                 *Color 50,50,50
  874.                 *ColorHover 50,50,50
  875.                 *ColorDown 50,50,50
  876.             }
  877.             *Text "{Install_Button_Install}"
  878.         }
  879.         *Button
  880.         {
  881.             *Name "Next"
  882.  
  883.             *Position 372,336
  884.             *Image "install_buttonmid"
  885.             *ImageHover "install_buttonmidhover"
  886.             *ImageDown "install_buttonmid"
  887.  
  888.             *Condition true
  889.             *Expression Riddick_InstallPathValid
  890.  
  891.             *Execute "SetWindow,InstallCopy;StartInstall"
  892.             *Font
  893.             {
  894.                 *Pos 0,9
  895.                 *Center 1
  896.                 *Color 35,92,85
  897.                 *ColorHover 35,92,85
  898.                 *ColorDown 255,255,255
  899.             }
  900.             *Text "{Install_Button_Install}"
  901.         }
  902.         
  903.         *Button
  904.         {
  905.             *Name "Back"
  906.  
  907.             *Position 265,336
  908.             *Image "install_buttonback"
  909.             *ImageHover "install_buttonbackhover"
  910.             *ImageDown "install_buttonback"
  911.  
  912.             *Execute "SetWindow,InstallComponents"
  913.  
  914.             *Font
  915.             {
  916.                 *Pos 0,9
  917.                 *Center 1
  918.                 *Color 35,92,85
  919.                 *ColorHover 35,92,85
  920.                 *ColorDown 255,255,255
  921.             }
  922.             *Text "{Install_Button_Back}"
  923.         }
  924.                     
  925.         *Button
  926.         {
  927.             *Name "Cancel"
  928.  
  929.             *Position 481,336
  930.             *Image "install_button"
  931.             *ImageHover "install_buttonhover"
  932.             *ImageDown "install_button"
  933.             *Execute "Confirm,LOCALIZE_CANCELINSTALLCONFIRM;Quit"
  934.  
  935.             *Font
  936.             {
  937.                 *Pos 0,9
  938.                 *Center 1
  939.                 *Color 35,92,85
  940.                 *ColorHover 35,92,85
  941.                 *ColorDown 255,255,255
  942.             }
  943.             *Text "{Install_Button_Cancel}"
  944.         }
  945.         
  946.         *Button
  947.         {
  948.             *Name "Heading"
  949.  
  950.             *Position 152,38
  951.             *Size 376,25
  952.  
  953.             *Font
  954.             {
  955.                 *Pos 0,0
  956.                 *Weight 800
  957.                 *Center 0
  958.                 *Color 0,0,0
  959.                 *ColorHover 0,0,0
  960.                 *ColorDown 0,0,0
  961.             }
  962.             *Text "{Install_Location_Heading}"
  963.         }            
  964.  
  965.         *Button
  966.         {
  967.             *Name "Text"
  968.  
  969.             *Position 152,61
  970.             *Size 375,33
  971.  
  972.             *Font
  973.             {
  974.                 *Pos 0,0
  975.                 *FontSize 14
  976.                 *Weight 400
  977.                 *Center 0
  978.                 *Color 0,0,0
  979.                 *ColorHover 0,0,0
  980.                 *ColorDown 0,0,0
  981.             }
  982.             *Text "{Install_Location_Desc0}"
  983.         }            
  984.         
  985.         *Button
  986.         {
  987.             *Name "Text"
  988.  
  989.             *Position 152,99
  990.             *Size 375,38
  991.  
  992.             *Font
  993.             {
  994.                 *Pos 0,0
  995.                 *FontSize 12
  996.                 *Weight 400
  997.                 *Center 0
  998.                 *Color 0,0,0
  999.                 *ColorHover 0,0,0
  1000.                 *ColorDown 0,0,0
  1001.             }
  1002.             *Text "{Install_Location_Desc1}"
  1003.         }            
  1004.  
  1005.         *Edit
  1006.         {
  1007.             *Name "Edit"
  1008.  
  1009.             *Position 139,161
  1010.             *Size 404,17
  1011.  
  1012.             *Font
  1013.             {
  1014.                 *Pos 0,2
  1015.                 *FontSize 12
  1016.                 *Weight 400
  1017.                 *Center 0
  1018.                 *Color 0,0,0
  1019.                 *ColorHover 0,0,0
  1020.                 *ColorDown 0,0,0
  1021.             }
  1022.             
  1023.             *DataStore Riddick_InstallDir
  1024.         }
  1025.  
  1026.         *List
  1027.         {
  1028.             *Name "BrowseList"
  1029.  
  1030.             *Position 142,202
  1031.             *Size 262,96
  1032.             
  1033.             *DataStore "Riddick_InstallDirBrowse"
  1034.             *CheckButtons 0
  1035.             
  1036.             *Font
  1037.             {
  1038.                 *Pos 0,0
  1039.                 *FontSize 12
  1040.                 *Weight 400
  1041.                 *Center 0
  1042.                 *Color 0,0,0
  1043.                 *ColorHover 0,0,0
  1044.                 *ColorDown 0,0,0
  1045.             }
  1046.         }    
  1047.         
  1048.         *ScrollBar                    
  1049.         {
  1050.             *Name "Scroll"
  1051.  
  1052.             *Position 418,210
  1053.             *Size 16,80
  1054.             
  1055.             *ScrollTarget BrowseList
  1056.             *ImageTop "Scroll_Top"
  1057.             *ImageMiddle "Scroll_Mid"
  1058.             *ImageBottom "Scroll_Bottom"
  1059.  
  1060.         }
  1061.         
  1062.         *Button
  1063.         {
  1064.             *Name "Up"
  1065.  
  1066.             *Position 418,195
  1067.             *Image "Scroll_arrow"
  1068.             *ImageHover "Scroll_arrowhover"
  1069.             *ImageDown "Scroll_arrow"
  1070.             *Execute "Scroll,BrowseList,-10"
  1071.         }
  1072.             
  1073.         *Button
  1074.         {
  1075.             *Name "Up"
  1076.  
  1077.             *Position 418,290
  1078.             *Image "Scroll_arrowdown"
  1079.             *ImageHover "Scroll_arrowdownhover"
  1080.             *ImageDown "Scroll_arrowdown"
  1081.             *Execute "Scroll,BrowseList,10"
  1082.         }                    
  1083.         
  1084.         *Button
  1085.         {
  1086.             *Name "Space"
  1087.  
  1088.             *Position 444,194
  1089.             *Size 100,29
  1090.  
  1091.             *Font
  1092.             {
  1093.                 *Pos 0,2
  1094.                 *FontSize 12
  1095.                 *Weight 400
  1096.                 *Center 0
  1097.                 *Color 0,0,0
  1098.                 *ColorHover 0,0,0
  1099.                 *ColorDown 0,0,0
  1100.             }
  1101.             *Text "{Install_RequiredSpace}"
  1102.         }            
  1103.         *Button
  1104.         {
  1105.             *Name "Space"
  1106.  
  1107.             *Position 444,235
  1108.             *Size 100,29
  1109.  
  1110.             *Font
  1111.             {
  1112.                 *Pos 0,2
  1113.                 *FontSize 12
  1114.                 *Weight 400
  1115.                 *Center 0
  1116.                 *Color 0,0,0
  1117.                 *ColorHover 0,0,0
  1118.                 *ColorDown 0,0,0
  1119.             }
  1120.             *Text "{Install_AvailableSpace}"
  1121.         }        
  1122.         *Button
  1123.         {
  1124.             *Name "Space"
  1125.  
  1126.             *Position 444,277
  1127.             *Size 100,29
  1128.  
  1129.             *Font
  1130.             {
  1131.                 *Pos 0,2
  1132.                 *FontSize 12
  1133.                 *Weight 400
  1134.                 *Center 0
  1135.                 *Color 0,0,0
  1136.                 *ColorHover 0,0,0
  1137.                 *ColorDown 0,0,0
  1138.             }
  1139.             *Text "{Riddick_InstallPathError}"
  1140.         }        
  1141.     }
  1142. }    
  1143. *Window
  1144. {
  1145.     *Name "InstallCopy"
  1146.     *Image "Install_Copy"
  1147.     *Region "InstallAlpha"
  1148.     *AutoUpdate 1
  1149.     *Position 0,0
  1150.     *Font
  1151.     {
  1152.         *Font "Verdana"
  1153.         *FontSize 15
  1154.         *Weight 700
  1155.     }
  1156.     *Children
  1157.     {
  1158.         /*************************************************************************************************\
  1159.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  1160.         | Copy
  1161.         |__________________________________________________________________________________________________
  1162.         \*************************************************************************************************/
  1163.  
  1164.         *Button
  1165.         {
  1166.             *Name "Heading"
  1167.  
  1168.             *Position 152,38
  1169.             *Size 376,25
  1170.  
  1171.             *Font
  1172.             {
  1173.                 *Pos 0,0
  1174.                 *Weight 800
  1175.                 *Center 0
  1176.                 *Color 0,0,0
  1177.                 *ColorHover 0,0,0
  1178.                 *ColorDown 0,0,0
  1179.             }
  1180.             *Text "{Install_Copy_Heoading}"
  1181.         }            
  1182.  
  1183.         *Button
  1184.         {
  1185.             *Name "Cancel"
  1186.  
  1187.             *Position 481,336
  1188.             *Image "install_button"
  1189.             *ImageHover "install_buttonhover"
  1190.             *ImageDown "install_button"
  1191.             *Execute "Confirm,LOCALIZE_CANCELINSTALLCONFIRM;CancelInstall"
  1192.  
  1193.             *Font
  1194.             {
  1195.                 *Pos 0,9
  1196.                 *Center 1
  1197.                 *Color 35,92,85
  1198.                 *ColorHover 35,92,85
  1199.                 *ColorDown 255,255,255
  1200.             }
  1201.             *Text "{Install_Button_Cancel}"
  1202.         }
  1203.  
  1204.         *Button
  1205.         {
  1206.             *Name "Text"
  1207.  
  1208.             *Position 152,61
  1209.             *Size 375,33
  1210.  
  1211.             *Font
  1212.             {
  1213.                 *Pos 0,0
  1214.                 *FontSize 14
  1215.                 *Weight 400
  1216.                 *Center 0
  1217.                 *Color 0,0,0
  1218.                 *ColorHover 0,0,0
  1219.                 *ColorDown 0,0,0
  1220.             }
  1221.             *Text "{Install_Copy_Desc0}"
  1222.         }            
  1223.         
  1224.         *ProgressBar                    
  1225.         {
  1226.             *Name "Progress"
  1227.  
  1228.             *Position 135,167
  1229.             *Size 413,19
  1230.             
  1231.             *ImageLeft "LoadStart"
  1232.             *ImageMiddle "LoadMid"
  1233.             *ImageRight "LoadEnd"
  1234.             *DataStore "Riddick_Progress"
  1235.         }
  1236.         
  1237.         *Button
  1238.         {
  1239.             *Name "Text"
  1240.  
  1241.             *Position 152,99
  1242.             *Size 375,38
  1243.  
  1244.             *Font
  1245.             {
  1246.                 *Pos 0,0
  1247.                 *FontSize 12
  1248.                 *Weight 400
  1249.                 *Center 0
  1250.                 *Color 0,0,0
  1251.                 *ColorHover 0,0,0
  1252.                 *ColorDown 0,0,0
  1253.             }
  1254.             *Text "{Install_Copy_LastFile}"
  1255.         }            
  1256.     }
  1257. }        
  1258. *Window
  1259. {
  1260.     *Name "InstallDone"
  1261.     *Image "Install_Done"
  1262.     *Region "InstallAlpha"
  1263.     *Position 0,0
  1264.     *Font
  1265.     {
  1266.         *Font "Verdana"
  1267.         *FontSize 15
  1268.         *Weight 700
  1269.     }
  1270.     *Children
  1271.     {
  1272.         /*************************************************************************************************\
  1273.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  1274.         | Install Done
  1275.         |__________________________________________________________________________________________________
  1276.         \*************************************************************************************************/
  1277.  
  1278.         *Button
  1279.         {
  1280.             *Name "Next"
  1281.  
  1282.             *Position 372,336
  1283.             *Image "install_buttonmid"
  1284.             *ImageHover "install_buttonmidhover"
  1285.             *ImageDown "install_buttonmid"
  1286.  
  1287.             *Execute "Quit"
  1288.  
  1289.             *Font
  1290.             {
  1291.                 *Pos 0,9
  1292.                 *Center 1
  1293.                 *Color 35,92,85
  1294.                 *ColorHover 35,92,85
  1295.                 *ColorDown 255,255,255
  1296.             }
  1297.             *Text "{Install_Button_Close}"
  1298.         }
  1299.         
  1300.         *Button
  1301.         {
  1302.             *Name "Heading"
  1303.  
  1304.             *Position 152,38
  1305.             *Size 376,25
  1306.  
  1307.             *Font
  1308.             {
  1309.                 *Pos 0,0
  1310.                 *Weight 800
  1311.                 *Center 0
  1312.                 *Color 0,0,0
  1313.                 *ColorHover 0,0,0
  1314.                 *ColorDown 0,0,0
  1315.             }
  1316.             *Text "{Install_Complete_Heading}"
  1317.         }            
  1318.  
  1319.         *Button
  1320.         {
  1321.             *Name "Text"
  1322.  
  1323.             *Position 152,61
  1324.             *Size 375,33
  1325.  
  1326.             *Font
  1327.             {
  1328.                 *Pos 0,0
  1329.                 *FontSize 14
  1330.                 *Weight 400
  1331.                 *Center 0
  1332.                 *Color 0,0,0
  1333.                 *ColorHover 0,0,0
  1334.                 *ColorDown 0,0,0
  1335.             }
  1336.             *Text "{Install_Complete_Success}"
  1337.         }            
  1338.         
  1339.         *Button
  1340.         {
  1341.             *Name "Text"
  1342.  
  1343.             *Position 152,99
  1344.             *Size 375,28
  1345.  
  1346.             *Font
  1347.             {
  1348.                 *Pos 0,0
  1349.                 *FontSize 12
  1350.                 *Weight 400
  1351.                 *Center 0
  1352.                 *Color 0,0,0
  1353.                 *ColorHover 0,0,0
  1354.                 *ColorDown 0,0,0
  1355.             }
  1356.             *Text "{Install_Completed}"
  1357.         }            
  1358.     }
  1359. }    
  1360. *Window
  1361. {
  1362.     *Name "InstallDoneWithErrors"
  1363.     *Image "Install_Done"
  1364.     *Region "InstallAlpha"
  1365.     *Position 0,0
  1366.     *Font
  1367.     {
  1368.         *Font "Verdana"
  1369.         *FontSize 15
  1370.         *Weight 700
  1371.     }
  1372.     *Children
  1373.     {
  1374.         /*************************************************************************************************\
  1375.         |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  1376.         | Install Done
  1377.         |__________________________________________________________________________________________________
  1378.         \*************************************************************************************************/
  1379.  
  1380.         *Button
  1381.         {
  1382.             *Name "Next"
  1383.  
  1384.             *Position 372,336
  1385.             *Image "install_buttonmid"
  1386.             *ImageHover "install_buttonmidhover"
  1387.             *ImageDown "install_buttonmid"
  1388.  
  1389.             *Execute "Quit"
  1390.  
  1391.             *Font
  1392.             {
  1393.                 *Pos 0,9
  1394.                 *Center 1
  1395.                 *Color 35,92,85
  1396.                 *ColorHover 35,92,85
  1397.                 *ColorDown 255,255,255
  1398.             }
  1399.             *Text "{Install_Button_Close}"
  1400.         }
  1401.         
  1402.         *Button
  1403.         {
  1404.             *Name "Heading"
  1405.  
  1406.             *Position 152,38
  1407.             *Size 376,25
  1408.  
  1409.             *Font
  1410.             {
  1411.                 *Pos 0,0
  1412.                 *Weight 800
  1413.                 *Center 0
  1414.                 *Color 0,0,0
  1415.                 *ColorHover 0,0,0
  1416.                 *ColorDown 0,0,0
  1417.             }
  1418.             *Text "{Install_Complete_Heading}"
  1419.         }            
  1420.  
  1421.         *Button
  1422.         {
  1423.             *Name "Text"
  1424.  
  1425.             *Position 152,61
  1426.             *Size 375,33
  1427.  
  1428.             *Font
  1429.             {
  1430.                 *Pos 0,0
  1431.                 *FontSize 14
  1432.                 *Weight 400
  1433.                 *Center 0
  1434.                 *Color 0,0,0
  1435.                 *ColorHover 0,0,0
  1436.                 *ColorDown 0,0,0
  1437.             }
  1438.             *Text "{Install_Complete_SuccessWithErrors}"
  1439.         }            
  1440.         
  1441.         *Button
  1442.         {
  1443.             *Name "Text"
  1444.  
  1445.             *Position 152,99
  1446.             *Size 375,28
  1447.  
  1448.             *Font
  1449.             {
  1450.                 *Pos 0,0
  1451.                 *FontSize 12
  1452.                 *Weight 400
  1453.                 *Center 0
  1454.                 *Color 0,0,0
  1455.                 *ColorHover 0,0,0
  1456.                 *ColorDown 0,0,0
  1457.             }
  1458.             *Text "{Install_Completed}"
  1459.         }            
  1460.     }
  1461. }    
  1462.