deadbug Posted September 12, 2009 Posted September 12, 2009 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- /Sthe 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.
Grake Posted September 12, 2009 Posted September 12, 2009 try:cmds[pn]=['"%CDROM%\\DVD-Apps\\eMulePlus-1.2e.Installer.exe" /VERYSILENT /SP- /S'];
ICANIT Posted September 14, 2009 Posted September 14, 2009 Try without the quotes. you dont have any spaces in your path or filename, so you dont need the quotes.I do it like this:cmds[pn]=['%ROOT%\\Install\\Emule\\emuleplus12b.exe /S'];
AlBundy33 Posted September 14, 2009 Posted September 14, 2009 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
deadbug Posted September 17, 2009 Author Posted September 17, 2009 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 deadbug
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now