Jump to content

Cannot install eMule Plus silently with WPI


Recommended Posts

I presume I must be missing something obvious but I can't see it.

I want to install eMule Plus 1.2e silently.

I have this in config.js:


cmds[pn]=['"%CDROM%\\DVD-Apps\\eMulePlus-1.2e.Installer.exe /VERYSILENT /SP- /S"'];

It fails to install silently and leaves this in the log:

   Program: E-Mule Plus 1.2e
Unique ID: EMULEPLUS
Order: 003050
Category: P2P
12 September 2009 17:03:21 - cmd1 *** Fail *** (returned code undefined): "\DVD-Apps\eMulePlus-1.2e.Installer.exe /VERYSILENT /SP- /S"
12 September 2009 17:03:21 - Finished installation.

So I try firing up WPI manually after the silent installation, select nothing and tick just emule plus. Again it fails:

   Program: E-Mule Plus 1.2e
Unique ID: EMULEPLUS
Order: 003050
Category: P2P
12 September 2009 17:50:56 - cmd1 *** Fail *** (returned code undefined): "\DVD-Apps\eMulePlus-1.2e.Installer.exe /VERYSILENT /SP- /S"
12 September 2009 17:50:56 - Finished installation.

But if I fire up a DOS box and type:

D:\DVD-Apps\eMulePlus-1.2e.Installer.exe /VERYSILENT /SP- /S

the install proceeds perfectly.

Is there anything "odd" about the WPI environment (v7.2.2 BTW) that could cause this? I've happily installed eMule Plus 1.2d via WPI (using AutoIt) with no problems.

Link to comment
Share on other sites


It seems that %CDROM% is not set.

Try to replace %CDROM% with %ROOT% - only to see if this shows another path:

12 September 2009 17:03:21 - cmd1 *** Fail *** (returned code undefined): "\DVD-Apps\eMulePlus-1.2e.Installer.exe /VERYSILENT /SP- /S"

And post the result.

Al

Link to comment
Share on other sites

try:

cmds[pn]=['"%CDROM%\\DVD-Apps\\eMulePlus-1.2e.Installer.exe" /VERYSILENT /SP- /S'];

Thanks for the speedy and accurate answer.

Sorry it took so long for me to come back, but I was beating my head against a wall in shame :blushing:

deadbug

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