Jump to content

Fonsb

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Fonsb

  1. As requested.

    All apps install fine (it isn't unattended yet, that is a matter I will attent to later).

    CLS
    @ECHO OFF
    TITLE Apps Installatie
    ECHO.
    ECHO.
    ECHO.
    ECHO Installeren van Office XP
    ECHO Bezig...
    start /wait %systemdrive%\install\OfficeXP\setup.exe TRANSFORMS=%systemdrive%\install\OfficeXP\Unattended.MST /qb-
    ECHO.
    ECHO Installatie van AVG AntiVirus 7 bluild 289
    ECHO Bezig...
    start /wait %systemdrive%\install\avg70free89.exe /s
    ECHO.
    ECHO Installatie van Adaware SE Personal 1.05
    ECHO Bezig...
    start /wait %systemdrive%\install\AdAwareSEpersonal1.05.exe /s
    ECHO.
    ECHO Installatie van Total Commander 6.03a
    ECHO Bezig...
    start /wait %systemdrive%\install\TCmd603a.exe /s
    ECHO Registreren van Total Commander
    start /wait %systemdrive%\install\TCmd603aC.exe /s
    ECHO.
    ECHO Installatie van Windows Mediaplayer 10
    ECHO met media codecs: ffdshow 20041012, WM9 codec
    ECHO Bezig...
    start /wait %systemdrive%\install\Mp10Setup.exe /s
    start /wait %systemdrive%\install\ffdshow20041012.exe /s
    start /wait %systemdrive%\install\WM9codecs.exe /s
    ECHO.
    ECHO Installatie van Mozilla Firefox 1.0 met Java en Flash
    ECHO Bezig...
    start /wait %systemdrive%\install\Firefox_10PR.exe /s
    start /wait %systemdrive%\install\Java.exe /s
    start /wait %systemdrive%\install\flash7.exe /s
    ECHO.
    ECHO Installatie van Logitech software voor Toesenbord en muis
    ECHO Bezig...
    start /wait %systemdrive%\install\Keyboard222.exe /s
    start /wait %systemdrive%\install\Mouseware9791.exe /s
    ECHO Installatie van diverse utilities:
    ECHO Acrobat Reader, Daemon Tools, WinRAR  
    ECHO Aida32 Enterprise Edition 3.93, WinAmp 5.05
    ECHO Bezig...
    start /wait %systemdrive%\install\Acrobat601.exe /s
    start /wait %systemdrive%\install\Daemontools344.exe /s
    start /wait %systemdrive%\install\winrar.exe /s
    start /wait %systemdrive%\install\AIda32EE3.93.exe /s
    start /wait %systemdrive%\install\winamp.exe /s
    ECHO.
    ECHO.
    ECHO.
    ECHO Toepassen registertweaks...
    regedit /s  %systemdrive%\install\RegHacks.reg

    *edit*

    Tried to put "%systemdrive%\install\OfficeXP\Unattended.MST" in qoutes, without qoutes, just "Unattended.MST" yet all of that doesn't seem to make a difference.

  2. edit the line in your install batch file to read

    start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS="%systemdrive%\Install\Applications\OfficeXP\Unattended.MST" /qb-

    That right there should work as the C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\setup.exe

    and the C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\Unattended.MST copy over to the C:\install\Applications\OfficeXP folder when oemprecopy copies the files to the hard drive

    I followed the guide, Renamed the path of the Unattended.MST file, yet Office wont do a silent install.

    I used

    start /wait %systemdrive%\install\OfficeXP\setup.exe TRANSFORMS="Unattended.MST" /qb-

    When Office starts to install it is gathering info or something, then quits to the desktop, no message or error...

    Tried the other code from above...same thing.

×
×
  • Create New...