G
Guest
Hi there,
I'm trying to install the .NET framework by launching the following from
within my MSI app on XP SP2 (though other OSs will also be supported):
dotnetfx.exe /q:a /c:"install /l /q"
It returns error 4120, namely, "an internal error occurred while trying to
initialize the Darwin Service" according to the documentatiion at
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp?frame=true.
Moreover, if I simply launch the above command from the command line instead,
just to see what happens, then another installation program starts altogether
(trying to install some non-MS app called "Free Download Manager 1.0 - FDC
Edition" ). And that only happens when passing the exact arguments above as
seen (otherwise it starts normally). What's going on here. I can't silently
install this in my MSI app (right after the UI phase but just prior to the
execution phase), and I have no idea what the latter program is.
I'm trying to install the .NET framework by launching the following from
within my MSI app on XP SP2 (though other OSs will also be supported):
dotnetfx.exe /q:a /c:"install /l /q"
It returns error 4120, namely, "an internal error occurred while trying to
initialize the Darwin Service" according to the documentatiion at
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp?frame=true.
Moreover, if I simply launch the above command from the command line instead,
just to see what happens, then another installation program starts altogether
(trying to install some non-MS app called "Free Download Manager 1.0 - FDC
Edition" ). And that only happens when passing the exact arguments above as
seen (otherwise it starts normally). What's going on here. I can't silently
install this in my MSI app (right after the UI phase but just prior to the
execution phase), and I have no idea what the latter program is.