Windows XP Community - XPHeads



All .msi Installers Fail Silently Unless "runas /user:Administrato

microsoft.public.windowsxp.help_and_support


Reply
  #1 (permalink)  
Old 07-06-2008, 03:31 AM
Mark_Melvin
 
Posts: n/a
All .msi Installers Fail Silently Unless "runas /user:Administrato
Hi There,

I have a problem with my machine (Windows XP 32-bit SP3) that has just
appeared and I have tried everything I can possibly think of with no luck (I
am quite computer literate...so you are not dealing with a noob here). I'm
looking for some expert help here because it is driving me insane.

So, the problem is I cannot install *anything* that uses Windows Installer
(.msi) under the covers. This includes many third party software packages
that I use, as well as Windows XP packages and updates themselves. What
happens when I run an .msi file is I see the Windows Installer dialog briefly
flash up on the screen and nothing happens. There is no error or even any
event in my event logs, and if I run the .msi file using msiexec with all
logging and debug info turned on, I get nothing in the log file except a
single line indicating it started.

The weird part is this just started to happen one dayu so obviously
something has changed on my system to screw things up. After much beating my
head against the monitor and desk I attempted to run one of the failing
installers "as Administrator" and it worked. Wha..? I *am* an
administrator, so why does running it as Administrator make any difference
whatsoever?

Anyway, the *only* way I can get anything based on Windows Installer to
install now is to open a dos prompt and type:

runas /user:Administrator "msiexec.exe /i c:\full\path\to\installer.msi"

This prompts me for my password and runs the installer just fine. But I am
and always have been an adminstrator! I don't get it. Here is a list of
things I have tried recently to fix this:

-Install all available Windows updates
-Remove all .NET versions and re-install as required
-Remove Silverlight
-Remove Windows Installer and re-install
-Update to Windows Installer 4.5 (I think that is what this is -
WindowsXP-KB942288-v3-x86.exe)
-Roll back to an earlier date
-Undo the roll back
-Install Windows XP SP3
-Yell and scream

So, now I am posting here. The only possible thing I can think of that may
have any bearing on this whatsoever is that originally my username did not
have a password associated with it. At some point in the past I changed my
account to have a password associated with it and if I recall correctly this
changed permissions on a bunch of files. My user password is now the same as
the administrator password on this machine. The only thing I can think of is
that some system file or directory got its permissions all screwed up and is
the root of the problem. I'd be happy to provide any additional information
if requested as I would love to solve this one. It is shortening my
life-span...

Thanks in advance,
Mark.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-06-2008, 11:18 AM
Mark L. Ferguson
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administrato
Aaron Stebner's WebLog Solving setup errors by using the SubInACL tool to
repair file and registry permissions:
http://blogs.msdn.com/astebner/archi...04/739820.aspx

--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales...help_en-us.htm
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson

"Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
> Hi There,
>
> I have a problem with my machine (Windows XP 32-bit SP3) that has just
> appeared and I have tried everything I can possibly think of with no luck
> (I
> am quite computer literate...so you are not dealing with a noob here).
> I'm
> looking for some expert help here because it is driving me insane.
>
> So, the problem is I cannot install *anything* that uses Windows Installer
> (.msi) under the covers. This includes many third party software packages
> that I use, as well as Windows XP packages and updates themselves. What
> happens when I run an .msi file is I see the Windows Installer dialog
> briefly
> flash up on the screen and nothing happens. There is no error or even any
> event in my event logs, and if I run the .msi file using msiexec with all
> logging and debug info turned on, I get nothing in the log file except a
> single line indicating it started.
>
> The weird part is this just started to happen one dayu so obviously
> something has changed on my system to screw things up. After much beating
> my
> head against the monitor and desk I attempted to run one of the failing
> installers "as Administrator" and it worked. Wha..? I *am* an
> administrator, so why does running it as Administrator make any difference
> whatsoever?
>
> Anyway, the *only* way I can get anything based on Windows Installer to
> install now is to open a dos prompt and type:
>
> runas /user:Administrator "msiexec.exe /i c:\full\path\to\installer.msi"
>
> This prompts me for my password and runs the installer just fine. But I
> am
> and always have been an adminstrator! I don't get it. Here is a list of
> things I have tried recently to fix this:
>
> -Install all available Windows updates
> -Remove all .NET versions and re-install as required
> -Remove Silverlight
> -Remove Windows Installer and re-install
> -Update to Windows Installer 4.5 (I think that is what this is -
> WindowsXP-KB942288-v3-x86.exe)
> -Roll back to an earlier date
> -Undo the roll back
> -Install Windows XP SP3
> -Yell and scream
>
> So, now I am posting here. The only possible thing I can think of that
> may
> have any bearing on this whatsoever is that originally my username did not
> have a password associated with it. At some point in the past I changed
> my
> account to have a password associated with it and if I recall correctly
> this
> changed permissions on a bunch of files. My user password is now the same
> as
> the administrator password on this machine. The only thing I can think of
> is
> that some system file or directory got its permissions all screwed up and
> is
> the root of the problem. I'd be happy to provide any additional
> information
> if requested as I would love to solve this one. It is shortening my
> life-span...
>
> Thanks in advance,
> Mark.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-06-2008, 06:16 PM
Mark_Melvin
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administ
Well about 20 minutes and a 1.8GB (yes, "Giga") log file later - it still
doesn't work.

I kind of feel like I should not have run that script. What the heck did it
do - change permissions on pretty much everything to be default, or wide-open
to everyone?

Anyway, thanks for the reply but - any other ideas?

Mark.

"Mark L. Ferguson" wrote:

> Aaron Stebner's WebLog Solving setup errors by using the SubInACL tool to
> repair file and registry permissions:
> http://blogs.msdn.com/astebner/archi...04/739820.aspx
>
> --
> Please use the Communities guidelines when posting.
> http://www.microsoft.com/wn3/locales...help_en-us.htm
> Mark L. Ferguson MS-MVP
> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>
> "Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
> news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
> > Hi There,
> >
> > I have a problem with my machine (Windows XP 32-bit SP3) that has just
> > appeared and I have tried everything I can possibly think of with no luck
> > (I
> > am quite computer literate...so you are not dealing with a noob here).
> > I'm
> > looking for some expert help here because it is driving me insane.
> >
> > So, the problem is I cannot install *anything* that uses Windows Installer
> > (.msi) under the covers. This includes many third party software packages
> > that I use, as well as Windows XP packages and updates themselves. What
> > happens when I run an .msi file is I see the Windows Installer dialog
> > briefly
> > flash up on the screen and nothing happens. There is no error or even any
> > event in my event logs, and if I run the .msi file using msiexec with all
> > logging and debug info turned on, I get nothing in the log file except a
> > single line indicating it started.
> >
> > The weird part is this just started to happen one dayu so obviously
> > something has changed on my system to screw things up. After much beating
> > my
> > head against the monitor and desk I attempted to run one of the failing
> > installers "as Administrator" and it worked. Wha..? I *am* an
> > administrator, so why does running it as Administrator make any difference
> > whatsoever?
> >
> > Anyway, the *only* way I can get anything based on Windows Installer to
> > install now is to open a dos prompt and type:
> >
> > runas /user:Administrator "msiexec.exe /i c:\full\path\to\installer.msi"
> >
> > This prompts me for my password and runs the installer just fine. But I
> > am
> > and always have been an adminstrator! I don't get it. Here is a list of
> > things I have tried recently to fix this:
> >
> > -Install all available Windows updates
> > -Remove all .NET versions and re-install as required
> > -Remove Silverlight
> > -Remove Windows Installer and re-install
> > -Update to Windows Installer 4.5 (I think that is what this is -
> > WindowsXP-KB942288-v3-x86.exe)
> > -Roll back to an earlier date
> > -Undo the roll back
> > -Install Windows XP SP3
> > -Yell and scream
> >
> > So, now I am posting here. The only possible thing I can think of that
> > may
> > have any bearing on this whatsoever is that originally my username did not
> > have a password associated with it. At some point in the past I changed
> > my
> > account to have a password associated with it and if I recall correctly
> > this
> > changed permissions on a bunch of files. My user password is now the same
> > as
> > the administrator password on this machine. The only thing I can think of
> > is
> > that some system file or directory got its permissions all screwed up and
> > is
> > the root of the problem. I'd be happy to provide any additional
> > information
> > if requested as I would love to solve this one. It is shortening my
> > life-span...
> >
> > Thanks in advance,
> > Mark.
> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-06-2008, 06:28 PM
Mark L. Ferguson
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administ
How to resolve Common Windows Installer Problems:
http://support.microsoft.com/kb/555175/en-us
Error “The Windows Installer Service could not be accessed” in Windows
Vista:
http://www.winhelponline.com/blog/vi...t-be-accessed/
--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales...help_en-us.htm
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson

"Mark_Melvin" <MarkMelvin@discussions.microsoft.com> wrote in message
news:7582C128-F726-4BD4-9145-A48B38D6BB72@microsoft.com...
> Well about 20 minutes and a 1.8GB (yes, "Giga") log file later - it still
> doesn't work.
>
> I kind of feel like I should not have run that script. What the heck did
> it
> do - change permissions on pretty much everything to be default, or
> wide-open
> to everyone?
>
> Anyway, thanks for the reply but - any other ideas?
>
> Mark.
>
> "Mark L. Ferguson" wrote:
>
>> Aaron Stebner's WebLog Solving setup errors by using the SubInACL tool to
>> repair file and registry permissions:
>> http://blogs.msdn.com/astebner/archi...04/739820.aspx
>>
>> --
>> Please use the Communities guidelines when posting.
>> http://www.microsoft.com/wn3/locales...help_en-us.htm
>> Mark L. Ferguson MS-MVP
>> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>>
>> "Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
>> news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
>> > Hi There,
>> >
>> > I have a problem with my machine (Windows XP 32-bit SP3) that has just
>> > appeared and I have tried everything I can possibly think of with no
>> > luck
>> > (I
>> > am quite computer literate...so you are not dealing with a noob here).
>> > I'm
>> > looking for some expert help here because it is driving me insane.
>> >
>> > So, the problem is I cannot install *anything* that uses Windows
>> > Installer
>> > (.msi) under the covers. This includes many third party software
>> > packages
>> > that I use, as well as Windows XP packages and updates themselves.
>> > What
>> > happens when I run an .msi file is I see the Windows Installer dialog
>> > briefly
>> > flash up on the screen and nothing happens. There is no error or even
>> > any
>> > event in my event logs, and if I run the .msi file using msiexec with
>> > all
>> > logging and debug info turned on, I get nothing in the log file except
>> > a
>> > single line indicating it started.
>> >
>> > The weird part is this just started to happen one dayu so obviously
>> > something has changed on my system to screw things up. After much
>> > beating
>> > my
>> > head against the monitor and desk I attempted to run one of the failing
>> > installers "as Administrator" and it worked. Wha..? I *am* an
>> > administrator, so why does running it as Administrator make any
>> > difference
>> > whatsoever?
>> >
>> > Anyway, the *only* way I can get anything based on Windows Installer to
>> > install now is to open a dos prompt and type:
>> >
>> > runas /user:Administrator "msiexec.exe /i
>> > c:\full\path\to\installer.msi"
>> >
>> > This prompts me for my password and runs the installer just fine. But
>> > I
>> > am
>> > and always have been an adminstrator! I don't get it. Here is a list
>> > of
>> > things I have tried recently to fix this:
>> >
>> > -Install all available Windows updates
>> > -Remove all .NET versions and re-install as required
>> > -Remove Silverlight
>> > -Remove Windows Installer and re-install
>> > -Update to Windows Installer 4.5 (I think that is what this is -
>> > WindowsXP-KB942288-v3-x86.exe)
>> > -Roll back to an earlier date
>> > -Undo the roll back
>> > -Install Windows XP SP3
>> > -Yell and scream
>> >
>> > So, now I am posting here. The only possible thing I can think of that
>> > may
>> > have any bearing on this whatsoever is that originally my username did
>> > not
>> > have a password associated with it. At some point in the past I
>> > changed
>> > my
>> > account to have a password associated with it and if I recall correctly
>> > this
>> > changed permissions on a bunch of files. My user password is now the
>> > same
>> > as
>> > the administrator password on this machine. The only thing I can think
>> > of
>> > is
>> > that some system file or directory got its permissions all screwed up
>> > and
>> > is
>> > the root of the problem. I'd be happy to provide any additional
>> > information
>> > if requested as I would love to solve this one. It is shortening my
>> > life-span...
>> >
>> > Thanks in advance,
>> > Mark.
>> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-06-2008, 09:09 PM
Mark_Melvin
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administ
Thanks again - I'll have a read but it looks like nothing I have not seen
before. The problem is - I have no error message to go off of. Nothing.
Zip. Nada. It just fails to execute with no error or any other helpful
information whatsoever.

Mark.

"Mark L. Ferguson" wrote:

> How to resolve Common Windows Installer Problems:
> http://support.microsoft.com/kb/555175/en-us
> Error “The Windows Installer Service could not be accessed” in Windows
> Vista:
> http://www.winhelponline.com/blog/vi...t-be-accessed/
> --
> Please use the Communities guidelines when posting.
> http://www.microsoft.com/wn3/locales...help_en-us.htm
> Mark L. Ferguson MS-MVP
> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>
> "Mark_Melvin" <MarkMelvin@discussions.microsoft.com> wrote in message
> news:7582C128-F726-4BD4-9145-A48B38D6BB72@microsoft.com...
> > Well about 20 minutes and a 1.8GB (yes, "Giga") log file later - it still
> > doesn't work.
> >
> > I kind of feel like I should not have run that script. What the heck did
> > it
> > do - change permissions on pretty much everything to be default, or
> > wide-open
> > to everyone?
> >
> > Anyway, thanks for the reply but - any other ideas?
> >
> > Mark.
> >
> > "Mark L. Ferguson" wrote:
> >
> >> Aaron Stebner's WebLog Solving setup errors by using the SubInACL tool to
> >> repair file and registry permissions:
> >> http://blogs.msdn.com/astebner/archi...04/739820.aspx
> >>
> >> --
> >> Please use the Communities guidelines when posting.
> >> http://www.microsoft.com/wn3/locales...help_en-us.htm
> >> Mark L. Ferguson MS-MVP
> >> https://mvp.support.microsoft.com/profile/Mark.Ferguson
> >>
> >> "Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
> >> news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
> >> > Hi There,
> >> >
> >> > I have a problem with my machine (Windows XP 32-bit SP3) that has just
> >> > appeared and I have tried everything I can possibly think of with no
> >> > luck
> >> > (I
> >> > am quite computer literate...so you are not dealing with a noob here).
> >> > I'm
> >> > looking for some expert help here because it is driving me insane.
> >> >
> >> > So, the problem is I cannot install *anything* that uses Windows
> >> > Installer
> >> > (.msi) under the covers. This includes many third party software
> >> > packages
> >> > that I use, as well as Windows XP packages and updates themselves.
> >> > What
> >> > happens when I run an .msi file is I see the Windows Installer dialog
> >> > briefly
> >> > flash up on the screen and nothing happens. There is no error or even
> >> > any
> >> > event in my event logs, and if I run the .msi file using msiexec with
> >> > all
> >> > logging and debug info turned on, I get nothing in the log file except
> >> > a
> >> > single line indicating it started.
> >> >
> >> > The weird part is this just started to happen one dayu so obviously
> >> > something has changed on my system to screw things up. After much
> >> > beating
> >> > my
> >> > head against the monitor and desk I attempted to run one of the failing
> >> > installers "as Administrator" and it worked. Wha..? I *am* an
> >> > administrator, so why does running it as Administrator make any
> >> > difference
> >> > whatsoever?
> >> >
> >> > Anyway, the *only* way I can get anything based on Windows Installer to
> >> > install now is to open a dos prompt and type:
> >> >
> >> > runas /user:Administrator "msiexec.exe /i
> >> > c:\full\path\to\installer.msi"
> >> >
> >> > This prompts me for my password and runs the installer just fine. But
> >> > I
> >> > am
> >> > and always have been an adminstrator! I don't get it. Here is a list
> >> > of
> >> > things I have tried recently to fix this:
> >> >
> >> > -Install all available Windows updates
> >> > -Remove all .NET versions and re-install as required
> >> > -Remove Silverlight
> >> > -Remove Windows Installer and re-install
> >> > -Update to Windows Installer 4.5 (I think that is what this is -
> >> > WindowsXP-KB942288-v3-x86.exe)
> >> > -Roll back to an earlier date
> >> > -Undo the roll back
> >> > -Install Windows XP SP3
> >> > -Yell and scream
> >> >
> >> > So, now I am posting here. The only possible thing I can think of that
> >> > may
> >> > have any bearing on this whatsoever is that originally my username did
> >> > not
> >> > have a password associated with it. At some point in the past I
> >> > changed
> >> > my
> >> > account to have a password associated with it and if I recall correctly
> >> > this
> >> > changed permissions on a bunch of files. My user password is now the
> >> > same
> >> > as
> >> > the administrator password on this machine. The only thing I can think
> >> > of
> >> > is
> >> > that some system file or directory got its permissions all screwed up
> >> > and
> >> > is
> >> > the root of the problem. I'd be happy to provide any additional
> >> > information
> >> > if requested as I would love to solve this one. It is shortening my
> >> > life-span...
> >> >
> >> > Thanks in advance,
> >> > Mark.
> >> >

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-06-2008, 09:15 PM
Nepatsfan
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administrato
"Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
> Hi There,
>
> I have a problem with my machine (Windows XP 32-bit SP3) that has just
> appeared and I have tried everything I can possibly think of with no luck (I
> am quite computer literate...so you are not dealing with a noob here). I'm
> looking for some expert help here because it is driving me insane.
>
> So, the problem is I cannot install *anything* that uses Windows Installer
> (.msi) under the covers. This includes many third party software packages
> that I use, as well as Windows XP packages and updates themselves. What
> happens when I run an .msi file is I see the Windows Installer dialog briefly
> flash up on the screen and nothing happens. There is no error or even any
> event in my event logs, and if I run the .msi file using msiexec with all
> logging and debug info turned on, I get nothing in the log file except a
> single line indicating it started.
>
> The weird part is this just started to happen one dayu so obviously
> something has changed on my system to screw things up. After much beating my
> head against the monitor and desk I attempted to run one of the failing
> installers "as Administrator" and it worked. Wha..? I *am* an
> administrator, so why does running it as Administrator make any difference
> whatsoever?
>
> Anyway, the *only* way I can get anything based on Windows Installer to
> install now is to open a dos prompt and type:
>
> runas /user:Administrator "msiexec.exe /i c:\full\path\to\installer.msi"
>
> This prompts me for my password and runs the installer just fine. But I am
> and always have been an adminstrator! I don't get it. Here is a list of
> things I have tried recently to fix this:
>
> -Install all available Windows updates
> -Remove all .NET versions and re-install as required
> -Remove Silverlight
> -Remove Windows Installer and re-install
> -Update to Windows Installer 4.5 (I think that is what this is -
> WindowsXP-KB942288-v3-x86.exe)
> -Roll back to an earlier date
> -Undo the roll back
> -Install Windows XP SP3
> -Yell and scream
>
> So, now I am posting here. The only possible thing I can think of that may
> have any bearing on this whatsoever is that originally my username did not
> have a password associated with it. At some point in the past I changed my
> account to have a password associated with it and if I recall correctly this
> changed permissions on a bunch of files. My user password is now the same as
> the administrator password on this machine. The only thing I can think of is
> that some system file or directory got its permissions all screwed up and is
> the root of the problem. I'd be happy to provide any additional information
> if requested as I would love to solve this one. It is shortening my
> life-span...
>
> Thanks in advance,
> Mark.
>



If you're unable to get this resolved for your user account you might want to
log on with the Administrator account, create a new user account that's a member
of the administrators group, and see if the problem persists. If it doesn't
happen with the new account you might consider abandoning your old account and
copying your old files to the new account. Log on as Administrator and use the
procedure outlined in this article to copy files from one account to the other.

How to copy data from a corrupted user profile to a new profile
http://support.microsoft.com/default.aspx/kb/811151

As noted in the article, you'll have to manually move email messages and
recreate any accounts.

Good luck

Nepatsfan


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-07-2008, 04:48 AM
Mark_Melvin
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administ
I systematically tried every method on that page and nothing worked. <sigh>...

M.

"Mark_Melvin" wrote:

> Thanks again - I'll have a read but it looks like nothing I have not seen
> before. The problem is - I have no error message to go off of. Nothing.
> Zip. Nada. It just fails to execute with no error or any other helpful
> information whatsoever.
>
> Mark.
>
> "Mark L. Ferguson" wrote:
>
> > How to resolve Common Windows Installer Problems:
> > http://support.microsoft.com/kb/555175/en-us
> > Error “The Windows Installer Service could not be accessed” in Windows
> > Vista:
> > http://www.winhelponline.com/blog/vi...t-be-accessed/
> > --
> > Please use the Communities guidelines when posting.
> > http://www.microsoft.com/wn3/locales...help_en-us.htm
> > Mark L. Ferguson MS-MVP
> > https://mvp.support.microsoft.com/profile/Mark.Ferguson
> >
> > "Mark_Melvin" <MarkMelvin@discussions.microsoft.com> wrote in message
> > news:7582C128-F726-4BD4-9145-A48B38D6BB72@microsoft.com...
> > > Well about 20 minutes and a 1.8GB (yes, "Giga") log file later - it still
> > > doesn't work.
> > >
> > > I kind of feel like I should not have run that script. What the heck did
> > > it
> > > do - change permissions on pretty much everything to be default, or
> > > wide-open
> > > to everyone?
> > >
> > > Anyway, thanks for the reply but - any other ideas?
> > >
> > > Mark.
> > >
> > > "Mark L. Ferguson" wrote:
> > >
> > >> Aaron Stebner's WebLog Solving setup errors by using the SubInACL tool to
> > >> repair file and registry permissions:
> > >> http://blogs.msdn.com/astebner/archi...04/739820.aspx
> > >>
> > >> --
> > >> Please use the Communities guidelines when posting.
> > >> http://www.microsoft.com/wn3/locales...help_en-us.htm
> > >> Mark L. Ferguson MS-MVP
> > >> https://mvp.support.microsoft.com/profile/Mark.Ferguson
> > >>
> > >> "Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
> > >> news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
> > >> > Hi There,
> > >> >
> > >> > I have a problem with my machine (Windows XP 32-bit SP3) that has just
> > >> > appeared and I have tried everything I can possibly think of with no
> > >> > luck
> > >> > (I
> > >> > am quite computer literate...so you are not dealing with a noob here).
> > >> > I'm
> > >> > looking for some expert help here because it is driving me insane.
> > >> >
> > >> > So, the problem is I cannot install *anything* that uses Windows
> > >> > Installer
> > >> > (.msi) under the covers. This includes many third party software
> > >> > packages
> > >> > that I use, as well as Windows XP packages and updates themselves.
> > >> > What
> > >> > happens when I run an .msi file is I see the Windows Installer dialog
> > >> > briefly
> > >> > flash up on the screen and nothing happens. There is no error or even
> > >> > any
> > >> > event in my event logs, and if I run the .msi file using msiexec with
> > >> > all
> > >> > logging and debug info turned on, I get nothing in the log file except
> > >> > a
> > >> > single line indicating it started.
> > >> >
> > >> > The weird part is this just started to happen one dayu so obviously
> > >> > something has changed on my system to screw things up. After much
> > >> > beating
> > >> > my
> > >> > head against the monitor and desk I attempted to run one of the failing
> > >> > installers "as Administrator" and it worked. Wha..? I *am* an
> > >> > administrator, so why does running it as Administrator make any
> > >> > difference
> > >> > whatsoever?
> > >> >
> > >> > Anyway, the *only* way I can get anything based on Windows Installer to
> > >> > install now is to open a dos prompt and type:
> > >> >
> > >> > runas /user:Administrator "msiexec.exe /i
> > >> > c:\full\path\to\installer.msi"
> > >> >
> > >> > This prompts me for my password and runs the installer just fine. But
> > >> > I
> > >> > am
> > >> > and always have been an adminstrator! I don't get it. Here is a list
> > >> > of
> > >> > things I have tried recently to fix this:
> > >> >
> > >> > -Install all available Windows updates
> > >> > -Remove all .NET versions and re-install as required
> > >> > -Remove Silverlight
> > >> > -Remove Windows Installer and re-install
> > >> > -Update to Windows Installer 4.5 (I think that is what this is -
> > >> > WindowsXP-KB942288-v3-x86.exe)
> > >> > -Roll back to an earlier date
> > >> > -Undo the roll back
> > >> > -Install Windows XP SP3
> > >> > -Yell and scream
> > >> >
> > >> > So, now I am posting here. The only possible thing I can think of that
> > >> > may
> > >> > have any bearing on this whatsoever is that originally my username did
> > >> > not
> > >> > have a password associated with it. At some point in the past I
> > >> > changed
> > >> > my
> > >> > account to have a password associated with it and if I recall correctly
> > >> > this
> > >> > changed permissions on a bunch of files. My user password is now the
> > >> > same
> > >> > as
> > >> > the administrator password on this machine. The only thing I can think
> > >> > of
> > >> > is
> > >> > that some system file or directory got its permissions all screwed up
> > >> > and
> > >> > is
> > >> > the root of the problem. I'd be happy to provide any additional
> > >> > information
> > >> > if requested as I would love to solve this one. It is shortening my
> > >> > life-span...
> > >> >
> > >> > Thanks in advance,
> > >> > Mark.
> > >> >

> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-07-2008, 05:04 AM
Mark_Melvin
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administ
So I created another user account and set them to be a computer
administrator, then logged in as the new user. However, now all .msi files
are of an unknown type for this user and I cannot execute/install them.
There is no icon associated with them and when I double-click the file it
asks me which program I want to run it with. WTF? I thought Windows
Installer was machine-wide?

So if I log back in as me, they are associated with msiexec. The Install
action is associated as follows:

"C:\WINDOWS\System32\msiexec.exe" /i "%1" %*

With DDE enabled, and a topic of System. Does this seem correct?

So why can't I install an .msi file on the new user's account? I did not
expect this behaviour at all.

Mark.

"Nepatsfan" wrote:

> "Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in message
> news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
> > Hi There,
> >
> > I have a problem with my machine (Windows XP 32-bit SP3) that has just
> > appeared and I have tried everything I can possibly think of with no luck (I
> > am quite computer literate...so you are not dealing with a noob here). I'm
> > looking for some expert help here because it is driving me insane.
> >
> > So, the problem is I cannot install *anything* that uses Windows Installer
> > (.msi) under the covers. This includes many third party software packages
> > that I use, as well as Windows XP packages and updates themselves. What
> > happens when I run an .msi file is I see the Windows Installer dialog briefly
> > flash up on the screen and nothing happens. There is no error or even any
> > event in my event logs, and if I run the .msi file using msiexec with all
> > logging and debug info turned on, I get nothing in the log file except a
> > single line indicating it started.
> >
> > The weird part is this just started to happen one dayu so obviously
> > something has changed on my system to screw things up. After much beating my
> > head against the monitor and desk I attempted to run one of the failing
> > installers "as Administrator" and it worked. Wha..? I *am* an
> > administrator, so why does running it as Administrator make any difference
> > whatsoever?
> >
> > Anyway, the *only* way I can get anything based on Windows Installer to
> > install now is to open a dos prompt and type:
> >
> > runas /user:Administrator "msiexec.exe /i c:\full\path\to\installer.msi"
> >
> > This prompts me for my password and runs the installer just fine. But I am
> > and always have been an adminstrator! I don't get it. Here is a list of
> > things I have tried recently to fix this:
> >
> > -Install all available Windows updates
> > -Remove all .NET versions and re-install as required
> > -Remove Silverlight
> > -Remove Windows Installer and re-install
> > -Update to Windows Installer 4.5 (I think that is what this is -
> > WindowsXP-KB942288-v3-x86.exe)
> > -Roll back to an earlier date
> > -Undo the roll back
> > -Install Windows XP SP3
> > -Yell and scream
> >
> > So, now I am posting here. The only possible thing I can think of that may
> > have any bearing on this whatsoever is that originally my username did not
> > have a password associated with it. At some point in the past I changed my
> > account to have a password associated with it and if I recall correctly this
> > changed permissions on a bunch of files. My user password is now the same as
> > the administrator password on this machine. The only thing I can think of is
> > that some system file or directory got its permissions all screwed up and is
> > the root of the problem. I'd be happy to provide any additional information
> > if requested as I would love to solve this one. It is shortening my
> > life-span...
> >
> > Thanks in advance,
> > Mark.
> >

>
>
> If you're unable to get this resolved for your user account you might want to
> log on with the Administrator account, create a new user account that's a member
> of the administrators group, and see if the problem persists. If it doesn't
> happen with the new account you might consider abandoning your old account and
> copying your old files to the new account. Log on as Administrator and use the
> procedure outlined in this article to copy files from one account to the other.
>
> How to copy data from a corrupted user profile to a new profile
> http://support.microsoft.com/default.aspx/kb/811151
>
> As noted in the article, you'll have to manually move email messages and
> recreate any accounts.
>
> Good luck
>
> Nepatsfan
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-07-2008, 01:38 PM
Mark L. Ferguson
 
Posts: n/a
Re: All .msi Installers Fail Silently Unless "runas /user:Administ
There is an Installer 4.0. Your system may be offered the upgrade from the
Windows Update site if you enable optional updates. Another possibility is
running 'SFC /scannow' from a command prompt.

--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales...help_en-us.htm
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson

"Mark_Melvin" <MarkMelvin@discussions.microsoft.com> wrote in message
news53F43FB-4A2E-48BB-9BDC-561A4672745D@microsoft.com...
> I systematically tried every method on that page and nothing worked.
> <sigh>...
>
> M.
>
> "Mark_Melvin" wrote:
>
>> Thanks again - I'll have a read but it looks like nothing I have not seen
>> before. The problem is - I have no error message to go off of. Nothing.
>> Zip. Nada. It just fails to execute with no error or any other helpful
>> information whatsoever.
>>
>> Mark.
>>
>> "Mark L. Ferguson" wrote:
>>
>> > How to resolve Common Windows Installer Problems:
>> > http://support.microsoft.com/kb/555175/en-us
>> > Error “The Windows Installer Service could not be accessed” in Windows
>> > Vista:
>> > http://www.winhelponline.com/blog/vi...t-be-accessed/
>> > --
>> > Please use the Communities guidelines when posting.
>> > http://www.microsoft.com/wn3/locales...help_en-us.htm
>> > Mark L. Ferguson MS-MVP
>> > https://mvp.support.microsoft.com/profile/Mark.Ferguson
>> >
>> > "Mark_Melvin" <MarkMelvin@discussions.microsoft.com> wrote in message
>> > news:7582C128-F726-4BD4-9145-A48B38D6BB72@microsoft.com...
>> > > Well about 20 minutes and a 1.8GB (yes, "Giga") log file later - it
>> > > still
>> > > doesn't work.
>> > >
>> > > I kind of feel like I should not have run that script. What the heck
>> > > did
>> > > it
>> > > do - change permissions on pretty much everything to be default, or
>> > > wide-open
>> > > to everyone?
>> > >
>> > > Anyway, thanks for the reply but - any other ideas?
>> > >
>> > > Mark.
>> > >
>> > > "Mark L. Ferguson" wrote:
>> > >
>> > >> Aaron Stebner's WebLog Solving setup errors by using the SubInACL
>> > >> tool to
>> > >> repair file and registry permissions:
>> > >> http://blogs.msdn.com/astebner/archi...04/739820.aspx
>> > >>
>> > >> --
>> > >> Please use the Communities guidelines when posting.
>> > >> http://www.microsoft.com/wn3/locales...help_en-us.htm
>> > >> Mark L. Ferguson MS-MVP
>> > >> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>> > >>
>> > >> "Mark_Melvin" <Mark_Melvin@discussions.microsoft.com> wrote in
>> > >> message
>> > >> news:F507A6EB-5E6F-4CC7-8F38-642FE8135DE2@microsoft.com...
>> > >> > Hi There,
>> > >> >
>> > >> > I have a problem with my machine (Windows XP 32-bit SP3) that has
>> > >> > just
>> > >> > appeared and I have tried everything I can possibly think of with
>> > >> > no
>> > >> > luck
>> > >> > (I
>> > >> > am quite computer literate...so you are not dealing with a noob
>> > >> > here).
>> > >> > I'm
>> > >> > looking for some expert help here because it is driving me insane.
>> > >> >
>> > >> > So, the problem is I cannot install *anything* that uses Windows
>> > >> > Installer
>> > >> > (.msi) under the covers. This includes many third party software
>> > >> > packages
>> > >> > that I use, as well as Windows XP packages and updates themselves.
>> > >> > What
>> > >> > happens when I run an .msi file is I see the Windows Installer
>> > >> > dialog
>> > >> > briefly
>> > >> > flash up on the screen and nothing happens. There is no error or
>> > >> > even
>> > >> > any
>> > >> > event in my event logs, and if I run the .msi file using msiexec
>> > >> > with
>> > >> > all
>> > >> > logging and debug info turned on, I get nothing in the log file
>> > >> > except
>> > >> > a
>> > >> > single line indicating it started.
>> > >> >
>> > >> > The weird part is this just started to happen one dayu so
>> > >> > obviously
>> > >> > something has changed on my system to screw things up. After much
>> > >> > beating
>> > >> > my
>> > >> > head against the monitor and desk I attempted to run one of the
>> > >> > failing
>> > >> > installers "as Administrator" and it worked. Wha..? I *am* an
>> > >> > administrator, so why does running it as Administrator make any
>> > >> > difference
>> > >> > whatsoever?
>> > >> >
>> > >> > Anyway, the *only* way I can get anything based on Windows
>> > >> > Installer to
>> > >> > install now is to open a dos prompt and type:
>> > >> >
>> > >> > runas /user:Administrator "msiexec.exe /i
>> > >> > c:\full\path\to\installer.msi"
>> > >> >
>> > >> > This prompts me for my password and runs the installer just fine.
>> > >> > But
>> > >> > I
>> > >> > am
>> > >> > and always have been an adminstrator! I don't get it. Here is a
>> > >> > list
>> > >> > of
>> > >> > things I have tried recently to fix this:
>> > >> >
>> > >> > -Install all available Windows updates
>> > >> > -Remove all .NET versions and re-install as required
>> > >> > -Remove Silverlight
>> > >> > -Remove Windows Installer and re-install
>> > >> > -Update to Windows Installer 4.5 (I think that is what this is -
>> > >> > WindowsXP-KB942288-v3-x86.exe)
>> > >> > -Roll back to an earlier date
>> > >> > -Undo the roll back
>> > >> > -Install Windows XP SP3
>> > >> > -Yell and scream
>> > >> >
>> > >> > So, now I am posting here. The only possible thing I can think of
>> > >> > that
>> > >> > may
>> > >> > have any bearing on this whatsoever is that originally my username
>> > >> > did
>> > >> > not
>> > >> > have a password associated with it. At some point in the past I
>> > >> > changed
>> > >> > my
>> > >> > account to have a password associated with it and if I recall
>> > >> > correctly
>> > >> > this
>> > >> > changed permissions on a bunch of files. My user password is now
>> > >> > the
>> > >> > same
>> > >> > as
>> > >> > the administrator password on this machine. The only thing I can
>> > >> > think
>> > >> > of
>> > >> > is
>> > >> > that some system file or directory got its permissions all screwed
>> > >> > up
>> > >> > and
>> > >> > is
>> > >> > the root of the problem. I'd be happy to provide any additional
>> > >> > information
>> > >> > if requested as I would love to solve this one. It is shortening
>> > >> > my
>> > >> > life-span...
>> > >> >
>> > >> > Thanks in advance,
>> > >> > Mark.
>> > >> >
>> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-08-2008, 01:14 AM
Mark_Melvin
 
Posts: n/a
RE: All .msi Installers Fail Silently Unless "runas /user:Administrato
Thanks - but as I said in an earlier post I have already installed that with
no luck. My msi.dll version is 4.5.6001.22159.

Mark.

"Mark_Melvin" wrote:

> Hi There,
>
> I have a problem with my machine (Windows XP 32-bit SP3) that has just
> appeared and I have tried everything I can possibly think of with no luck (I
> am quite computer literate...so you are not dealing with a noob here). I'm
> looking for some expert help here because it is driving me insane.
>
> So, the problem is I cannot install *anything* that uses Windows Installer
> (.msi) under the covers. This includes many third party software packages
> that I use, as well as Windows XP packages and updates themselves. What
> happens when I run an .msi file is I see the Windows Installer dialog briefly
> flash up on the screen and nothing happens. There is no error or even any
> event in my event logs, and if I run the .msi file using msiexec with all
> logging and debug info turned on, I get nothing in the log file except a
> single line indicating it started.
>
> The weird part is this just started to happen one dayu so obviously
> something has changed on my system to screw things up. After much beating my
> head against the monitor and desk I attempted to run one of the failing
> installers "as Administrator" and it worked. Wha..? I *am* an
> administrator, so why does running it as Administrator make any difference
> whatsoever?
>
> Anyway, the *only* way I can get anything based on Windows Installer to
> install now is to open a dos prompt and type:
>
> runas /user:Administrator "msiexec.exe /i c:\full\path\to\installer.msi"
>
> This prompts me for my password and runs