Jump to content

Error 1304 on .NET 3 silent installation


Recommended Posts

Hi all

I'm trying to install three .NET editions though RunOnceEx:

REG ADD %KEY%01 /VE /D ".NET Framework 1.1 com SP1" /f
REG ADD %KEY%01 /V 1 /D "%CDROM%\Softwares\dotNET\dotnet11sp1.exe" /f

REG ADD %KEY%02 /VE /D ".NET Framework 2.0" /f
REG ADD %KEY%02 /V 1 /D "%CDROM%\Softwares\dotNET\dotnet2.exe" /f

REG ADD %KEY%03 /VE /D ".NET Framework 3.0" /f
REG ADD %KEY%03 /V 1 /D "%CDROM%\Softwares\dotNET\dotnetfx3.exe /q /norestart" /f

The .NET 1.1 and 2.0 (downloaded from RyamVM's site) are OK, but the .NET 3.0 (downloaded from Microsoft) don't install, and leave the following message on the event log:

Event Type: Error

Event Source: MsiInstaller

Event Category: None

Event ID: 11304

Date: 9/5/2007

Time: 12:38:33

User: DESKTOP\Administrator

Computer: DESKTOP

Description:

Product: Windows Communication Foundation -- Error 1304.Error writing to file: Microsoft.Transactions.Bridge.dll. Verify that you have access to that directory.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Data:

0000: 7b 34 39 31 44 44 37 39 {491DD79

0008: 32 2d 41 44 38 31 2d 34 2-AD81-4

0010: 32 39 43 2d 39 45 42 34 29C-9EB4

0018: 2d 38 36 44 44 33 44 32 -86DD3D2

0020: 32 45 33 33 33 7d 2E333}

In some forums, people say that probably there's a necessary file in use during installation.

Is there a way to resolve this issue?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...