MSFN Forum: Office 2003 is not installing - 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 2003 is not installing Rate Topic: -----

#1 User is offline   Nakkoush 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 18-August 04

Posted 07 July 2006 - 02:58 AM

Hi,
I don't know what is going on with my office, i used to install it silently like a charm,
i don't know what is the case whether it is because of RyanVM updates are maybe i'm messing somewhere but at the end after windows finihses installation office is not getting installed...

[Office11]
REM NOTES: http://office.micros...us/default.aspx
REG ADD %KEY%\iAdd /VE /D "Microsoft Office 2003 Pro" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Office11\PRO11.msi /QB" /f

i'm running my applications from my instalation DVD...

BTW if i open a comand promp on the cd and i run Office11\PRO11.msi /QB office is installing silently like a charm
I followed all the steps and tutorial on the forum to prepare my office 2003 files before i run the Office11\PRO11.msi /QB

This post has been edited by Nakkoush: 07 July 2006 - 03:00 AM



#2 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 08 July 2006 - 06:12 AM

REG ADD %KEY%\iAdd /VE /D "Microsoft Office 2003 Pro" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Office11\PRO11.msi /QB" /f
Mine are all numbers, not iAdd so try that.
Maybe you have another entry in runonceex.cmd that also begins w/ REG ADD %KEY%\iAdd cos then it would overwrite the office one. Post your runonceex.cmd.

#3 User is offline   Nakkoush 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 18-August 04

Posted 08 July 2006 - 07:24 AM

I am using UnattendXP done by MaXP...
it's a great software... it converts by itself all the iAdd into numbers...
so my problem is not with this one.

#4 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 09 July 2006 - 03:11 AM

Can you post a link to UnattendXp?
Found it, just need to download and check if it's an error w/the proggie.

This post has been edited by T D: 09 July 2006 - 03:12 AM


#5 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 09 July 2006 - 05:42 AM

View PostT D, on Jul 9 2006, 09:11 AM, said:

Can you post a link to UnattendXp?
Found it, just need to download and check if it's an error w/the proggie.


Quote

T D the program works fine i install office with it but i use transform file and winrar


[Office_2003_SP1]
REM	 http://office.microsoft.com/en-us/default.aspx
REM		NOTES: Winrar SFX
REG ADD %KEY%\iAdd /VE /D "Office System 2003 Professional SP1" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Office_2003_SP1\Office.exe" /f
REM REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Office\setup.exe TRANSFORMS=%SystemDrive%\APPS\Office\Unattended.MST /qb-" /f


as you see i have line Remmed out that was for testing two different methods and here is the code from winrar

;The comment below contains SFX script commands

Setup=setup.exe TRANSFORMS=Unattended.MST /qb-
TempMode
Silent=1
Overwrite=1


#6 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 09 July 2006 - 07:15 AM

[quote name='urie' date='Jul 9 2006, 12:42 PM' post='530602'] [quote name='T D' post='530558' date='Jul 9 2006, 09:11 AM']
[quote]T D the program works fine i install office with it but i use transform file and winrar[/quote]
[/quote]
Where does Nakkoush say that? He uses RunOnceEx and doesn't use a sfx archive.
Well, I can't dl UnattendXp cos there's no dl links in MaxP's forum or website.

#7 User is offline   Nakkoush 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 18-August 04

Posted 09 July 2006 - 08:24 AM

[/quote]
Where does Nakkoush say that? He uses RunOnceEx and doesn't use a sfx archive.
Well, I can't dl UnattendXp cos there's no dl links in MaxP's forum or website.
[/quote]
The link is down for the time being do to a new coming version...
the download link should work soon

#8 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 09 July 2006 - 09:16 AM

if your installing from c:\APPS\Office_2003_SP1
are the files copied there during the process?, if not that coul dbe your problem
If they are copied, then your install command is at fault

#9 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 09 July 2006 - 10:11 AM

View PostT D, on Jul 9 2006, 10:11 AM, said:

Can you post a link to UnattendXp?
Found it, just need to download and check if it's an error w/the proggie.


T D, you need to register on forum before you can download :)

#10 User is offline   kof94 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 433
  • Joined: 28-November 05

Posted 09 July 2006 - 11:53 AM

I use an sfx rar, no probs.

Setup=PRO11.MSI /qb
TempMode
Silent=2
Overwrite=1
Title=Microsoft Office 2003 SP2 Setup


Obviously you get the default install but you can always uninstall the components you don't want after.

This post has been edited by kof94: 09 July 2006 - 11:54 AM


#11 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 09 July 2006 - 01:12 PM

@urie I did but there's no dl link.
Thx for info Nakkoush.

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