Installation of VB

After downloading end extracting Visual Basic 2005 Express Edition Beta2, I run setup.exe.
Everytime it finishes with an error: "A problem has been encountered while loading setup components. Canceling setup."
Where can I find more information what is really missing?
[275 byte] By [ralfg] at [2008-2-28]
# 1
Sorry about the problem. Can you attach the dd_vsinstall80.txt file? It's in your %TEMP% directory.
DanVallejo at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2

I tried to install again today and here's the dd_vsinstall80.txt file:

[04/27/05,10:08:57] Setup.exe:
[04/27/05,10:08:57] Setup.exe: ========== Logging started ==========
[04/27/05,10:08:57] Setup.exe: =====================================
[04/27/05,10:08:57] Setup.exe: GetGlobalCustomProperty({481CEF9F-033A-11D3-ACE2-00C04F8EEBA1})
[04/27/05,10:08:57] Setup.exe: GetGlobalCustomProperty(B51015E7-26A5-4c8f-B871-26ABA9BEFB65)
[04/27/05,10:08:57] Setup.exe: Command line parameters:
[04/27/05,10:08:57] Setup.exe: entering ISetupManager::RunIntro()
[04/27/05,10:08:57] Setup.exe: LoadSetupDatabase()
[04/27/05,10:08:57] Setup.exe: CSetupManager::LoadSetupDatabase() - set InstalledFrom property to E:\download\04-25\microsoft\VBD1
[04/27/05,10:08:57] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:57] Setup.exe: CSetupManager::LoadSuiteInfo() - we are in SP mode - no suiteinfo.dll is supported
[04/27/05,10:08:57] Setup.exe: Product Name:Visual Basic 2005 Express Edition Beta 2
[04/27/05,10:08:57] Setup.exe: ISetupManager::RunIntro() : LoadSuiteRequirements
[04/27/05,10:08:57] Setup.exe: MoveLoadProgress()
[04/27/05,10:08:57] Setup.exe: ISetupManager::RunIntro() : CheckSuiteBlocks
[04/27/05,10:08:57] Setup.exe: MoveLoadProgress()
[04/27/05,10:08:57] Setup.exe: MoveLoadProgress()
[04/27/05,10:08:57] Setup.exe: ISetupManager::RunIntro() : LoadCommandLineMgr
[04/27/05,10:08:57] Setup.exe: MoveLoadProgress()
[04/27/05,10:08:57] Setup.exe: ISetupManager::LoadCommandLineMgr() completed
[04/27/05,10:08:57] Setup.exe: ISetupManager::RunIntro() : LoadSetupLog
[04/27/05,10:08:57] Setup.exe: MoveLoadProgress()
[04/27/05,10:08:57] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:57] setup.exe: ***ERRORLOG EVENT*** : CSetupManager::GetLibraryAndGUID() - Failed to Initialize
[04/27/05,10:08:58] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:58] setup.exe: ***ERRORLOG EVENT*** : CSetupManager::LoadSetupObjectName(), CoLoadLibrary failure: vsbasereqs.dll,{a67b1e72-f530-4d0f-bef3-b4cea450c1a3}
[04/27/05,10:08:58] Setup.exe: ISetupManager::LoadSetupLog() completed
[04/27/05,10:08:58] Setup.exe: ISetupManager::RunIntro() : LoadManagers
[04/27/05,10:08:58] Setup.exe: MoveLoadProgress()
[04/27/05,10:08:58] Setup.exe: inside ISetupManager::LoadUIManager()
[04/27/05,10:08:58] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:58] setup.exe: ***ERRORLOG EVENT*** : CSetupManager::GetLibraryAndGUID() - Failed to Initialize
[04/27/05,10:08:58] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:58] setup.exe: ***ERRORLOG EVENT*** : CSetupManager::LoadSetupObjectName(), CoLoadLibrary failure: vs70uimgr.dll
[04/27/05,10:08:58] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:58] setup.exe: ***ERRORLOG EVENT*** : LoadUIManager(), LoadSetupObjectName failure: vs70uimgr.dll
[04/27/05,10:08:58] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:08:58] setup.exe: ***ERRORLOG EVENT*** : CSetupManager::RunIntro() - Failed to Load Managers
[04/27/05,10:09:02] Setup.exe: AddGlobalCustomProperty
[04/27/05,10:09:02] setup.exe: ***ERRORLOG EVENT*** : CSetupManager::RunLoadSetup() - Failed to Run the Intro
[04/27/05,10:09:02] Setup.exe: UnloadSuiteComponents()
[04/27/05,10:09:02] Setup.exe: GetGlobalCustomProperty(AA4EEF91-FB37-4135-9B73-484B75DDAA42)

ralfg at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 3
Is vsbasereqs.dll and vs70uimgr.dll in the directory?

Can you try redownloading the express setup?

Is this from a CD that you burned?

DanVallejo at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 4
I extracted files from VB.img file using ISOBuster. It created a new folder VBD1. Then I tried to install SETUP.EXE from this folder.

I didn't find any of the files you've mentioned (vsbasereqs.dll and vs70uimgr.dll) but I found files: vsbasere.dll and vs70uimg.dll. After I had carefully checked names of all the files in the installation folder I realized they all were in 8.3 format.
I think I've chosen wrong extraction method in ISOBuster.

Next time I did exactly as it is written on http://lab.msdn.microsoft.com/express/maninstall/default.aspx, the files were extracted correctly. I succesfully installed VB and MSDN.

Sorry, it was my mistake.

Thank you for your help and understanding.

ralfg at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...