PhotoShop CS3 JSript CD einlegen

  • Java

  • MuahThai
  • 9174 Aufrufe 3 Antworten

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • PhotoShop CS3 JSript CD einlegen

    ich hab Photoshop CS3.

    und zuerst hatte ich den Fehler:
    - Das die inistialisierung ausgeführt wurde und dann hat sich das setup einfach ohne fehler meldung beendet.
    ich hab sehr lange gesucht und bin dann auch fündig geworden.

    --------------
    Background:
    It took me a few hours to roughly figure out what happens on my
    system and till now I'm still not absolutely sure why the error appears, but
    certainly Javascript, IE and the Adobe installer are involved.
    To be more specific: The installer quits with an exception
    when javascript tries to open "window.external.ANYMETHOD".
    Since the problem is NOT SOLVED and only BYPASSED in the follwing steps you might
    want to wait for a better solution from Adobe itself (RECOMMENDED),
    but with this way I got all products installed and removed again.

    0. This workaround is only tested on Windows XP SP2 with Adobe CS3 Design Premium.
    To fully complete the next steps be sure you have some experience in handling a
    text editor and the Windows Explorer.

    1. Start the Setup as usual and let it copy over a few files
    and than - after a short popup - let him disappear. There shouldn't be
    any other errors except the described above, otherwise you have to deal
    with these first (eg. run the cleanup script, if the setup complains
    about an allready running installation etc).

    2. Now open up your Windows Explorer and go to
    [C]/\[Program Files]\[Common Files]\Adobe\Installers\c14ac4070fd9614ffe63f4bb533db2c\ resources\common\scripts
    ( "[]" Depending on your installation and language).
    Alternatively you can press [WinKey]+R and type in:
    "%CommonProgramFiles%\Adobe\Installers\c14ac4070fd 9614ffe63f4bb533db2c\resources\common\scripts"

    3. Locate a file called "ContainerProxy.js" in the opened Window and
    open it with a text editor of your choice (notepad will be adequate).
    Right click on the file -> Open with -> Notepad.

    4. Go to line 1102 or simply search for
    "jsonObj = _jsonToObject(window.external.SetSessionInitialize d(initValue));"
    and replace this line with
    "jsonObj = _jsonToObject(SetSessionInitialized(initValue));"

    5. Save the file by pressing [Strg]+S or use the menu:
    Menu -> File Save.

    6. Startup up the installation process again and this time the
    installer shouldn't quit and hopefully you will be able to install.

    You can simply undo any changes by removing the Adobes "Installers" folder
    [C][Program Files]\[Common Files]\Adobe\Installers
    and run the Setup again or replace the line in Step 4 with
    the original one.
    "jsonObj = _jsonToObject(window.external.SetSessionInitialize d(initValue));"

    If I get some time I will further examine how to reproduce and solve
    the problem.

    HTH
    gorodek

    ---------------
    [C]/\[Program Files]\[Common Files] oder
    [C]/\[Programme]\[Gemeinsame Dateien]
    ---------------
    daran hatte ich noch zu knabbern bis ich den ordner gefunden habe.
    ab da an war es aber ein klackst.

    Das setup läuft jetzt 1a durch.

    und jetzt soll ich ne CD einlegen. Damn it :devil:
    das beste ist ja. SIE LIEGT DRIN. :depp:


    mit mounten und brennen hab ich alles durch. immer der gleiche fehler.
    habs mit nero und alcohol. gebrannt. NIX hat sich gebessert.
    und mit alcohol, daemon und nero das image gemountet.
    selbst mit auf die festplatte kopieren und starten, bringt auch nix.
    -----------
    bestimmt kann mir jemand helfen, der mehr ahnung davon hat. als ich.
    ich bedanke mich für alle nützlichen infos dir ihr mir geben könnt.

    MuahThai

    edit: anscheinend funtzt es ja bei jedem hier im forum. ich bin wohl ne ausnahme. macht alle vorschläge die ihr habt. hab alles ausprobiert, was man nur ausprobieren kann.
    -----------
    hatte jemand vlt schon probleme nach der inistialisierung gehabt (Englische anleitung), kann es vlt damit etwas zutun haben? hab ich die anleitung vlt falsch verstanden?

    -----------------------------------------------
    EDIT:
    ich habe innerhalb nach dateien gesucht die das wort "disk" enthalten
    ich bin auf eine datei gestossen die sehr interesant klingt.
    das ist die "installationProgress.js"
    "C:\Programme\Gemeinsame Dateien\Adobe\Installers\061850775b1c6d22bf2a14567 8e05e0\resources\pages\installationProgress"
    habe ich das schmuckstück entdeckt.
    hier ein kleiner auszug:
    -------------------------------------------------------------
    installationProgress_wp.prototype.isActive = function()
    {
    // Don't participate in record mode.
    return !this.wizardControl.session.IsRecordMode();
    }


    installationProgress_wp.prototype.onResourcesLoade d = function()
    {
    // Current action display
    this.currentActionLabel = new AdobeProperty("");
    var currentActionElement = this.getElementById("currentAction");
    if (currentActionElement)
    this.currentActionLabel.Bind(currentActionElement) ;

    // Current media display
    this.currentMedia = new AdobeProperty("");
    var currentMediaElement = this.getElementById("currentMedia");
    if (currentMediaElement)
    this.currentMedia.Bind(currentMediaElement);
    }


    installationProgress_wp.prototype.UpdateProgress = function(inOperationStatus)
    {
    //this.wizardControl.session.LogDebug("UpdateProgres s");

    // Update the UI
    var totalProgress = this.getElementById("progressBarMid");
    var diskProgress = this.getElementById("discBarMid");
    totalProgress.style.width = inOperationStatus.totalProgress + "%";
    totalProgress.alt = totalProgress.style.width;

    if (inOperationStatus.currentPayloadObj)
    -------------------------------------------------------------
    ich vermute das sich hier das mysteriöse geheimniss verbirgt, warum man eine cd einlegen soll.
    leider bin ich nicht so sprachbegabt, wie andere menschen hier.
    wer kann mir helfen die richtige zeile zu finden.
    ------
    warum ich das vermute? weil ich dran rumexperimentiert habe. und mir das mit cd einlegen nicht angezeigt wurde. ich kam sogar bis zum ende, nur leider wurden keine payloads installiert.
    ------

    ich hoffe man kann mir helfen..... :)
  • idin schrieb:

    Also durch das Zeug steig ich jetzt auch nicht durch.
    normalerweise kopiert man die crack-.exe in den Installationsordner und fertig:confused:


    das ist auch richtig. nur leider komme ich nur bis hier hin.

    habs auf die festpalte kopiert und von da aus gestartet.
    daemon tools und brennen habe ich auch alles durch.
    in der "installationProgress.js" müsste man das umschreiben können, das man die cd einlgen nicht muss.
    die "installationProgress.js" wird lokal auf den rechner beim inistialisieren gespeichert.
    C:\Programme\Gemeinsame Dateien\Adobe\Installers\xxxxxxxxxxx\resources\pages\installationProgress

    EDIT:

    EDIT:
    ich habe mir diese version geholt:
    freesoft-board.to/f123/adobe-c…emium-deutsch-220141.html

    zwar hatte ich auch hier diesen fehler:
    freesoft-board.to/f155/photosh…t-cd-einlegen-220561.html

    dann hat es aber geklappt. und es wollte auch keine cd haben.
    ich bin der glücklichste mensch den es gibt. BIG THX


    ---CLOSED---