IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Windows Vista Forum Rules
 
Reply to this topicStart new topic
> Windows Installer Service, for Vista Home Premium
Sophy
post Jul 10 2008, 08:15 AM
Post #1


Junior
*

Group: Members
Posts: 63
Joined: 12-June 07
Member No.: 142907
OS: Vista Home Premium x86
Country Flag


I wrote earlier about a problem installing Java update and didn't get any answers; however, I now am pretty sure this is a problem with the Windows Installer Service. I have Googled and been on the Microsoft site and read and read for several hours now and I really can't find much of anything. I wrote to Microsoft and they answered me with a bunch of links, most of which I'd already been to and which did me no good. From my Googling I surmise that this is quite a widespread problem. Is there anyone in this forum who knows of anything that can be done about this problem?

Thanks,
Sophy
Go to the top of the page
 
+Quote Post
fizban2
post Jul 11 2008, 10:53 AM
Post #2


MSFN Addict
Group Icon

Group: Moderator
Posts: 1772
Joined: 14-April 05
From: Wisconsin
Member No.: 51914
OS: Vista Enterprise x64
Country Flag


QUOTE (Sophy @ Jul 10 2008, 09:15 AM) *
I wrote earlier about a problem installing Java update and didn't get any answers; however, I now am pretty sure this is a problem with the Windows Installer Service. I have Googled and been on the Microsoft site and read and read for several hours now and I really can't find much of anything. I wrote to Microsoft and they answered me with a bunch of links, most of which I'd already been to and which did me no good. From my Googling I surmise that this is quite a widespread problem. Is there anyone in this forum who knows of anything that can be done about this problem?

Thanks,
Sophy


well if the issue was with the installer service itself you should not be able to install anything else. Can you install something else and see what happens, also if you could, please download Proccess Monitor from the technet website and capture a trace while you install the java patch. that will give us somplace to start!
Go to the top of the page
 
+Quote Post
Sophy
post Jul 11 2008, 03:28 PM
Post #3


Junior
*

Group: Members
Posts: 63
Joined: 12-June 07
Member No.: 142907
OS: Vista Home Premium x86
Country Flag


Since I first wrote this I've changed my mind about it being a problem with Windows Installer. I have downloaded that Process Monitor and will run it and get back to you.

In the meantime, perhaps the following will help. When I try to download the Java update I get the following error message:

Error 1101.Error reading from file:http://javadl-esd.sun.com/update/1.6.0/sp-1.6.0_07/sp1033.MST. Verify that the file exists and that you can access it.

I typed the above http address from the error message into my browser; it allowed me to save a file to my desktop and I opened with Notepad. It was mostly gibberish, but there were some clear messages in it as follows:

TLOSS error
SING error
DOMAIN error
R6029
- This application cannot run using the active version of the Microsoft .NET Runtime
Please contact the application's support team for more information.
R6028
- unable to initialize heap
R6027
- not enough space for lowio initialization
R6026
- not enough space for stdio initialization
R6025
- pure virtual function call
R6024
- not enough space for _onexit/atexit table
R6019
- unable to open console device
R6018
- unexpected heap error
R6017
- unexpected multithread lock error
R6016
- not enough space for thread data

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
R6009
- not enough space for environment
R6008
- not enough space for arguments
R6002
- floating point not loaded
Microsoft Visual C++ Runtime Library

Runtime Error!

Program: ... <program name unknown> Program: A buffer overrun has been detected which has corrupted the program's
internal state. The program cannot safely continue execution and must
now be terminated.
Buffer overrun detected! A security error of unknown cause has been detected which has
corrupted the program's internal state. The program cannot safely
continue execution and must now be terminated.
Unknown security failure detected!
Go to the top of the page
 
+Quote Post
Sophy
post Jul 11 2008, 03:37 PM
Post #4


Junior
*

Group: Members
Posts: 63
Joined: 12-June 07
Member No.: 142907
OS: Vista Home Premium x86
Country Flag


I'm sorry but I'll need more help. I have the Process Monitor running. I think you want me to try and install the Java update while this is running, but I don't understand what you mean by "capture a trace." What exactly do I need to do? I tried to go into the help files for Process Monitor but nothing shows up when I click on a topic. Over on the right where the info should be it says "Navigation to the web page was cancelled." Or "The address is not valid."
Go to the top of the page
 
+Quote Post
Sophy
post Jul 11 2008, 08:24 PM
Post #5


Junior
*

Group: Members
Posts: 63
Joined: 12-June 07
Member No.: 142907
OS: Vista Home Premium x86
Country Flag


I finally got an answer through the Sun forum. I am pasting the exact answer as follows:

Go to this page http://java.sun.com/ and click the Java SE download link at the right. Select either the JDK or the JRE download (if you want to creat and compile Java programs you want the JDK, otherwise the JRE.) Save the download to your disk. Click the downloaded file to install Java.

I saved the download to C/Users/Cindy -- rather than to my desktop. I exited BitDefender, went into the Users/Cindy file -- clicked to install and it installed like a dream.

I want to express thanks for all the help, and now hopefully this process that worked for me will work for others who are having trouble.

Sophy
Go to the top of the page
 
+Quote Post
crahak
post Jul 11 2008, 09:25 PM
Post #6


Coffee Aficionado
********

Group: Members
Posts: 2994
Joined: 14-July 04
From: Coffeeland
Member No.: 24596
OS: Vista Ultimate x64
Country Flag


QUOTE (Sophy @ Jul 11 2008, 05:28 PM) *
Error 1101.Error reading from file:http://javadl-esd.sun.com/update/1.6.0/sp-1.6.0_07/sp1033.MST. Verify that the file exists and that you can access it.

Strange. Some people are also having that issue with XP, so it's not a Vista thing. Seemingly it's a problem with Sun's installer.

To quote technet ArticleID/KB 280670:
QUOTE
Error 1101. Error reading from file:
http://server/webfolder/custom.mst. Verify that the file exists and that you can access it.
NOTE: The URL and name of the transform (.mst) in this error message vary, according to your server configuration.

and
QUOTE
CAUSE
(snip)
The Windows Installer does not support using transforms from Web URL locations.

Clearly, it's trying to download a transform (that's what the .MST file is) from their web server in certain cases, and Windows Installer doesn't support that, so it shouldn't do it, ever (why try to make it do something that won't work?) It must be a glitch/bug in their MSI installer's code/conditions.

I might have a look sometime (I don't have any apps that require Sun's Java though, so I don't normally install it). Hopefully I'll manage to reproduce the problem, then log the msi installer (verbose), and also trace it with process monitor.

Edit: it installs just fine right from my desktop. Can't reproduce the problem. Oh well.

This post has been edited by crahak: Jul 11 2008, 09:31 PM
Go to the top of the page
 
+Quote Post
r.dirksen
post Aug 5 2008, 01:26 PM
Post #7





Group: Members
Posts: 1
Joined: 5-August 08
Member No.: 204081
OS: none
Country Flag


QUOTE (crahak @ Jul 12 2008, 04:25 AM) *
QUOTE (Sophy @ Jul 11 2008, 05:28 PM) *
Error 1101.Error reading from file:http://javadl-esd.sun.com/update/1.6.0/sp-1.6.0_07/sp1033.MST. Verify that the file exists and that you can access it.

Strange. Some people are also having that issue with XP, so it's not a Vista thing. Seemingly it's a problem with Sun's installer.

To quote technet ArticleID/KB 280670:
QUOTE
Error 1101. Error reading from file:
http://server/webfolder/custom.mst. Verify that the file exists and that you can access it.
NOTE: The URL and name of the transform (.mst) in this error message vary, according to your server configuration.

and
QUOTE
CAUSE
(snip)
The Windows Installer does not support using transforms from Web URL locations.

Clearly, it's trying to download a transform (that's what the .MST file is) from their web server in certain cases, and Windows Installer doesn't support that, so it shouldn't do it, ever (why try to make it do something that won't work?) It must be a glitch/bug in their MSI installer's code/conditions.

I might have a look sometime (I don't have any apps that require Sun's Java though, so I don't normally install it). Hopefully I'll manage to reproduce the problem, then log the msi installer (verbose), and also trace it with process monitor.

Edit: it installs just fine right from my desktop. Can't reproduce the problem. Oh well.

well, I'm running XP pro SP3 and I can't install the update either. So it is not a vista thing.
on the other hand, I had no problem installing Java the first time but I guess that has todo with the fact I downloaded first and installed later.

I don't understand what a transform is. more important, does anyone know a solution?
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 7th January 2009 - 09:40 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy