home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Paint.NET / Paint.NET.3.5.8.Install.exe / fx35sp1client / Deployment.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-09-22  |  3.6 KB  |  107 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Deployment FallbackCulture="en">
  3.   
  4.   <ProductRefs>
  5.     <ProductRef Location="DotNetClientFx\Product.xml" />
  6.     <ProductRef Location="Langpacks\Product_ara.xml" />
  7.     <ProductRef Location="Langpacks\Product_chs.xml" />
  8.     <ProductRef Location="Langpacks\Product_cht.xml" />
  9.     <ProductRef Location="Langpacks\Product_csy.xml" />
  10.     <ProductRef Location="Langpacks\Product_dan.xml" />
  11.     <ProductRef Location="Langpacks\Product_deu.xml" />
  12.     <ProductRef Location="Langpacks\Product_ell.xml" />
  13.     <ProductRef Location="Langpacks\Product_esn.xml" />
  14.     <ProductRef Location="Langpacks\Product_fin.xml" />
  15.     <ProductRef Location="Langpacks\Product_fra.xml" />
  16.     <ProductRef Location="Langpacks\Product_heb.xml" />
  17.     <ProductRef Location="Langpacks\Product_hun.xml" />
  18.     <ProductRef Location="Langpacks\Product_ita.xml" />
  19.     <ProductRef Location="Langpacks\Product_jpn.xml" />
  20.     <ProductRef Location="Langpacks\Product_kor.xml" />
  21.     <ProductRef Location="Langpacks\Product_nld.xml" />
  22.     <ProductRef Location="Langpacks\Product_nor.xml" />
  23.     <ProductRef Location="Langpacks\Product_plk.xml" />
  24.     <ProductRef Location="Langpacks\Product_ptb.xml" />
  25.     <ProductRef Location="Langpacks\Product_ptg.xml" />
  26.     <ProductRef Location="Langpacks\Product_rus.xml" />
  27.     <ProductRef Location="Langpacks\Product_sve.xml" />
  28.     <ProductRef Location="Langpacks\Product_trk.xml" />
  29.   </ProductRefs> 
  30.   
  31.   <InstallUI>
  32.     
  33.     <Windows>
  34.       
  35.       <Defaults Width="600" 
  36.                 Height="418" 
  37.                 Icon="setup.ico" 
  38.                 BackgroundColor="#FFFFFF" 
  39.                 ForegroundColor="#000000" 
  40.                 BackgroundImage="BGIMG"
  41.                 ShowWindowFrame="true"
  42.                 Title="WINDOWTITLE">
  43.         
  44.         <TitleCaption PosX="15" PosY="20" Text="TITLE" Font="Verdana" FontSize="16" Bold="true" /> 
  45.         <ButtonGroup PosY="384" />
  46.  
  47.       </Defaults>
  48.  
  49.       <PreInstallWindow>
  50.         
  51.         <EulaBox Height="258" PosX="5" PosY="64" Width="590" BackgroundColor="#FFFFFF" /> 
  52.         <AcceptButton Text="ACCEPT" /> 
  53.         <DeclineButton Text="DECLINE" /> 
  54.         <PrintButton Text="PRINT" PosX="580" PosY="329" Alignment="Right" />
  55.  
  56.       </PreInstallWindow>
  57.  
  58.       <InstallWindow>
  59.         
  60.         <ProgressBar PosX="45" PosY="206" Width="510" />
  61.         <StatusCaption PosX="44" PosY="236" Text="STATUS" />
  62.         <CancelButton Text="CANCEL" />
  63.         
  64.       </InstallWindow>
  65.  
  66.       <PostInstallWindow>
  67.         
  68.         <FinishCaption PosY="206" Text="FINISHED" Font="Verdana" FontSize="14" Bold="true" Alignment="Center" />
  69.         <FinishButton Text="FINISH" />
  70.         
  71.       </PostInstallWindow>
  72.  
  73.       <CancelledWindow>
  74.  
  75.         <CancelledCaption PosY="206" Text="CANCELLED" Font="Verdana" FontSize="14" Bold="true" Alignment="Center" />
  76.         <ExitButton Text="EXIT" />
  77.  
  78.       </CancelledWindow>
  79.  
  80.       <RebootWindow>
  81.  
  82.         <RebootPromptCaption PosY="206" Text="REBOOTPROMPT" Font="Verdana" FontSize="14" Bold="true" Alignment="Center" />
  83.         <RebootNowButton Text="REBOOTNOW" />
  84.         <RebootLaterButton Text="REBOOTLATER" />
  85.  
  86.       </RebootWindow>
  87.  
  88.       <RollbackWindow>
  89.  
  90.         <MarqueeBar PosX="45" PosY="206" Width="510" />
  91.         <RollbackCaption PosX="44" PosY="236" Text="ROLLBACK" />
  92.  
  93.       </RollbackWindow>
  94.  
  95.       <ErrorWindow>
  96.  
  97.         <FailureCaption PosY="206" Text="FAILED" Font="Verdana" FontSize="14" Bold="true" Alignment="Center" />
  98.         <ExitButton Text="EXIT" />
  99.  
  100.       </ErrorWindow>
  101.  
  102.     </Windows>
  103.     
  104.   </InstallUI>
  105.   
  106. </Deployment>
  107.