Jump to content

Microsoft OFfice 2003


minusbfold

Recommended Posts

Weird thing happening my custom DVD installs OS and my apps but when it gets to Microsoft Office it says "starting set up for microsoft office" I have my *.mst file all set up the way i like it. Then it goes right into windows with nothing installed i dont understand it.

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

REG ADD %KEY% /V TITLE /D "Advantage ESM Application Installations" /F

REG ADD %KEY%\001 /VE /D "Adobe Reader" /F
REG ADD %KEY%\001 /V 1 /D "C:\install\AdbeRdr707_en_US.exe /S /v/qn" /F

REG ADD %KEY%\002 /VE /D "Spybot" /F
REG ADD %KEY%\002 /V 1 /D "C:\install\spybotsd14.exe /VERYSILENT" /F

REG ADD %KEY%\003 /VE /D "Macromedia Flash Player-Shockwave Player" /F
REG ADD %KEY%\003 /V 1 /D "C:\install\mm_fl_sw_installer.exe /S" /F

REG ADD %KEY%\004 /VE /D "Ultra VNC" /F
REG ADD %KEY%\004 /V 1 /D "C:\install\UltraVNC-101-Setup.exe /SILENT" /F

REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=C:\xpcd\$OEM$\$1\install\Applications\Office2003\unatended.mst /qb-

I've also tried it like this

REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=unatended.mst /qb-

and it does the same thing anyone have an idea for me?

Edited by minusbfold
Link to comment
Share on other sites


REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=C:\xpcd\$OEM$\$1\install\Applications\Office2003\unatended.mst /qb-

...

REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\install\Applications\Office2003\setup.exe TRANSFORMS=%SystemDrive%\install\Applications\Office2003\unatended.mst /qb-" /F

Link to comment
Share on other sites

Are you sure it's "unatended.mst" and not "unattended.mst"?
Good pint, I didn't notice that. All I noticed was that his path C:\xpcd\$OEM$\$1\install\Applications\Office2003\ was certainly wrong...

...also don't use "C:" use %systemdrive%. Personally I would install all my apps straight off the CD (in which case you can use %~d0 to represent the CD-ROM drive letter (which takes variable "0" of the command line, treating it as a filename it returns the drive letter - so it returns the drive letter that the batch file exists on).

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...