MSFN Forum: Office 2K3 trouble... Any ideas? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Office 2K3 trouble... Any ideas? Silent install from RunOnceEx fails Rate Topic: -----

#1 User is offline   ivwolferen 

  • Group: Members
  • Posts: 9
  • Joined: 04-January 06

  Posted 18 January 2006 - 02:48 AM

Hey people,

After succesfully creating my first unattended XP installation, i decided to add some applications
and windows components. I am using RunOnceEx, my file looks like this:

@echo off

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


REG ADD %KEY% /V TITLE /D "Windows componenten en programma's installeren" /f

REG ADD %KEY%\001 /VE /D ".NET Framework 1.1 + SP1" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Microsoft\NETframework11+SP1\netfx.exe" /f

REG ADD %KEY%\002 /VE /D ".NET Framework 2.0" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Microsoft\NETframework20\dotNET20_silent.exe" /f

REG ADD %KEY%\003 /VE /D "Visual J# Runtime files update" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Microsoft\VisualJ#RedistributablePackagedotNET20\install.exe /Q" /f

REG ADD %KEY%\005 /VE /D "Acrobat Reader 6" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AcrobatReader\AR6.exe -p\"-s /v\"/qn \"\"" /f

REG ADD %KEY%\006 /VE /D "Java 2 Runtime environment V5.0 Update 6" /f
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\JavaRuntime\Java50.msi /passive" /f

REG ADD %KEY%\075 /VE /D "WinRAR 3.20" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\winrar\WinRAR320.exe /s" /f

REG ADD %KEY%\076 /VE /D "Nero 6.3.1.17" /f
REG ADD %KEY%\076 /V 1 /D "%systemdrive%\install\Nero\Nero63117.exe /SILENT /NOREBOOT /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN" /f

REG ADD %KEY%\077 /VE /D "Daemon tools 3.4.7" /f
REG ADD %KEY%\077 /V 1 /D "%systemdrive%\install\Daemon\Daemon347.msi /passive" /f

REG ADD %KEY%\079 /VE /D "Office 2003 Proffesional + SP2" /f
REG ADD %KEY%\079 /V 1 /D "%systemdrive%\install\Microsoft\OfficeProff2003+SP2\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\155 /VE /D "Opruimen en opnieuw opstarten" /f
REG ADD %KEY%\155 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT


As you can see, i have .NET 1.1 + SP1 (Slipstreamed)
.NET 2.0
j# runtime
Acrobat reader
Winrar
Nero
Deamon tools
Office 2K3


The problem is, when i test this unattended installation, everything is installed execpt office 2K3.
The installer runs, but stops without returning a message, and office isn;t installed.

I tested the office installation only by removing all other program entry's from RunOnxeEx
and voila, office installed correctly.

I suspect that the .NET frameworks cause some files to be locked beacause it requires a reboot,
and thus office 2K3 cannot acces these file while installing. Is there anyone who can confirm this?
Or have had similar problems?

This post has been edited by ivwolferen: 18 January 2006 - 03:01 AM



#2 User is offline   Zxian 

  • Scroll up - see the Google bar?
  • Group: Super Moderator
  • Posts: 5,063
  • Joined: 30-September 04
  • OS:none specified
  • Country: Country Flag

Posted 18 January 2006 - 10:38 AM

There is a known problem with installing Office 2003 at T-12. Search for Nankai's post about it. He's made a custom installer that gets around this.

#3 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 January 2006 - 06:32 PM

I install .Net Framework 1.1 at T12, then .Net Framework 2.0 and office 2k3 at RunOnceEx. Everything goes well.

#4 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 20 January 2006 - 09:16 PM

View PostZxian, on Jan 18 2006, 11:38 AM, said:

There is a known problem with installing Office 2003 at T-12. Search for Nankai's post about it. He's made a custom installer that gets around this.


He's installing it from RunOnceEx, not svcpack.inf.

I install both .NET 1.1 and Office 2003 from svcpack.inf and don't have any issues like that so I don't think there's a conflict in that regard. You may want to make an administrative installation point of Office 2003 and try installing it that way.

msiexec /i pro11.msi TRANSFORMS=unattended.mst /qn


If you do decide to install from svcpack.inf, you'll need to edit the .msi file. The registry entries regarding error reporting must be removed.

This post has been edited by RogueSpear: 20 January 2006 - 09:16 PM


#5 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2006 - 04:51 PM

Quote

If you do decide to install from svcpack.inf, you'll need to edit the .msi file. The registry entries regarding error reporting must be removed.


What registry entries should be removed? Could you please show me a guide? I'm very interested in that.

#6 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 22 January 2006 - 06:28 PM

You'll need to delete the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth from the .msi file. I've found this necessary with other installers as well. Some examples are Microsoft Producer for PowerPoint, MSN Messenger, and Windows Live Messenger. If an application supports Application Error Reporting, you'll need to find the registry key with "PCHealth" in it, and delete it from the .msi file.

This post has been edited by RogueSpear: 22 January 2006 - 06:28 PM


#7 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2006 - 06:57 PM

Thx in advance.Will give it a test.

#8 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2006 - 10:02 PM

@RogueSpear
:thumbup It does work, thanks for your great help!

#9 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 22 January 2006 - 10:06 PM

Any time :D

#10 User is offline   ivwolferen 

  • Group: Members
  • Posts: 9
  • Joined: 04-January 06

Posted 23 January 2006 - 09:02 AM

View Postelajua, on Jan 19 2006, 07:35 PM, said:

i install office 2003 with sp2 integrated and is working ewll. i run it fomr RunOnceEx like you. i install the 1.1 and 2.0 frameworks first and tons of programs before office and it still get installed correclty without any problems.

are you using the admin install files or the original setup files? i use the created admin install point files that office generates using msiexec /a officepath (i cant remember exactly the syntax right now).


I use the method described at MSFN MSFN unattended office

That is the administrative installation i think.
B.t.w. running the office installation in my RunOnceEx and ONLY Office (so i removed all other program installations), things turn out great!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy