Jump to content

bujo696

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Posts posted by bujo696

  1. But not with WPI.

    I've added cWnd to a CMD file for silent install Framework 2 and some applications, and in the first setup that use cWnd WPI DISAPPEAR. And it doesn't come back.

  2. I'm trying to do a batch to install Windows XP from another partition in DOS.

    I removed from nLite the option Update/Install from DOS but I kept the file WINNT.EXE.

    So, this is the command in the batch file:

    WINNT.EXE /u:WINNT.SIF /s:D:\I386

    It works as it is. It starts copy files and there is no problem with that.

    But after reboot there is no bootable partition.

    I know about /SYSPART but that is only for WINNT32 (Windows) and I need to do it in DOS.

    Any idea?

  3. Yes with that version it seems to work.

    Isn't any problem that the update is the English version and for Windows 2003?

    Edit: I think you changed from ENG to ESN ;)

    The ESN version doesn't work. The same problem. But with the ENG version I think it works... I'm not sure. At least I don't have it in WUP list.

  4. I've PM'ed that to @Shark007 much time ago, but no response.

    Add this files:

    Winamp\Plugins\freeform\xml\wasabi\window\

    background.png

    error.png

    framewnd-windowshade.png

    scrollgrips.png

    transparent.png

    tree-sort-icon.png

    window-elements.png

    Winamp\Plugins\freeform\xml\wasabi\xml

    components.xml

    garbage-elements.xml

    old.system-colors.xml

    old.system-elements.xml

    system-colors.xml

    system-element-aliases.xml

    system-elements.xml

    system-groups.xml

    Winamp\Plugins\freeform\xml\wasabi\xml\xui\standardframe

    standardframe.xml

    standardframe-elements.xml

    Winamp\Plugins\freeform\xml\wasabi\xml\xui\titlebar

    titlebar.xml

    You could use a SFX or 7z. The file is about 1 MB.

  5. Here is an example:

    Opt("WinWaitDelay",100)
    Opt("WinTitleMatchMode",4)
    Opt("WinDetectHiddenText",1)
    Opt("MouseCoordMode",0)
    Run('Alcohol_v1.9.5.4212.exe')
    WinWait("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh")
    If Not WinActive("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh")
    WinWaitActive("Alcohol 120% 1.9.5.4212","Welcome to the Alcoh")
    Send("{TAB}{TAB}{ENTER}")

    WinWait("Alcohol 120% 1.9.5.4212 ","Please review the li")
    If Not WinActive("Alcohol 120% 1.9.5.4212 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Please review the li")
    WinWaitActive("Alcohol 120% 1.9.5.4212 ","Please review the li")
    Send("{TAB}{TAB}{ENTER}")

    WinWait("Alcohol 120% 1.9.5.4212 ","Choose which feature")
    If Not WinActive("Alcohol 120% 1.9.5.4212 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Choose which feature")
    WinWaitActive("Alcohol 120% 1.9.5.4212 ","Choose which feature")
    Send("{DOWN}{DOWN}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")

    WinWait("Alcohol 120% 1.9.5.4212 ","Choose Install Locat")
    If Not WinActive("Alcohol 120% 1.9.5.4212 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Choose Install Locat")
    WinWaitActive("Alcohol 120% 1.9.5.4212 ","Choose Install Locat")
    Send("{TAB}{TAB}{TAB}{ENTER}")

    WinWait("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh")
    If Not WinActive("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh")
    WinWaitActive("Alcohol 120% 1.9.5.4212 ","Completing the Alcoh")
    Send("{SPACE}{TAB}{TAB}{ENTER}")

    It doesn't include registration.

×
×
  • Create New...