home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Paint.NET / Paint.NET.3.5.2.Install.exe / fx35sp1client / DotNetClientFx / Product.xml
Encoding:
Extensible Markup Language  |  2008-11-30  |  14.4 KB  |  258 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <Product
  4.   xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper"
  5.   ProductCode="Microsoft.Net.Client.3.5"
  6. >
  7.  
  8.   <UninstallInfo>
  9.     <DisplayName String="PRODUCT" />
  10.     <DisplayVersion Value="3.5" />
  11.     <VersionMajor Value="3" />
  12.     <VersionMinor Value="5" />
  13.   </UninstallInfo>
  14.  
  15.   <InstallChecks>
  16.     <RegistryCheck Property="DotNetClient20RegistryCheck"  Key="HKLM\SOFTWARE\Microsoft\NET Framework Setup\DotNetClient\v3.5\Layers\v2.0" Value="Install" />
  17.     <RegistryCheck Property="DotNetClient30RegistryCheck"  Key="HKLM\SOFTWARE\Microsoft\NET Framework Setup\DotNetClient\v3.5\Layers\v3.0" Value="Install" />
  18.     <RegistryCheck Property="DotNetClient35RegistryCheck"  Key="HKLM\SOFTWARE\Microsoft\NET Framework Setup\DotNetClient\v3.5\Layers\v3.5" Value="Install" />
  19.     <RegistryCheck Property="DotNet35SP1RegistryCheck" Key="HKLM\SOFTWARE\Microsoft\NET Framework Setup\ndp\v3.5" Value="SP" />
  20.     <FileCheck Property="Rgb9RastCheck" FileName="rgb9rast_2.dll" SearchPath="" SpecialFolder="SystemFolder"/>
  21.     <FileCheck Property="WICCheck" FileName="windowscodecs.dll" SearchPath="" SpecialFolder="SystemFolder"/>
  22.   </InstallChecks>
  23.   
  24.   <Commands Reboot="Defer">
  25.  
  26.     <Command PackageFile="Rgb9Rast_x86.msi"
  27.              Arguments="REBOOT=ReallySuppress"
  28.              Log="ah_rgb9rast.log"
  29.              EstimatedInstalledBytes="94720">
  30.  
  31.       <InstallConditions>
  32.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  33.         <BypassIf Property="ProcessorArchitecture" Compare="ValueNotEqualTo" Value="Intel" />
  34.         <BypassIf Property="VersionNT" Compare="VersionGreaterThanOrEqualTo" Value="6" />
  35.         <BypassIf Property="Rgb9RastCheck" Compare="VersionGreaterThanOrEqualTo" Value="9.15.735.0" />
  36.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  37.       </InstallConditions>
  38.  
  39.       <ExitCodes>
  40.         <ExitCode Value="0" Result="Success" />
  41.         <ExitCode Value="3010" Result="SuccessReboot" />
  42.         <DefaultExitCode Result="Fail" />
  43.       </ExitCodes>
  44.  
  45.     </Command>
  46.  
  47.     <Command PackageFile="wic_x86_enu.exe"
  48.              Arguments="/quiet /norestart /log:"%TEMP%\ah_wic.log""
  49.              EstimatedInstalledBytes="1227048"
  50.              EstimatedInstallSeconds="10">
  51.  
  52.       <InstallConditions>
  53.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  54.         <BypassIf Property="ProcessorArchitecture" Compare="ValueNotEqualTo" Value="Intel" />
  55.         <BypassIf Property="VersionNT" Compare="VersionGreaterThanOrEqualTo" Value="5.1.3" />
  56.         <BypassIf Property="WICCheck" Compare="VersionGreaterThanOrEqualTo" Value="6.0.5840.16388" />
  57.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  58.       </InstallConditions>
  59.  
  60.       <ExitCodes>
  61.         <ExitCode Value="0" Result="Success" />
  62.         <ExitCode Value="3010" Result="SuccessReboot" />
  63.         <DefaultExitCode Result="Fail" />
  64.       </ExitCodes>
  65.  
  66.     </Command>
  67.  
  68.     <Command PackageFile="DotNetFx20Client_Package_x86.exe"
  69.              Arguments="/q /x:."
  70.              EstimatedInstalledBytes="0"
  71.              EstimatedTempBytes="25903723">
  72.  
  73.       <InstallConditions>
  74.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  75.         <BypassIf Property="DotNetClient20RegistryCheck" Compare="ValueEqualTo" Value="1" />
  76.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  77.       </InstallConditions>
  78.  
  79.     </Command>
  80.  
  81.     <Command PackageFile="netfxclient20_redist.msi"
  82.              Arguments="REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1"
  83.              Log="AH_fx20.log"
  84.              EstimatedInstalledBytes="25903723"
  85.              Uninstall="true"
  86.              UninstallArguments="REMOVE=ALL REBOOT=ReallySuppress"
  87.              UninstallLog="AH_fx20_uninstall.log">
  88.  
  89.       <InstallConditions>
  90.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  91.         <BypassIf Property="DotNetClient20RegistryCheck" Compare="ValueEqualTo" Value="1" />
  92.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  93.       </InstallConditions>
  94.  
  95.       <ExitCodes>
  96.         <ExitCode Value="0" Result="Success" Uninstall="true" />
  97.         <ExitCode Value="1605" Result="Success" Install="false" Uninstall="true" />
  98.         <ExitCode Value="3010" Result="SuccessReboot" Uninstall="true" />
  99.         <DefaultExitCode Result="Fail" Uninstall="true" />
  100.       </ExitCodes>
  101.  
  102.     </Command>
  103.  
  104.     <!--
  105.     <Command PackageFile="ngen.exe"
  106.              Arguments="executeQueuedItems 1"
  107.              EstimatedInstalledBytes="10000000"
  108.              EstimatedTempBytes="0"
  109.              EstimatedInstallSeconds="150">
  110.  
  111.       <InstallConditions>
  112.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  113.         <BypassIf Property="DotNetClient20RegistryCheck" Compare="ValueEqualTo" Value="1" />
  114.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  115.       </InstallConditions>
  116.  
  117.     </Command>
  118.     -->
  119.  
  120.     <Command PackageFile="DotNetFx30Client_Package_x86.exe"
  121.              Arguments="/q /x:."
  122.              EstimatedInstalledBytes="0"
  123.              EstimatedTempBytes="25903723">
  124.  
  125.       <InstallConditions>
  126.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  127.         <BypassIf Property="DotNetClient30RegistryCheck" Compare="ValueEqualTo" Value="1" />
  128.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  129.       </InstallConditions>
  130.  
  131.     </Command>
  132.  
  133.     <Command PackageFile="netfxclient30_redist.msi"
  134.              Arguments="REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1"
  135.              Log="AH_fx30.log"
  136.              EstimatedInstalledBytes="25903723"
  137.              Uninstall="true"
  138.              UninstallArguments="REMOVE=ALL REBOOT=ReallySuppress"
  139.              UninstallLog="AH_fx30_uninstall.log">
  140.  
  141.       <InstallConditions>
  142.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  143.         <BypassIf Property="DotNetClient30RegistryCheck" Compare="ValueEqualTo" Value="1" />
  144.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  145.       </InstallConditions>
  146.  
  147.       <ExitCodes>
  148.         <ExitCode Value="0" Result="Success" Uninstall="true" />
  149.         <ExitCode Value="1605" Result="Success" Install="false" Uninstall="true" />
  150.         <ExitCode Value="3010" Result="SuccessReboot" Uninstall="true" />
  151.         <DefaultExitCode Result="Fail" Uninstall="true" />
  152.       </ExitCodes>
  153.  
  154.     </Command>
  155.  
  156.     <!--
  157.     <Command PackageFile="ngen.exe"
  158.              Arguments="executeQueuedItems 1"
  159.              EstimatedInstalledBytes="10000000"
  160.              EstimatedTempBytes="0"
  161.              EstimatedInstallSeconds="150">
  162.  
  163.       <InstallConditions>
  164.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  165.         <BypassIf Property="DotNetClient30RegistryCheck" Compare="ValueEqualTo" Value="1" />
  166.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  167.       </InstallConditions>
  168.  
  169.     </Command>
  170.     -->
  171.  
  172.     <Command PackageFile="DotNetFx35Client_Package_x86.exe"
  173.              Arguments="/q /x:."
  174.              EstimatedInstalledBytes="0"
  175.              EstimatedTempBytes="25903723">
  176.  
  177.       <InstallConditions>
  178.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  179.         <BypassIf Property="DotNetClient35RegistryCheck" Compare="ValueEqualTo" Value="1" />
  180.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  181.       </InstallConditions>
  182.  
  183.     </Command>
  184.  
  185.     <Command PackageFile="netfxclient35_redist.msi"
  186.              Arguments="REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1"
  187.              Log="AH_fx35.log"
  188.              EstimatedInstalledBytes="25903723"
  189.              Uninstall="true"
  190.              UninstallArguments="REMOVE=ALL REBOOT=ReallySuppress"
  191.              UninstallLog="AH_fx35_uninstall.log">
  192.  
  193.       <InstallConditions>
  194.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  195.         <BypassIf Property="DotNetClient35RegistryCheck" Compare="ValueEqualTo" Value="1" />
  196.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  197.       </InstallConditions>
  198.  
  199.       <ExitCodes>
  200.         <ExitCode Value="0" Result="Success" Uninstall="true" />
  201.         <ExitCode Value="1605" Result="Success" Install="false" Uninstall="true" />
  202.         <ExitCode Value="3010" Result="SuccessReboot" Uninstall="true" />
  203.         <DefaultExitCode Result="Fail" Uninstall="true" />
  204.       </ExitCodes>
  205.  
  206.     </Command>
  207.  
  208.     <!--
  209.     <Command PackageFile="ngen.exe"
  210.              Arguments="executeQueuedItems 1"
  211.              EstimatedInstalledBytes="10000000"
  212.              EstimatedTempBytes="0"
  213.              EstimatedInstallSeconds="150">
  214.  
  215.       <InstallConditions>
  216.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  217.         <BypassIf Property="DotNetClient35RegistryCheck" Compare="ValueEqualTo" Value="1" />
  218.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  219.       </InstallConditions>
  220.  
  221.     </Command>
  222.     -->
  223.  
  224.     <Command PackageFile="dotnetfx35setup.exe"
  225.              Arguments="/q /norestart /progress DotNetFx35Pipe"
  226.              EstimatedInstalledBytes="180000000"
  227.              EstimatedTempBytes="0">
  228.  
  229.       <InstallConditions>
  230.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  231.         <BypassIf Property="DotNet35SP1RegistryCheck" Compare="ValueGreaterThanOrEqualTo" Value="1" />
  232.         <BypassIf Property="FxClientPlatform" Compare="ValueEqualTo" Value="true" />
  233.       </InstallConditions>
  234.  
  235.       <ExitCodes>
  236.         <ExitCode Value="0" Result="Success" />
  237.         <ExitCode Value="3010" Result="SuccessReboot" />
  238.         <DefaultExitCode Result="Fail" />
  239.       </ExitCodes>
  240.  
  241.     </Command>
  242.  
  243.   </Commands>
  244.  
  245.   <PackageFiles CopyAllPackageFiles="false">
  246.     <PackageFile Name="Rgb9Rast_x86.msi" HomeSite="http://go.microsoft.com/fwlink/?LinkId=72535" PublicKey="3082010a0282010100cd819638ae5ca2f2c1dfded0ab958dd63c9d1f8bc35d862e5df0b172f5abac886ab5dab1227b0bc8c8a54b915e2213e9f9f5239db5f46e76aeefeea43cc7c4c0595c3fabb3733326a662816179a162f46e8895d06eddc79fd2a451117661ba708a65a1961689a75d81d04466e5db569e40cafcdc76242e443000e5d67d7b9511d5581da3e84f0bc988dca2d653996cca63ca996a9a925e4c4d11e82fd35b5b5e5f52a3732da5bb84450d8c191576cb08da9aa67015e84dec69fd5db26b8fed295137388bc6464915945098b0f468a4d7de097167749e778c1d856b97eae75f45cce0e6710dd16300937b31988e0bb413bdb3d0eef1df21eea96061ee37433dc30203010001" />
  247.     <PackageFile Name="wic_x86_enu.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=70841" PublicKey="3082010a0282010100cd819638ae5ca2f2c1dfded0ab958dd63c9d1f8bc35d862e5df0b172f5abac886ab5dab1227b0bc8c8a54b915e2213e9f9f5239db5f46e76aeefeea43cc7c4c0595c3fabb3733326a662816179a162f46e8895d06eddc79fd2a451117661ba708a65a1961689a75d81d04466e5db569e40cafcdc76242e443000e5d67d7b9511d5581da3e84f0bc988dca2d653996cca63ca996a9a925e4c4d11e82fd35b5b5e5f52a3732da5bb84450d8c191576cb08da9aa67015e84dec69fd5db26b8fed295137388bc6464915945098b0f468a4d7de097167749e778c1d856b97eae75f45cce0e6710dd16300937b31988e0bb413bdb3d0eef1df21eea96061ee37433dc30203010001" />
  248.     <PackageFile Name="DotNetFx20Client_Package_x86.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=119633" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  249.     <PackageFile Name="DotNetFx30Client_Package_x86.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=119634" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  250.     <PackageFile Name="DotNetFx35Client_Package_x86.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=119635" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  251.     <PackageFile Name="netfxclient20_redist.msi" />
  252.     <PackageFile Name="netfxclient30_redist.msi" />
  253.     <PackageFile Name="netfxclient35_redist.msi" />
  254.     <PackageFile Name="dotnetfx35setup.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=118076" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  255.     <PackageFile Name="ngen.exe" />
  256.   </PackageFiles>
  257.  
  258. </Product>