Jump to content

Problem with Office 2003 In UnattendedXP CD


Recommended Posts

Hi to all

i have some problems with my Unattended XP cd

i wanted to add The Office 2003 to the CD but it wont insall in any way

i have use Batch_file .cmd comands

and RunOnces.cmd comands but with no luck still . i have followed may of the Guides on this forum and on other Forums but i stil come up with the sam problem

ok let me see if i can explain wat is the problem

the CD does an install of the Office ..or atleast show me that it is going to install but hen the instalation is done i find that all other programs are installed but with out OFFICE 2003

i try the manual isall fron the Insall folder ceated bu the CD instalation but i get a reply that the File are corrupted ........?????

does anyone have any Idea wat the problem may be

i would be gald if any one can assist me in this matter

thank you

CyberBOG

:thumbup

Link to comment
Share on other sites


one, recopy form the oringal Office CD

two, make sure your command is correct to install

his is the comand i use

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f

REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=E:\XPCD\$OEM$\$1\Install\Office2003\Unattended.MST /qb-

i think it is correct

if no could you give me a hand ??

Link to comment
Share on other sites

Is this your command line to test on your machine?

Because you have to remove this

E:\XPCD\$OEM$\$1

if you want to make it work on a CD

i have changed my code to

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f

REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=Install\Office2003\Unattended.MST /qb-

but still get cant find

c:\Install\Office2003\INSTALAR.exe

wat should i do

Link to comment
Share on other sites

BAH!!!

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=Install\Office2003\Unattended.MST /qb-

Won't work because TRANSFORMS does not have a complete path.

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-

Link to comment
Share on other sites

BAH!!!

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=Install\Office2003\Unattended.MST /qb-

Won't work because TRANSFORMS does not have a complete path.

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-

sorry but problem still the same

i just dont know wat else to do

all the other Apps intall 100%

The Office 2003 :realmad: is the only one that is making me mad

Link to comment
Share on other sites

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-

Is not entirely correct, you miss a " and /f at the end

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-" /f

Also try to replace /qb- with just /qb since /qb- removes any error messages that might pop up. Then try an install with /qb and see what the installer tells you.

Martin

Link to comment
Share on other sites

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-

Is not entirely correct, you miss a " and /f at the end

REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-" /f

Also try to replace /qb- with just /qb since /qb- removes any error messages that might pop up. Then try an install with /qb and see what the installer tells you.

Martin

Grate

this one just did the job

thanks a million

:thumbup

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...