Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > XP .MSI file Interrupted before completing in Vista

Reply
Thread Tools Display Modes

XP .MSI file Interrupted before completing in Vista

 
 
markusallen
Guest
Posts: n/a

 
      10-19-2006
I am trying to run an .msi install file and it is being interrupted close to
completion. Is there a way to run an .msi file in compatability mode or as
administrator to prevent the install from being interrupted?
 
Reply With Quote
 
 
 
 
GomerPyle
Guest
Posts: n/a

 
      10-20-2006
Hi Markus,

Do you get an error message / code? Or does the msi just rollback?

You could try one of the following (or both):

1. Do an 'administrative install'. Open a command shell and type:
msiexec /a x:\mymsi.msi
Where x:\mymsi.msi is the path to the msi-file you try to install.
Follow the on-screen instructions. If the installation is
successfull, the run it again from where you put the administrative install.

2. Log the installation and look for errors near the end of the log. Open
a command shell and type: msiexec /i x:\mymsi.msi /l*v c:\mymsi.log
Where x:\mymsi.msi is the path to the msi-file you try to install and
c:\mymsi.log is the path to the logfile output.

GP

"markusallen" <> wrote in message
news:CB6EDE4B-477D-4F56-B3EE-...
>I am trying to run an .msi install file and it is being interrupted close
>to
> completion. Is there a way to run an .msi file in compatability mode or as
> administrator to prevent the install from being interrupted?


 
Reply With Quote
 
markusallen
Guest
Posts: n/a

 
      11-05-2006
Thanks. The log file indicated error 1603 which appears to be related to the
following:
"The SYSTEM account does not have Full Control permissions on the folder
that you are trying to install the Windows Installer package to. You notice
the error message because the Windows Installer service uses the SYSTEM
account to install software"

Is this an issue related to VISTA and is there a way to resolve it?
"GomerPyle" wrote:

> Hi Markus,
>
> Do you get an error message / code? Or does the msi just rollback?
>
> You could try one of the following (or both):
>
> 1. Do an 'administrative install'. Open a command shell and type:
> msiexec /a x:\mymsi.msi
> Where x:\mymsi.msi is the path to the msi-file you try to install.
> Follow the on-screen instructions. If the installation is
> successfull, the run it again from where you put the administrative install.
>
> 2. Log the installation and look for errors near the end of the log. Open
> a command shell and type: msiexec /i x:\mymsi.msi /l*v c:\mymsi.log
> Where x:\mymsi.msi is the path to the msi-file you try to install and
> c:\mymsi.log is the path to the logfile output.
>
> GP
>
> "markusallen" <> wrote in message
> news:CB6EDE4B-477D-4F56-B3EE-...
> >I am trying to run an .msi install file and it is being interrupted close
> >to
> > completion. Is there a way to run an .msi file in compatability mode or as
> > administrator to prevent the install from being interrupted?

>
>

 
Reply With Quote
 
 
 
Reply

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Has Windows Vista it’s own UPS (Un-interrupted Power Supply) softw colefordkid Windows Vista General Discussion 10 11-28-2007 10:56 PM
Vista doesn't continue interrupted downloads like xp did :( me too Windows Vista Performance 2 10-02-2007 07:06 PM
Installation Wizard Interrupted with downloads Dawn Windows Vista General Discussion 2 08-11-2007 02:02 AM
Error after interrupted setup drwtwilner@hotmail.com Windows Vista General Discussion 1 02-01-2007 01:23 PM
Installation failed after "completing upgrade" setupact.log file michiganbuckeye Windows Vista Installation 3 01-27-2007 12:50 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59