Jump to content

Fonsb

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About Fonsb

Fonsb's Achievements

0

Reputation

  1. yeah, just did everything like I did before and for some reason it works now.
  2. Okay, it works. I made another unattended install with the MS Office Recoure Toolkit, wrinting a new unattended.MST I use start /wait %systemdrive%\install\Office\setup.exe TRANSFORMS="%systemdrive\install\Office\Unattended.MST" /qb- Works like a charm now.
  3. 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.
  4. yep, that one. Did everthing like i suposed to. the Unattended.MST and the setup.exe are in the same place. used the code like I'm supposed to yet it just will not work. -edit- I did the renaming already, won't work. tried changing the path, doesn't matter
  5. I used the office XP recource tool thingie from MS
  6. 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...