Jump to content

right_paw

Member
  • Posts

    25
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by right_paw

  1. when my unatended install is finished it comes up with messenger wanting to sign in, now i have tried several registry tweeks and searched the forum but havent been able to prevent this from happening does anyone have any ideas? any help would be much apreciated

  2. i am runing this patch from svcpack.inf at the t-13 minute mark and all installs ok but it asks questions during the install which defeates thepurpose of an unatended install. i am using the normal switches /Q:A /R:N but it still asks questions, would it be better to run it from the runonceex or are there other switches that are required to make it unattended?

  3. i have been working on anatended install with xp and using wininstal le and it worked fine the first time and now i get the error unable to open database does anyone know an alternative program to create the .msi files or a way to get this one to work?

  4. i create an msi file for my unatended install and win instal .le comes up with an error about an absolute path, so it installs ok from its current deirectory but if you move it it doesnt work. i know i need to either alter the absoulute path so that it looks in the right place when it is moved or change it to a relative path but i cant find the settings in the program top do it can anybody help?

  5. i continue to get the error c:\install\hotfixes\hotfixes.cmd cannot be found

    can anyone explain where i may have gone wrong? is there something i have missed?

    winnt.sif entry

    [GuiRunOnce]

    %systemdrive%\install\hotfixes\hotfixes.cmd

    file location

    C:\XP\$OEM$\1$\Install\hotfixes\hotfixes.cmd

    contents ofn file

    @echo off

    ECHO.

    ECHO Installing Q817787 for Windows Media Player 8

    start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N

    ECHO.

    ECHO Installing Q832483 Buffer overrun in an MDAC function could allow code execution

    start /wait %systemdrive%\install\hotfixes\Q832483.EXE /C:"dahotfix.exe /q /n" /q

    ECHO.

    ECHO Installing Q817778 Advanced Networking Pack

    start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z

    EXIT

    ECHO.

    ECHO Restarting the PC in 1 minute...

    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute"

    EXIT

  6. my runonce ex doesnt appear to run does any one have any ideas

    cmdlines.txt

    [COMMANDS]

    pause

    "REGEDIT /S RegTweaks.reg"

    pause

    "RunOnceEx.cmd"

    pause

    RunOnceEx.cmd

    cmdow @ /HID

    @echo off

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

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f

    REG ADD %KEY%\002 /VE /D "Adobe Reader 6" /f

    REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\adobe123.exe /qn" /f /Q /O /N /Z

    REG ADD %KEY%\005 /VE /D "AD Aware 6" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\aaw61234.exe /qn" /f /Q /O /N /Z

    REG ADD %KEY%\006 /VE /D "Winzip 9.0" /f

    REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\winzip90.exe /qn" /f /Q /O /N /Z

    have i missed anything? does cmdlines.txt run automatically

×
×
  • Create New...