Jump to content

b|ade

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by b|ade

  1. officeexec.exe

    thank you. i looked for the post, but thats not the way i want to install office.

    but a hint in the thread made me try the office install without the "-" option and this brought the follwing error message:

    office.jpg

    if i choose the "ignorieren" option, the setup will finish without any problems and the applications work fine.

    I use autoit script to press Ignore button. I had the same problem. Please try attached script. But it was for english version.

    sorry, but i found no way to use the attached script. if i start the .exe windows tells me to use the systemconfig to install new programms.

  2. thank you. i looked for the post, but thats not the way i want to install office.

    but a hint in the thread made me try the office install without the "-" option and this brought the follwing error message:

    office.jpg

    if i choose the "ignorieren" option, the setup will finish without any problems and the applications work fine.

  3. thank you.

    i know, that the unattended installation of office works when you add the command to guirunonce (like i explained above...)

    but i want to install office with the cmdlines.txt - option.

    Doc Symbiosis wrote a possibility why this mode won't work.

    has anyone tried the cmdlines.txt-installation?

  4. yes, thats right. i've tried to add the office install command to the [guirunonce] and the install finished sucessfully.

    but on the unattended windows website (unattended.msfn.org) is no hint that the install with cmdlines.txt would not work.

    the second thing is, that [guirunonce] is not so comfortable, because i have to wait after the first login until the office install has finished.

  5. hi all,

    i just startet to run my unattended windows xp installation. i added the following commands to a batch-file which i called from cmdlines.txt:

    @echo off

    title "Windows wird konfiguriert"

    echo "Microsoft Office 2003 Installation"

    echo "Bitte warten..."

    echo.

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

    echo "Registrierung wird aktualisiert..."

    regedit.exe /s %systemdrive%\install\alluser.reg

    echo.

    echo "Schriftarten werden kopiert..."

    move /y %systemdrive%\install\Fonts\* %windir%\Fonts\ > nul

    the problem is, that first the office installation seems to start, the windows appears, but if its nearly finished, the statusbar rolls back and the installation breaks. there is no alert.

    anyone this error?

    thanks for help

×
×
  • Create New...