Help - Search - Members - Calendar
Full Version: Office 2003 is not installing
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Nakkoush
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.microsoft.com/en-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
T D
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.
Nakkoush
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.
T D
Can you post a link to UnattendXp?
Found it, just need to download and check if it's an error w/the proggie.
urie
QUOTE (T D @ Jul 9 2006, 09: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.


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


CODE
[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

CODE
;The comment below contains SFX script commands

Setup=setup.exe TRANSFORMS=Unattended.MST /qb-
TempMode
Silent=1
Overwrite=1
T D
[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.
Nakkoush
[/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
oioldman
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
urie
QUOTE (T D @ Jul 9 2006, 10: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.


T D, you need to register on forum before you can download smile.gif
kof94
I use an sfx rar, no probs.

CODE
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.
T D
@urie I did but there's no dl link.
Thx for info Nakkoush.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.