Help - Search - Members - Calendar
Full Version: Microsoft OFfice 2003
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
minusbfold
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.

CODE
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

CODE
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?
Plamdi
REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=C:\xpcd\$OEM$\$1\install\Applications\Office2003\unatended.mst /qb-

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

I just did that and it does the same thing it comes up says its about to go through the install then goes into windows and nothing is installed
RyanVM
Are you sure it's "unatended.mst" and not "unattended.mst"?
aspenjim
RoflMao...
Plamdi
QUOTE (RyanVM @ Apr 11 2006, 10:15 AM) *
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).
minusbfold
Thanks guys i figured out what was wrong and it wasnt the spelling mistake...




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.