Jump to content

koszopal

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Posts posted by koszopal

  1. Hello,

    I'm trying to add a user but  it fails everytime.

    I'm using the OOBEINFO.INI method.

    You'll find the winnt.sif and the oobeinfo.ini attached

    Could you help me ?

    Thanx in advance.

    Guillaume

    did u tryed

    [userInfo]Identity000="MyAdmin"

    Identity001="Mary"

    Identity002="John"

  2. @stuntgp2000

    ive got installed dx9c too :)

    1st im installing on cmdlines ie6sp1

    2nd on runonexe im installing dx9c + other apps and at end installing all hothixes

    here is my runoneexe.cmd

    cmdow @ /HID

    @echo off

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

    REG ADD %KEY% /V TITLE /D "Instalacja aplikacji i hotfixow po restarcie" /f

    REG ADD %KEY%\890 /VE /D "VMware Tools" /f

    REG ADD %KEY%\890 /V 1 /D "%systemdrive%\install\vmware\vmware.cmd" /f

    REG ADD %KEY%\895 /VE /D "DirectX 9.0c" /f

    REG ADD %KEY%\895 /V 1 /D "%systemdrive%\install\directx\directx.cmd" /f

    REG ADD %KEY%\900 /VE /D ".Net Framework 1.1 + SP1" /f

    REG ADD %KEY%\900 /V 1 /D "%systemdrive%\install\netfrm11\netfxsp1.exe" /f

    REG ADD %KEY%\905 /VE /D "Microsoft Journal Viewer 1.5" /f

    REG ADD %KEY%\905 /V 1 /D "%systemdrive%\install\jv15\JV15.msi /qb" /f

    REG ADD %KEY%\910 /VE /D "Hotfixes " /f

    REG ADD %KEY%\910 /V 1 /D "%systemdrive%\install\hotfixes\hotfixes.cmd" /f

    REG ADD %KEY%\920 /VE /D "Kerio Personal Firewall 2.1.5" /f

    REG ADD %KEY%\920 /V 1 /D "%systemdrive%\install\kpf\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f

    REG ADD %KEY%\925 /VE /D "Total Commander 6.03a" /f

    REG ADD %KEY%\925 /V 1 /D "%systemdrive%\install\total\install.exe" /f

    REG ADD %KEY%\935 /VE /D "Windows Messenger 5.0" /f

    REG ADD %KEY%\935 /V 1 /D "%systemdrive%\install\wms\wms50.msi /qb" /f

    REG ADD %KEY%\945 /VE /D "Windows Movie Maker 2.0" /f

    REG ADD %KEY%\945 /V 1 /D "%systemdrive%\install\mm20\mm20.msi /qb" /f

    REG ADD %KEY%\955 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\955 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

    EXIT

    here is my directx.cmd
    cmdow @ /HID

    @echo off

    ECHO.

    ECHO Installing DirectX 9.0c

    start /wait %systemdrive%\install\directx\dxsetup.exe /silent

    ECHO.

    EXIT

  3. @bitmonster

    hmm to add langpack here ?

    koszopal

    Didn't understand what you ask really.

    If you need a languagepack, you can simply install it directly after the netfxsp1.exe. As far as I know a languagepack cannot be 'slipstreamed' into a .NET-Adminsitrative-Install-Point. But as the resulting netfxsp1.exe runs like charm from svcpack.inf there is no problem to install the languagepack directly afterwards.

    But there are also localized-builds of the .NET-1.1-package, so it might be a good idea to use them instead of the default english one. But I haven't got any problems with the english-packages, even when I install a german-languagepack afterwards. Anyhow you can change the language at the microsoft-links I posted above and get the right one for you. The batch should work with every version.

    It might be possible to create a 7z-languagepack-installer to save some bytes. Hmm, will see if this would bring any benefit.

    ok i just want to have not only net. 1.1 + sp1 but with langpack too :)

    now im using rar sfx with launch.bat

    start /w netfx.msi /qn
    start /w langpack.msi /qn

    but with your metod size of exe is ab 1 mb lower comparing to winrar metod

    im asking how to using your script

    not only start

    msiexec.exe /i netfx.msi /qb

    but langpack too (msiexec.exe /i langpack.msi /qb)?

    koszopal



×
×
  • Create New...