Jump to content

Recommended Posts

Posted
He encontrado un error en installer.js que no permite abrir páginas web.
Donde dice:
 
         case 'WEB' :
            document.getElementById("InstallItem").innerHTML = getText(lblViewing) + " " + cmd;
            cmd = '"'+ReplacePath(" % programfiles % \\Internet Explorer\\iexplore.exe")+'" ' + cmd;
            UpdateInstallList(("div" + item + "_" + cmdNum + "_" + FailNum), getText(txtInstallViewing));
            isIE = true;
            fsoCmd = false;
            break;
 
específicamente en
 
ReplacePath(" % programfiles % \
 
debe decir
 
ReplacePath("%programfiles%\
 
sin los espacios.
 
Espero haber sido de ayuda, como WPI lo es para mi,
 
Saludos!!!

Posted

Espero haber sido de ayuda, como WPI lo es para mi,

//

I hope I have been helpful, as WPI it is for me,

As easy it was for me to read this post, I need to point out this is an English only forum. In future posts, use a translator if you do not know English, for those who do not read Spanish.

 

:hello:

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