MSFN Forum: MS Office 2003 Fails To Install - 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

MS Office 2003 Fails To Install Seems to start installing then moves on Rate Topic: -----

#1 User is offline   dalsoth 

  • Group: Members
  • Posts: 6
  • Joined: 11-June 05

Posted 12 June 2005 - 07:19 AM

Hi

I am having problems with MS Office 2003 installing using the RunOnceEx method. My XP unattended install goes fine then when it starts the apps part MS Office starts to install and you see the bar moving across then it goes backwards and quickly moves onto installing the next program in the list.

I had followed the MSFN guide on slipstreaming sp1 into office and creating the unattended.mst file to run the setup.exe but that failed so i tried with just running the pro11.msi and that did the same thing.

Heres a part of my file:

REG ADD %KEY%\000 /VE /D "MS Office 2003 SP1" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\Applications\Office2003\PRO11.MSI /qb-" /f


This was the original:

REG ADD %KEY%\000 /VE /D "MS Office 2003 SP1" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f


Any ideas why it just fails? :wacko:

Thanks

This post has been edited by dalsoth: 12 June 2005 - 07:20 AM



#2 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 12 June 2005 - 08:26 AM

It's splitstreamed version ? or original ?

#3 User is offline   dalsoth 

  • Group: Members
  • Posts: 6
  • Joined: 11-June 05

Posted 12 June 2005 - 08:51 AM

I followed the guide on this site to slipstream it.

#4 User is offline   slimzky 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 412
  • Joined: 09-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 June 2005 - 10:53 AM

make sure u install office 2003 first before DOTNET FRAMEWORK... :)

#5 User is offline   dalsoth 

  • Group: Members
  • Posts: 6
  • Joined: 11-June 05

Posted 12 June 2005 - 11:08 AM

I dont think i even installed the dot net framework as i dont think its part of the hotfixes on ryans site is it? I only installed his main hotfix update and not any of the additional things like the framework and adobe reader etc that is listed seperately.

#6 User is offline   DonDamm 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 24-May 05

Posted 13 June 2005 - 10:40 AM

Trying to run the msi file by itself won't work. Mine is similar to your original, though now I run all install from the DVD because there are too many and it saves time copying. Even with the slipstream you need to use the setup.exe file and the transform file. The only real difference is that it makes no hiddden msocache folder because a slipstream is by definition an administrative install point. I made mine from a 10-in-1 CD that I made from the five original CDs using an AIO maker.

It sounds to me as if your slipstream glitched somehow. Try the install the normal way (not silent) and see what happens. That revering bar just means it is erasing and cleaning up after a failed install. Are you trying this on a virtual machine?? Make sure you give yourself enopugh space. I use at least 5 or 6GB to test with and even that is gettting thin as I add programs. If you are copying everything over first, you may be running out of room.

Oh, and .NET Framework wouldn't have anything to do with it. That's one of the first things I install in my unattendeds. I put it in so no one will be bothered by nagging from MS for it. Anyway, it is an environment that is becoming more and more important to have.

This post has been edited by DonDamm: 13 June 2005 - 10:42 AM


#7 User is offline   ozwaldo 

  • Group: Members
  • Posts: 1
  • Joined: 19-April 05

Posted 13 June 2005 - 02:25 PM

I noticed that you're using "TRANSFORMS=Unattended.MST"

You made an Administrative Point?

I don't sure but I think that if you make an Administrative Point you don't have to use the mst file

Sorry for my English

This post has been edited by ozwaldo: 13 June 2005 - 02:29 PM


#8 User is offline   dalsoth 

  • Group: Members
  • Posts: 6
  • Joined: 11-June 05

Posted 13 June 2005 - 03:10 PM

I followed the advanced guide on the unattended site here to slipstream office and set it up using the office resource kit etc..

I will have another go, maybe it just failed somewhere along the line like it was suggested above.

Thanks for the help i will see what happens in a few days when i try again.

#9 User is offline   gfincher 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 09-March 04

Posted 13 June 2005 - 03:15 PM

I suspect that the install is failing because of a path problem since you don't specify the path to the MST file. Take off the trailing "-" in the following line:

REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f


And see what the error is...

You also could follow the instructions here:

http://office.microsoft.com/en-us/assistan...1717621033.aspx

replacing any of the network location information with correct locations on your DVD. Editing the setup.ini file w/MST & chaining in the SP1 hotfixes using this method makes it easy to add in othe hotfixes in later builds, and also enables the Local Install Source for Office 2k3.

Glenn Fincher

#10 User is offline   Chester^ 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 04-January 05

Posted 13 June 2005 - 03:39 PM

did you use the office shrinker?

#11 User is offline   Sesshoumaru 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 11-August 04

Posted 14 June 2005 - 11:23 AM

i used the ofice shinker for mine, but i had office XP.

it WAS working, i made many unattended installs where it worked, but in my laast "revision" of "my" nlited windows, i have the same problem.

i think that some new update or some tweak i made with nlite is conficting with the shinked install.

a manual install of what i want to use, but with the full cd, after installing windows, does work.

#12 User is offline   slimzky 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 412
  • Joined: 09-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 June 2005 - 03:50 AM

Quote

i think that some new update or some tweak i made with nlite is conficting with the shinked install.

a manual install of what i want to use, but with the full cd, after installing windows, does work.


i think i hav d same problem... but mine is installing fine... but when i try to run word, excel or powerpoint, the wind0ws installer dialogs pops up & crashes the app... cant find the solution.... :angry:

#13 User is offline   maniaq 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 28-November 04
  • OS:none specified
  • Country: Country Flag

Posted 17 June 2005 - 04:33 AM

did yu used with sp1 then it all is know why it didn't installed. i prefer dont use office 2003 with sp1 when yu use office shrinker

#14 User is offline   timos5555 

  • Group: Members
  • Posts: 5
  • Joined: 05-April 05

Posted 17 June 2005 - 05:27 AM

I have the exactly the same problem. Followed the office shrinker guide religiously but the office install just goes back on itself and doesnt install anything whatsoever.

Wanted everything to fit on 1 cd, but have since given up after many installs and resorted to sticking the full 600+ mbs with an unatteneded.mst on a dvd. Oh well.

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