Jump to content

condor

Member
  • Posts

    128
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Posts posted by condor

  1. Isn`t only adobe, sometime fail skype. Last time ai tested with ccleaner and one xp language pack and she wast last from list. Ccleaner was installed successuful but language pack not and give me this error:

    Friday, April 15, 2011 1:40:32 PM - cmd1 Success (returned code 0): "D:\wpi\Install\Software\ccsetup305.exe" /S

    Friday, April 15, 2011 1:40:32 PM - Finished installation.

    Friday, April 15, 2011 1:40:38 PM - cmd1 *** Fail *** (returned code 1618): "D:\wpi\Install\LanguagePack\LIPSETUP.MSI" /quiet /norestart

    Friday, April 15, 2011 1:40:38 PM - Finished installation.

    Searching by error code I found this:

    http://support.microsoft.com/kb/229683

    Another installation is already in progress. Complete that installation before proceeding with this install.

  2. Hy again,

    It is an option in WPI to wait 10-20 sec after X program was installed then to start command from the next program? I try in the last 4 days to make my own XP kit with post-installed applications. The switch command are OK because I have tested in CMD and work. For example you can`t install adobe reader if it is open another installation from another software. I search on net, here, wpi manual but nothing found. What I want to do in WPI is:

    Example

    1. program A

    2. program B

    3. program C

    I want something this in WPI.

    program A

    command1----succes

    wait 10-20 sec

    program B

    command1----succes

    wait 10-20 sec

    program C

    command1 ---succes

    Every time when I test my XP kit I get one or two application failed because WPI who don`t know to wait after program is installed. I reordered application but nothing good. Any help?

    Tks

  3. Bug or???

    I make my own cd xp with post installed software and sometime 1 or 2 of applications give failed. I put to the end order one language pack and before ccleaner and I get this fail.

    1. ccleaner

    2. language pack

    Friday, April 15, 2011 1:40:32 PM - cmd1 Success (returned code 0): "D:\wpi\Install\Software\ccsetup305.exe" /S

    Friday, April 15, 2011 1:40:32 PM - Finished installation.

    Friday, April 15, 2011 1:40:38 PM - cmd1 *** Fail *** (returned code 1618): "D:\wpi\Install\LanguagePack\LIPSETUP.MSI" /quiet /norestart

    Friday, April 15, 2011 1:40:38 PM - Finished installation.

    Searching by error code I found this:

    http://support.microsoft.com/kb/229683

    Another installation is already in progress. Complete that installation before proceeding with this install.

    WPI won`t know how to wait for installing prevision application and when to start installation of next applications?

    To be like this, exemple:

    1. installing ccleaner

    2.wait 10-20sec after ccleaner succes

    3.install language pack

    Tks

  4. Have try someone to make addons for nlite?

    I try to make after 6.0 version, I edit install.inf, also I change dir=C:\Program Files, but total commander only install in C:\totalcmd

    Any help? tks

    Or know somebody a software to make setup but who know silent commands?

    I havet try this

    [auto]
    // Set auto=1 for automatic installation, with parameters below and from [Installation]
    auto=1
    lang=1
    alllang=1
    iniloc=%ProgramFiles%\totalcmd
    iniall=0
    mkgroup=1
    mkdesktop=0


    [Destination]
    Dir=%ProgramFiles%\totalcmd
    Ini=wincmd.ini,Configuration,InstallDir

    but installation folder is C:\ and I want C:\Program Files :crazy:

    LE. In C:\Program Files only 1 file it is wincmd.ini and rest of files in C:\

  5. Once it was needed to install Windows 7 from USB disk, after many search on the net and many failed tutorial and software this one work.

    http://www.sevenforums.com/tutorials/2432-usb-windows-7-installation-key-drive-create.html?ltr=U

    How can make the batch (.cmd, .bat) to run in order the same instruction?

    I try this:


    ECHO OFF
    CLS
    :MENU
    ECHO.
    ECHO ...............................................
    ECHO PRESS in order from 1 to 10 or 2 for EXIT
    ECHO ...............................................
    ECHO.
    ECHO 1 - Starting DISKPART
    ECHO 2 - EXIT
    ECHO.
    SET /P M=Type 1, 2, then press ENTER:
    IF %M%==1 GOTO DISKPART
    :DISKPART
    DISKPART
    list disk
    GOTO MENU

    After I RUN this batch she open DISKPART but not show the information be typing list disk.

    Any help? Tks

    Posted in wrong section, someone to move to

    Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)

  6. Helo all

    I try to make my own unattended XP with some software and every time the programs won`t install and show some error :Windows cannot find apps\programs\programs.exe

    I have the $OEM$ with $1 , $$, runonceex.cmd and cmdlines.txt

    In $1 I have folder apps

    The runonceex.cmd are this lines:

    cmdow @ /HID
    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Software install" /f

    REG ADD %KEY%\001 /VE /D "Firefox" /f
    REG ADD %KEY%\001 /V 1 /D "%systemdrive%\apps\Firefox\Firefox3.exe -ms" /f

    REG ADD %KEY%\002 /VE /D "Adobe Reader 9.1" /f
    REG ADD %KEY%\002 /V 1 /D "%systemdrive%\apps\Adobe\AdobeReader91.exe /sAll /rs" /f

    REG ADD %KEY%\003 /VE /D "PowerISO 4.3" /f
    REG ADD %KEY%\003 /V 1 /D "%systemdrive%\apps\poweriso\poweriso.exe /S" /f
    REG ADD %KEY%\003 /V 2 /D "REGEDIT /S %systemdrive%\apps\poweriso\poweriso.reg" /f

    REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f
    REG ADD %KEY%\085 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f

    EXIT

    The winnt.sif are this lines:

    [Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
    [Unattended]
    OemPreinstall=Yes
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore
    FileSystem=*

    What is the problem? Tks

  7. I open the same windows XP whit a diferent version of Nlite and I observe that:

    Nlite 1.0 RC8

    TWEAKS:

    Boot and Shutdown:

    -Auto-End task immediately

    -Auto-Kill hung aplications immediately

    -Auto-kill hung services immediatley

    -Disable logging and reboot on system failure

    -Disable saving las good state and boot

    -Disable Standby this tweaks isn`t in 1.3.5. Why??

    -Do not parse autoexec.bat

    -Logon page

    -Numlock

    -Setup prefetch-cache

    -Status messages

    Nlite 1.35

    Tweaks:

    Boot and Shutdown:

    -Auto-End tasks immediately

    -Auto-kill hung aplications immediately

    -Auto-kill hung services immediately

    -CTR-ALT-DEL at logon add in 1.3.5

    -Disable automatic restart on system failureadd in 1.3.5

    -Disable logging on system failure

    -Disable saving last good state at boot

    -Do not parse autoexec.bat

    -Logon page

    -Numlock

    -Setup prefetch-cache

    -status messages

    I not verify all entire setings but when I have time I do that.

    And I think is more setings missed from Nlite 1.35 which is found in prevision versions.

  8. What commands can write on runonce when the instalation is ready to copy automately a some files from XP cd in system32.

    I try in this way but not work.

    cd\

    cd %DEVICE% (here I forget the comand for CD/DVD

    copy test.txt %systemroot%\system32

    I install my OS but the instalation is finish this commands don`t work to copy my files in system32. Can telme someoane?

  9. can telme someone which command put in the nlite add-on maker for files in this picture because i try to insert at hotfix whit nlite but stil not work

    untitledqa9.jpg

    If can write the command in the order from picture. While make the cab whit nlite addon insert whit nlite in hotfixes????

    The folder IE6 are a setup.exe and some archive for this files how make an which commands?

    untitled2po1.jpg

    Tks and I wait answer.

  10. i find on brazilian forum a program Nlite add-on maker and whit this program it is posible to integrate and other files can be work whit Nlite.

    I have a update named mxmls6.msi and can be integrated whit nlite and whit Nlite add-on maker I dont know which command to put on "Command for Silent instalation" here is a capute whit program.

    mxml6ip5.jpg

    Wich command put there for "files.msi" but or "files.exe"? I post here because in the brazilian forum I dont understand the language. I wait answer tks

×
×
  • Create New...