home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / Fishbowl / GetFishbowl.exe / Microsoft.Net.Client.3.5 / Product.xml
Encoding:
Extensible Markup Language  |  2009-10-30  |  14.3 KB  |  252 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.     <Command PackageFile="ngen.exe"
  105.              Arguments="executeQueuedItems 1"
  106.              EstimatedInstalledBytes="10000000"
  107.              EstimatedTempBytes="0"
  108.              EstimatedInstallSeconds="150">
  109.  
  110.       <InstallConditions>
  111.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  112.         <BypassIf Property="DotNetClient20RegistryCheck" Compare="ValueEqualTo" Value="1" />
  113.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  114.       </InstallConditions>
  115.  
  116.     </Command>
  117.  
  118.     <Command PackageFile="DotNetFx30Client_Package_x86.exe"
  119.              Arguments="/q /x:."
  120.              EstimatedInstalledBytes="0"
  121.              EstimatedTempBytes="25903723">
  122.  
  123.       <InstallConditions>
  124.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  125.         <BypassIf Property="DotNetClient30RegistryCheck" Compare="ValueEqualTo" Value="1" />
  126.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  127.       </InstallConditions>
  128.  
  129.     </Command>
  130.  
  131.     <Command PackageFile="netfxclient30_redist.msi"
  132.              Arguments="REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1"
  133.              Log="AH_fx30.log"
  134.              EstimatedInstalledBytes="25903723"
  135.              Uninstall="true"
  136.              UninstallArguments="REMOVE=ALL REBOOT=ReallySuppress"
  137.              UninstallLog="AH_fx30_uninstall.log">
  138.  
  139.       <InstallConditions>
  140.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  141.         <BypassIf Property="DotNetClient30RegistryCheck" Compare="ValueEqualTo" Value="1" />
  142.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  143.       </InstallConditions>
  144.  
  145.       <ExitCodes>
  146.         <ExitCode Value="0" Result="Success" Uninstall="true" />
  147.         <ExitCode Value="1605" Result="Success" Install="false" Uninstall="true" />
  148.         <ExitCode Value="3010" Result="SuccessReboot" Uninstall="true" />
  149.         <DefaultExitCode Result="Fail" Uninstall="true" />
  150.       </ExitCodes>
  151.  
  152.     </Command>
  153.  
  154.     <Command PackageFile="ngen.exe"
  155.              Arguments="executeQueuedItems 1"
  156.              EstimatedInstalledBytes="10000000"
  157.              EstimatedTempBytes="0"
  158.              EstimatedInstallSeconds="150">
  159.  
  160.       <InstallConditions>
  161.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  162.         <BypassIf Property="DotNetClient30RegistryCheck" Compare="ValueEqualTo" Value="1" />
  163.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  164.       </InstallConditions>
  165.  
  166.     </Command>
  167.  
  168.     <Command PackageFile="DotNetFx35Client_Package_x86.exe"
  169.              Arguments="/q /x:."
  170.              EstimatedInstalledBytes="0"
  171.              EstimatedTempBytes="25903723">
  172.  
  173.       <InstallConditions>
  174.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  175.         <BypassIf Property="DotNetClient35RegistryCheck" Compare="ValueEqualTo" Value="1" />
  176.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  177.       </InstallConditions>
  178.  
  179.     </Command>
  180.  
  181.     <Command PackageFile="netfxclient35_redist.msi"
  182.              Arguments="REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1"
  183.              Log="AH_fx35.log"
  184.              EstimatedInstalledBytes="25903723"
  185.              Uninstall="true"
  186.              UninstallArguments="REMOVE=ALL REBOOT=ReallySuppress"
  187.              UninstallLog="AH_fx35_uninstall.log">
  188.  
  189.       <InstallConditions>
  190.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  191.         <BypassIf Property="DotNetClient35RegistryCheck" Compare="ValueEqualTo" Value="1" />
  192.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  193.       </InstallConditions>
  194.  
  195.       <ExitCodes>
  196.         <ExitCode Value="0" Result="Success" Uninstall="true" />
  197.         <ExitCode Value="1605" Result="Success" Install="false" Uninstall="true" />
  198.         <ExitCode Value="3010" Result="SuccessReboot" Uninstall="true" />
  199.         <DefaultExitCode Result="Fail" Uninstall="true" />
  200.       </ExitCodes>
  201.  
  202.     </Command>
  203.  
  204.     <Command PackageFile="ngen.exe"
  205.              Arguments="executeQueuedItems 1"
  206.              EstimatedInstalledBytes="10000000"
  207.              EstimatedTempBytes="0"
  208.              EstimatedInstallSeconds="150">
  209.  
  210.       <InstallConditions>
  211.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  212.         <BypassIf Property="DotNetClient35RegistryCheck" Compare="ValueEqualTo" Value="1" />
  213.         <BypassIf Property="FxClientPlatform" Compare="ValueNotEqualTo" Value="true" />
  214.       </InstallConditions>
  215.  
  216.     </Command>
  217.  
  218.     <Command PackageFile="dotnetfx35setup.exe"
  219.              Arguments="/q /norestart /progress DotNetFx35Pipe"
  220.              EstimatedInstalledBytes="180000000"
  221.              EstimatedTempBytes="0">
  222.  
  223.       <InstallConditions>
  224.         <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  225.         <BypassIf Property="DotNet35SP1RegistryCheck" Compare="ValueGreaterThanOrEqualTo" Value="1" />
  226.         <BypassIf Property="FxClientPlatform" Compare="ValueEqualTo" Value="true" />
  227.       </InstallConditions>
  228.  
  229.       <ExitCodes>
  230.         <ExitCode Value="0" Result="Success" />
  231.         <ExitCode Value="3010" Result="SuccessReboot" />
  232.         <DefaultExitCode Result="Fail" />
  233.       </ExitCodes>
  234.  
  235.     </Command>
  236.  
  237.   </Commands>
  238.  
  239.   <PackageFiles CopyAllPackageFiles="false">
  240.     <PackageFile Name="Rgb9Rast_x86.msi" HomeSite="http://go.microsoft.com/fwlink/?LinkId=72535" PublicKey="3082010a0282010100cd819638ae5ca2f2c1dfded0ab958dd63c9d1f8bc35d862e5df0b172f5abac886ab5dab1227b0bc8c8a54b915e2213e9f9f5239db5f46e76aeefeea43cc7c4c0595c3fabb3733326a662816179a162f46e8895d06eddc79fd2a451117661ba708a65a1961689a75d81d04466e5db569e40cafcdc76242e443000e5d67d7b9511d5581da3e84f0bc988dca2d653996cca63ca996a9a925e4c4d11e82fd35b5b5e5f52a3732da5bb84450d8c191576cb08da9aa67015e84dec69fd5db26b8fed295137388bc6464915945098b0f468a4d7de097167749e778c1d856b97eae75f45cce0e6710dd16300937b31988e0bb413bdb3d0eef1df21eea96061ee37433dc30203010001" />
  241.     <PackageFile Name="wic_x86_enu.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=70841" PublicKey="3082010a0282010100cd819638ae5ca2f2c1dfded0ab958dd63c9d1f8bc35d862e5df0b172f5abac886ab5dab1227b0bc8c8a54b915e2213e9f9f5239db5f46e76aeefeea43cc7c4c0595c3fabb3733326a662816179a162f46e8895d06eddc79fd2a451117661ba708a65a1961689a75d81d04466e5db569e40cafcdc76242e443000e5d67d7b9511d5581da3e84f0bc988dca2d653996cca63ca996a9a925e4c4d11e82fd35b5b5e5f52a3732da5bb84450d8c191576cb08da9aa67015e84dec69fd5db26b8fed295137388bc6464915945098b0f468a4d7de097167749e778c1d856b97eae75f45cce0e6710dd16300937b31988e0bb413bdb3d0eef1df21eea96061ee37433dc30203010001" />
  242.     <PackageFile Name="DotNetFx20Client_Package_x86.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=119633" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  243.     <PackageFile Name="DotNetFx30Client_Package_x86.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=119634" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  244.     <PackageFile Name="DotNetFx35Client_Package_x86.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=119635" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  245.     <PackageFile Name="netfxclient20_redist.msi" />
  246.     <PackageFile Name="netfxclient30_redist.msi" />
  247.     <PackageFile Name="netfxclient35_redist.msi" />
  248.     <PackageFile Name="dotnetfx35setup.exe" HomeSite="http://go.microsoft.com/fwlink/?LinkId=118076" PublicKey="3082010a0282010100a2db0a8dcfc2c1499bcdaa3a34ad23596bdb6cbe2122b794c8eaaebfc6d526c232118bbcda5d2cfb36561e152bae8f0ddd14a36e284c7f163f41ac8d40b146880dd98194ad9706d05744765ceaf1fc0ee27f74a333cb74e5efe361a17e03b745ffd53e12d5b0ca5e0dd07bf2b7130dfc606a2885758cb7adbc85e817b490bef516b6625ded11df3aee215b8baf8073c345e3958977609be7ad77c1378d33142f13db62c9ae1aa94f9867add420393071e08d6746e2c61cf40d5074412fe805246a216b49b092c4b239c742a56d5c184aab8fd78e833e780a47d8a4b28423c3e2f27b66b14a74bd26414b9c6114604e30c882f3d00b707cee554d77d2085576810203010001" />
  249.     <PackageFile Name="ngen.exe" />
  250.   </PackageFiles>
  251.  
  252. </Product>