Jump to content

WPI Error code


Recommended Posts

Hello

Windows 7 ultimate with Service pack 1

I try to install few programs but get error that i dont understand really.

i hope somebody can help me a little here.......

I get some error code i dont know what is and why.

i hope somebody can help me about this.

Now comes MSN Live Plus but the programs get install but

under install it says failed.

WPI CONFIG

prog[pn]=['MSN Messenger Plus Live 4.83'];
uid[pn]=['MSGPLUS'];
ordr[pn]=[11];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Internet'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Msn\\MsgPlusLive-483.exe" /silent','{TASKKILL} msnmsgr.exe'];
deps[pn]=['MSNMESSENGER'];
gcond[pn]=['FileExists(\'%programfiles%\')'];
desc[pn]=['Messenger Plus! is an add-on for MSN Messenger and Windows Messenger, the two popular Instant Messaging softwares from Microsoft. Messenger Plus! adds different features to Messenger to make it more enjoyable, day after day. A list of the main features can be found on the features section of this site. Remember that Messenger Plus! is not a chat program, it only adds functionalities to Messenger, it can\'t be used as a standalone application.'];
pn++;

WPI.log

9. september 2012 11:47:29
Program: MSN Messenger Plus Live 4.83
Unique ID: MSGPLUS
Order: 9
Category: Internet
9. september 2012 11:47:34 - cmd1 *** Fail *** (returned code 1): "G:\wpi\Install\Msn\MsgPlusLive-483.exe" /silent
9. september 2012 11:47:34 - cmd2 Success (returned code undefined): TerminateProcess("msnmsgr.exe")
9. september 2012 11:47:35 - Finished installation.

Now comes the program Blueray... the error is here i try to use regsvr32.exe

wit some fiels. but i get a warning under install

CONFIG

prog[pn]=['Blue Ray'];
uid[pn]=['BLUERAYREBUILDER'];
ordr[pn]=[88];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Utilities'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\BD_Rebuilder\\BD_Rebuilder.exe"','"%wpipath%\\Install\\BD_Rebuilder\\BDRB.sfx.exe"','"%wpipath%\\Install\\BD_Rebuilder\\MatroskaSplitter.exe" /S','"%wpipath%\\Install\\BD_Rebuilder\\ffdshow_rev3326_20100319_clsid.exe" /silent','"%wpipath%\\Install\\BD_Rebuilder\\start.bat"'];
desc[pn]=['Blue Ray Rebuilder & MatroskaSplitter'];
pn++;

My bat file

cmdow @ /HID
cls
@echo off

ECHO.
ECHO Installing ffdshow
ECHO Vent Venligst...
regsvr32.exe "%systemdrive%\Program Files (x86)\ffdshow\ffdshow.ax" /s
regsvr32.exe "%systemdrive%\Program Files (x86)\BD_Rebuilder\MSCOMCTL.OCX " /s

WPI LOG

9. september 2012 11:41:33
Program: Blue Ray
Unique ID: BLUERAYREBUILDER
Order: 88
Category: Utilities
9. september 2012 11:41:33 - cmd1 Success (returned code 0): "G:\wpi\Install\BD_Rebuilder\BD_Rebuilder.exe"
9. september 2012 11:41:34 - cmd2 Success (returned code 0): "G:\wpi\Install\BD_Rebuilder\BDRB.sfx.exe"
9. september 2012 11:41:34 - cmd3 Success (returned code 0): "G:\wpi\Install\BD_Rebuilder\MatroskaSplitter.exe" /S
9. september 2012 11:41:36 - cmd4 Success (returned code 0): "G:\wpi\Install\BD_Rebuilder\ffdshow_rev3326_20100319_clsid.exe" /silent
9. september 2012 11:41:36 - cmd5 ** Warning ** (returned code 3): "C:\Windows\SysWOW64\cmd.exe" /C "G:\wpi\Install\BD_Rebuilder\start.bat"
9. september 2012 11:41:36 - Finished installation.

Edited by MitsuMan
Link to comment
Share on other sites


The first one works fine for me.

As for the second one:

RegDLL calls: regsvr32.exe /s %dll%
UnRegDLL calls: regsvr32.exe /u /s/ %dll%
InstINF calls: rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %inf% (%dll% and %inf% are your chosen files)
LaunchINF calls: rundll32.exe advpack.dll,LaunchINFSection "Section"

As you can see here if you just add the redgdll code for the ax and ocx files you will be fine also.

Link to comment
Share on other sites

The first one works fine for me.

As for the second one:

RegDLL calls: regsvr32.exe /s %dll%
UnRegDLL calls: regsvr32.exe /u /s/ %dll%
InstINF calls: rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %inf% (%dll% and %inf% are your chosen files)
LaunchINF calls: rundll32.exe advpack.dll,LaunchINFSection "Section"

As you can see here if you just add the redgdll code for the ax and ocx files you will be fine also.

I am not sure if i am following it right. but shall this be add to the bat files, or how goes it.

Hope you can explain little more. :) long time since cmd and dos :)

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...