Jump to content

Cretak

Member
  • Posts

    20
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Cretak

  1. Hi Benjamin!

    I used Wihu to create a user on first windows startup and all works fine but wihu shows me an error. i just want to know what this means or what i m doing wrong.

    the log is attached and i used wihu with "wihu.exe /Owner=BitteEintragen /Computer=BitteEintragen /SkipRestart /NoCancel /SkipSoftware /Autologon /Log=log.txt". in my unattended install process i m logging on as an admin on first startup. then i have to restart that the wihu created user is logged on.

    can you explain me the error?

    log.txt

  2. function getWin(win, inc)
    {
    var cntr = 0;
    while (!WshShell.AppActivate(win))
    {
    if (cntr==12) return true;
    cntr++;
    WScript.Sleep(inc);
    }
    return true;
    }
    var WshShell = new ActiveXObject("WScript.Shell");
    var oExec = WshShell.Exec("true.exe");
    while (oExec.Status == 0)
    {
    WScript.Sleep(1000);
    WshShell.SendKeys ("{ENTER}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{a}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{n}");
    WScript.Sleep(200);
    WshShell.SendKeys ("SN1");
    WScript.Sleep(100);
    WshShell.SendKeys ("SN2");
    WScript.Sleep(100);
    WshShell.SendKeys ("SN3");
    WScript.Sleep(100);
    WshShell.SendKeys ("SN4");
    WScript.Sleep(100);
    WshShell.SendKeys ("SN5");
    WScript.Sleep(100);
    WshShell.SendKeys ("%{n}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{n}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{y}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{n}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{n}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{p}");
    WScript.Sleep(10000);
    WshShell.SendKeys ("%{y}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{n}");
    WScript.Sleep(500);
    WshShell.SendKeys ("%{y}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{f}");
    WScript.Sleep(200);
    WshShell.SendKeys ("%{c}");
    }
    WScript.quit();

    I solved the problem with this js. script!

    Simple thing. Also german version 7

  3. Hi m8s! :)

    I made my unattended install and tested it with VMWare. In VMWare all is ok and all works fine. i also reduced some components with nlite.

    Now i wanted to install my uacd on my real pc. but when the setup tries to copy the systemfiles he said that he cant copy Si3112r.inf, Si3112r.sys, Si3112r.cat, SIWinAcc.sys. these are the drivers of my SATA onboard controller (NF7S Rev.2).

    now i dont know what to do because the setup dont take the drivers from the original driver floopy too.

    the rest of the installation works fine but when the maschine rebbots i get a blue screen saying that drive is unaccessable. so i think i can solve this with copying the drivers. btw. former installations worked fine.

    can anyone help me?

    Thanks!

  4. Hi!

    I used the Guide from flyakite for creating the MultibootDVD.

    So i added WinXP Home + SP1 and WinXP Prof + SP1, Erdcommander 2003 and WinPE (BartsPE Builder) and some other tools for rescueing the hd.

    i did all he said in his guide but if i create a iso with cdimage i got a message ob installation, that some files cant copied or some files are corrupted. but if i use the original cd it works.

    same problem with winpe. sometimes it works fine and sometimes i cant start a program or something else.

    i dont know what it is because on the original cd an before creating the iso all is ok.

    Did anyone know something?

×
×
  • Create New...