Hi,

I'm using the next package to download and install .Net 3.5SP1 on my machine:

           <ExePackage Id="Netfx35Web"
                  Compressed="no"
                  Permanent="yes"
                  Vital="yes"
                  Name="redist\dotnetfx35.exe"
                  DownloadUrl="$(var.NetFx35WebLink)"
                  InstallCommand="/q /norestart /ChainingPackage 
&quot;[WixBundleName]&quot;"
                  RepairCommand="/q /norestart /repair /ChainingPackage 
&quot;[WixBundleName]&quot;"
                  UninstallCommand="/uninstall /q /norestart /ChainingPackage 
&quot;[WixBundleName]&quot;"
                  InstallCondition="NOT Netfx35Version OR (Netfx35Version &lt; 
v3.5.30729.1)" 
                  DetectCondition="Netfx35Version AND (Netfx35Version &gt;= 
v3.5.30729.1)">
                  <ExitCode Value ="3010" Behavior="forceReboot" />
                  <RemotePayload 
CertificatePublicKey="F321408E7C51F8544B98E517D76A8334052E26E8" 
                                 
CertificateThumbprint="D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1" 
                                 Description=".NET Framework 3.5 Setup" 
                                 
Hash="3DCE66BAE0DD71284AC7A971BAED07030A186918" 
                                 ProductName=".NET Framework 3.5" 
                                 Size="242743296" 
                                 Version="3.5.30729.1" />
           </ExePackage>

RemotePayload info I got from heat.exe: heat.exe payload 
[path_to_net_installer] -o [path_to_wxs]

I'm getting the following errors during installation:

          [17A8:0488][2012-11-28T02:25:46]: Apply begin
          [1078:03B8][2012-11-28T02:25:46]: Creating a system restore point.
          [1078:03B8][2012-11-28T02:25:46]: Could not create system restore 
point, error: 0x80070422. Continuing...
          [1078:03B8][2012-11-28T02:25:46]: Caching bundle from: 
'C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\.be\MyApp.exe'
 to: 'C:\ProgramData\Package 
Cache\{8d330a63-0744-459c-8b02-7ecf17b26950}\MyApp.exe'
          [1078:03B8][2012-11-28T02:25:46]: Registering bundle dependency 
provider: {8d330a63-0744-459c-8b02-7ecf17b26950}, version: 1.0.0.1
          [17A8:0840][2012-11-28T02:25:46]: Prompt for source of package: 
Netfx35Web, payload: Netfx35Web, path: D:\Public\NTM\redist\dotnetfx35.exe
          [17A8:0840][2012-11-28T02:25:46]: Acquiring package: Netfx35Web, 
payload: Netfx35Web, download from: 
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
          [1078:0B24][2012-11-28T02:45:54]: Error 0x800b0003: Failed 
authenticode verification of payload: C:\ProgramData\Package 
Cache\.unverified\Netfx35Web
          [1078:0B24][2012-11-28T02:45:54]: Error 0x800b0003: Failed to verify 
signature of payload: Netfx35Web
          [1078:0B24][2012-11-28T02:45:54]: Failed to verify payload: 
Netfx35Web at path: C:\ProgramData\Package Cache\.unverified\Netfx35Web, error: 
0x800b0003. Deleting file.
          [1078:0B24][2012-11-28T02:45:54]: Error 0x800b0003: Failed to cache 
payload: Netfx35Web
          [17A8:0840][2012-11-28T02:45:54]: Failed to cache payload: Netfx35Web 
from working path: 
C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web,
 error: 0x800b0003.
          [17A8:0840][2012-11-28T02:45:54]: Application requested retry of 
payload: Netfx35Web, encountered error: 0x800b0003. Retrying...
          [17A8:0840][2012-11-28T02:45:54]: Prompt for source of package: 
Netfx35Web, payload: Netfx35Web, path: D:\Public\NTM\redist\dotnetfx35.exe
          [17A8:0840][2012-11-28T02:45:54]: Acquiring package: Netfx35Web, 
payload: Netfx35Web, download from: 
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
          [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed while 
reading from internet.
          [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed while 
reading from internet and writing to: 
C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web
          [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed to 
download URL: 
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
          [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed attempt to 
download URL: 
'http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe'
 to: 
'C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web'
          [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed to acquire 
payload from: 
'http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe'
 to working path: 
'C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web'
          [17A8:0840][2012-11-28T03:10:27]: Failed to acquire payload: 
Netfx35Web to working path: 
C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web,
 error: 0x80072ee2.
          [17A8:0488][2012-11-28T03:10:27]: Error 0x80072ee2: Failed while 
caching, aborting execution.
          [1078:03B8][2012-11-28T03:10:27]: Removed bundle dependency provider: 
{8d330a63-0744-459c-8b02-7ecf17b26950}
          [1078:03B8][2012-11-28T03:10:27]: Removing cached bundle: 
{8d330a63-0744-459c-8b02-7ecf17b26950}, from path: C:\ProgramData\Package 
Cache\{8d330a63-0744-459c-8b02-7ecf17b26950}\
          [17A8:0488][2012-11-28T03:10:27]: Apply complete, result: 0x80072ee2, 
restart: None, ba requested restart:  No
          [17A8:11D8][2012-11-28T03:14:36]: Installation close requested
          [17A8:0488][2012-11-28T03:14:36]: Shutting down, exit code: 0x0

Does anyone have an idea what is wrong with the package?

Thanks in advance,
Vasyl



-- реклама -----------------------------------------------------------
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to