Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 10th, 2004, 9:42 AM   #1
schye
Newbie
 
Join Date: Oct 2004
Posts: 3
Rep Power: 0 schye is on a distinguished road
I am using XP pro ver 2002 with SP2 (Japanese ver), intel pentium 1.8 GHz 256 MB RAM.
I was trying to install Visual Studio .NET and you need to have certain programmes before you can install it. I have the prerequisites Cd with me but I am having trouble while trying to install

dotNetFramework\dotnetfx.exe
and
dotNetFramework\langpack.exe

the error messege shows Installation of Windows Installer components failed. <-- (translation from http://www.microsoft.com/japan/msdn/librar...netfxref1_1.asp )

Does anyone know how to solve it or know any forums that may help me to solve this problem? I have search through google and it seems that there were not many forum about this installation problems.

note: Every programme including OS are in Japanese...
schye is offline   Reply With Quote
Old Oct 10th, 2004, 11:00 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I don't have any experience with international versions of the OS or IDE. However, you should be able to grab those specific components straight off MSDN.

I have no idea what the error is, because the link that mentions your error is in Japanese.

In my version of VS .NET I have 5 cds, the 5th of which is the component CD.

dotNetFramework\dotnetfx.exe is the Microsoft .NET Framework you can find the install logs at Documents and Settings\UserName\Local Settings\Temp\dotNetfx.log and netfx.log to see if it lists the problem with that file there. The langpack.exe speaks for itself...

Here is a link that may help you troubleshoot the install:
http://support.microsoft.com/default.aspx?...kb;EN-US;319714
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Oct 11th, 2004, 2:38 AM   #3
schye
Newbie
 
Join Date: Oct 2004
Posts: 3
Rep Power: 0 schye is on a distinguished road
Thanks for the fast reply Infinite... This is my first post in programmng forum and this is the only forum that reply my question. Below are parts of those log files.

dotNetFx.log
Quote:
[10/11/04,16:19:16] StopDarwinService(): Darwin Service was already stopped
[10/11/04,16:19:16] Trying to load msi.dll
[10/11/04,16:19:16] Loading: C:\WINDOWS\system32\\msi.dll
[10/11/04,16:19:16] Darwin log: C:\DOCUME~1\GOGOL\LOCALS~1\Temp\netfx.log
[10/11/04,16:19:16] No UI
[10/11/04,16:19:16] Calling MsiInstallProduct() with commandline: REBOOT=ReallySuppress
[10/11/04,16:19:17] MsiInstallProduct() returned 1601
[10/11/04,16:19:17]

[MsiInstallProduct]

ReturnCode=1601
[10/11/04,16:19:17] Preparing Dialog
[10/11/04,16:19:17] Message: Microsoft .NET Framework セットアップが失敗しました。この問題が解決されない場合は、製品サポート サービスに問い合わせてください。
[10/11/04,16:19:17] Install.exe returning 1601
[10/11/04,16:19:17]

[Install.exe]

ReturnCode=1601
netfx.log

Quote:
MSI &copy; (74:18): Failed to connect to server.
MSI &copy; (74:18): MainEngineThread is returning 1601
=== Verbose logging stopped: 2004/10/11 16:19:17 ===
langpack Msi.log
Quote:
[10/11/04,16:25:12] Loading: C:\WINDOWS\system32\\msi.dll
[10/11/04,16:25:12] Full UI
[10/11/04,16:25:12] Calling MsiInstallProduct() with commandline: REBOOT=ReallySuppress
[10/11/04,16:25:13] MsiInstallProduct() returned 1601
[10/11/04,16:25:13]

[MsiInstallProduct]

ReturnCode=1601
[10/11/04,16:25:13] Preparing Dialog
[10/11/04,16:25:13] Message: Microsoft .NET Framework セットアップが失敗しました。この問題が解決されない場合は、製品サポート サービスに問い合わせてください。
[10/11/04,16:25:15] Install.exe returning 1601
[10/11/04,16:25:15]

[Install.exe]

ReturnCode=1601
I think it is caused by the problem to connect to the server because I am using the LAN in my hostel. I will try it again tomorrow in my lab. Will post again after that. However waht does UI means?
schye is offline   Reply With Quote
Old Oct 11th, 2004, 2:46 AM   #4
schye
Newbie
 
Join Date: Oct 2004
Posts: 3
Rep Power: 0 schye is on a distinguished road
By the way, the error 1601 means that either the access to windows installer failed or windows installer are not installed correctly. <<--- translate from Japanese though

How can I correct it or reinstall it? Do I need to connect to the internet to be able to use it? Does using LAN will effect it as my college server blocked quite some ports.
schye is offline   Reply With Quote
Old Oct 11th, 2004, 8:52 AM   #5
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
UI is user interface.

The likely problem here is that you are trying to install it over a network or you are not using an Administrator account to install. Have you tried installing from straight CDs? Also, make sure your user account has the privelege for the install.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Oct 11th, 2004, 10:25 AM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
If Windows Installer's screwed, try uninstalling SP2.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Oct 11th, 2004, 11:01 AM   #7
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
SP2 is known to cause a lot of grief for XP users... definitely could be a factor.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Oct 13th, 2004, 10:57 AM   #8
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Worked for me, but that was a beta version. It also fixed my cousin's version of Windows Installer - he managed to break it before he got SP2.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Oct 13th, 2004, 11:56 AM   #9
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
SP2 screwed my comp over, so now it's running slackware 10.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:05 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC