T
Tim Werth
I am installing two .NET applications, one right after another. Each is in
its own .MSI and has the bootstrapper setup.exe to make sure the .NET
Framework is installed. When kicking off the first setup.exe, the
bootstrapper displays a dialog with "Installing component setup". This
takes about 1 minute for the dialog to disappear and the msi's setup to
actually kick in.
Then, when I run the second setup via it's identical bootstrapper, it takes
~4:30 minutes for the "Installing component setup" dialog to disappear.
That is long enough for several testers to think the setup has locked up.
So there are a couple of things I don't understand. The first is since my
test machine already has the same version of the .NET framework installed,
why does the first bootstrapper take a minute to run? The second thing is
why does the second bootstrapper take soooooo much longer?
If I look in the registry after the first bootstrapper is finished, there is
a value named "NetFxUpdate_v1.1.4322" under
HKLM\SOFTWARE\Microsoft\Windows\CurrentVerwsion\RunOnce with the following
data:
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\netfxupdate.exe" 0 v1.1.4322 GAC
+ NI NID
I am testing this on a W2K server Virtual PC, but others in my group have
seen it on XP and regular W2K.
Does anyone know how to alleviate this problem?
Tim
its own .MSI and has the bootstrapper setup.exe to make sure the .NET
Framework is installed. When kicking off the first setup.exe, the
bootstrapper displays a dialog with "Installing component setup". This
takes about 1 minute for the dialog to disappear and the msi's setup to
actually kick in.
Then, when I run the second setup via it's identical bootstrapper, it takes
~4:30 minutes for the "Installing component setup" dialog to disappear.
That is long enough for several testers to think the setup has locked up.
So there are a couple of things I don't understand. The first is since my
test machine already has the same version of the .NET framework installed,
why does the first bootstrapper take a minute to run? The second thing is
why does the second bootstrapper take soooooo much longer?
If I look in the registry after the first bootstrapper is finished, there is
a value named "NetFxUpdate_v1.1.4322" under
HKLM\SOFTWARE\Microsoft\Windows\CurrentVerwsion\RunOnce with the following
data:
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\netfxupdate.exe" 0 v1.1.4322 GAC
+ NI NID
I am testing this on a W2K server Virtual PC, but others in my group have
seen it on XP and regular W2K.
Does anyone know how to alleviate this problem?
Tim