VB.Net wont install

  • Thread starter Thread starter Harry Hudini
  • Start date Start date
H

Harry Hudini

I'm trying to install VS .Net, particularly the VB elements, but no matter
what i select, i get an error at the end of the process simply saying that
an error occurred.

The installlog.txt file contains these lines;

[11/03/03,12:50:13] Visual Studio .NET Enterprise Architect - English:
***ERRORLOG EVENT*** : ACTION FAILURE: Action ended 12:50:13:
InstallFinalize. Return value 3. See MSI log for details.
[11/03/03,12:51:34] Visual Studio .NET Enterprise Architect - English:
***ERRORLOG EVENT*** : ERROR processed; exception was thrown for retail
build
Developer Comment: Action Start message out of order
Build Time: Thu Feb 15 17:56:18 2001
File:
f:\vs70builds\9466\vs\src\vssetup\setupexe\sitmanagers\brooklyn10\cmsiproges
shandlervs.cpp
Line Number: 230
Expression: (0 > iDiff)
HRESULT: -2147467259
[11/03/03,12:51:45] Visual Studio .NET Enterprise Architect - English:
***ERRORLOG EVENT*** : ACTION FAILURE: Action ended 12:51:44: INSTALL.
Return value 3. See MSI log for details.
[11/03/03,12:51:54] Visual Studio .NET Enterprise Architect - English:
MsiInstallProduct return code: 1603.


Any ideas ?? It installs ok on other machines, but not this one.
 
if you are talking about the prerequisites that went wrong here 2, but if
you are sure everithing is installed you can install visual studio without
them, don't remember w the command was but have a look on the web.

eric
 
Harry Hudini said:
I'm trying to install VS .Net, particularly the VB elements, but no
matter what i select, i get an error at the end of the process simply
saying that an error occurred.

The installlog.txt file contains these lines;

Maybe you'll also get help at microsoft.public.vsnet.setup
 
Sorry, im not sure i understand

VB wont let you install until you install the required components, which i
have done. Its at the end of stage 2 that i get the error (after the main
install of files)

Do you mean that i can run the install so that it wont require the
components in stage one to be installed ?
 
yes with me the setup didn't accept that the prerequisites where installed
and i couldn't go further but this seems to be something else
Do you mean that i can run the install so that it wont require the
components in stage one to be installed ?

yes you can use a command to install vs whithout checking for the
prerequisites.
 
Back
Top