Jump to content

[Solved] How to resolve this type of error?


Recommended Posts

How to resolve this type of error?

wpi-error2.jpg

When I run the application installation via .cmd file, is appearing this error message:

"A previous WPI instance has not been closed correctly. Please close WPI correctly to allow the internet Explorer debugging keys to be propertly restored"

I started and closed the WPI several times, but the problem persists.

Edited by SunLion
Link to comment
Share on other sites


It actually looks like you are trying to launch WPI from within itself...

WTF?

Attach your config.js

Hi Kel, this error occurred after I did an installation in VirtualBox and among the applications at WPI was Dropbox, who was insisting on not closing the last window ... I believe that is what caused the improper closure of WPI.

Then I tried again to install the hotfix from office2003 using a script of Solor (mydigitallife, annex). I don't know if there is something wrong with the script, but it is not working when I try to install on XP Pro SP3, in VirtualBox.

To install these hotfix put all .msp files in a folder along with the installer.cmd and add this file cmd to be executed at WPI.

Edited by SunLion
Link to comment
Share on other sites

Sorry, I'm ataching the file.

Config+script.rar

To update information:

I made a new attempt using the script below to install the office hotfix and also put the Dropbox to be installed last at WPI:


@ECHO OFF
cwnd /HIDE @
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
PUSHD %~dp0
FOR %%A IN (*.MSP) DO (
Start /Wait %%A /quiet /norestart
)
EXIT

With that, everything worked fine!

Maybe the previous script has some conflict with the WPI (?)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...