iron_du Posted May 9, 2007 Share Posted May 9, 2007 Hi allI'm trying to install three .NET editions though RunOnceEx:REG ADD %KEY%01 /VE /D ".NET Framework 1.1 com SP1" /fREG ADD %KEY%01 /V 1 /D "%CDROM%\Softwares\dotNET\dotnet11sp1.exe" /fREG ADD %KEY%02 /VE /D ".NET Framework 2.0" /fREG ADD %KEY%02 /V 1 /D "%CDROM%\Softwares\dotNET\dotnet2.exe" /fREG ADD %KEY%03 /VE /D ".NET Framework 3.0" /fREG ADD %KEY%03 /V 1 /D "%CDROM%\Softwares\dotNET\dotnetfx3.exe /q /norestart" /fThe .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: ErrorEvent Source: MsiInstallerEvent Category: NoneEvent ID: 11304Date: 9/5/2007Time: 12:38:33User: DESKTOP\AdministratorComputer: DESKTOPDescription: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 {491DD790008: 32 2d 41 44 38 31 2d 34 2-AD81-40010: 32 39 43 2d 39 45 42 34 29C-9EB40018: 2d 38 36 44 44 33 44 32 -86DD3D20020: 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 More sharing options...
0d14r3 Posted May 9, 2007 Share Posted May 9, 2007 Try install .NET 3.0 from RunOnce. Link to comment Share on other sites More sharing options...
RyanVM Posted May 11, 2007 Share Posted May 11, 2007 1.) .NET 2.0 isn't needed if you're installing 3.0. 3.0 includes 2.0.2.) Try installing 3.0 before 1.1. Link to comment Share on other sites More sharing options...
iron_du Posted May 11, 2007 Author Share Posted May 11, 2007 Thanks, I'll try it Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now