I am trying to setup a distributed install with the msi file for .NET 1.1.
When I run:
netfx.msi /quiet /log log.txt
I get the following error in the log.txt:
MSI (s) (2C:58) [10:43:41:622]: Product: Microsoft .NET Framework 1.1 --
Error 1935.An error occurred during the installation of assembly
'Microsoft.Vsa.Vb.CodeDOMProcessor,Version="7.0.5000.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="7.10.3052.4"'.
Please refer to Help and Support for more information. HRESULT: 0x8002802F.
assembly interface: , function: CreateAssemblyNameObject, component:
{7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}
Error 1935.An error occurred during the installation of assembly
'Microsoft.Vsa.Vb.CodeDOMProcessor,Version="7.0.5000.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="7.10.3052.4"'.
Please refer to Help and Support for more information. HRESULT: 0x8002802F.
assembly interface: , function: CreateAssemblyNameObject, component:
{7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}
Any ideas or other locations of solutions would help greatly
Christopher
Phil Wilson - 30 Jun 2005 16:04 GMT
If you google for "Function not defined in specified DLL" or 0x8002802F
there are some articles/blog entries, if you haven't already done that.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
>I am trying to setup a distributed install with the msi file for .NET 1.1.
> When I run:
[quoted text clipped - 21 lines]
>
> Christopher