April 10, 200620 yr 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\RunOnceExREG ADD %KEY% /V TITLE /D "Advantage ESM Application Installations" /FREG ADD %KEY%\001 /VE /D "Adobe Reader" /FREG ADD %KEY%\001 /V 1 /D "C:\install\AdbeRdr707_en_US.exe /S /v/qn" /FREG ADD %KEY%\002 /VE /D "Spybot" /FREG ADD %KEY%\002 /V 1 /D "C:\install\spybotsd14.exe /VERYSILENT" /FREG ADD %KEY%\003 /VE /D "Macromedia Flash Player-Shockwave Player" /FREG ADD %KEY%\003 /V 1 /D "C:\install\mm_fl_sw_installer.exe /S" /FREG ADD %KEY%\004 /VE /D "Ultra VNC" /FREG ADD %KEY%\004 /V 1 /D "C:\install\UltraVNC-101-Setup.exe /SILENT" /FREG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /FREG 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" /FREG 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 April 10, 200620 yr by minusbfold
April 10, 200620 yr 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
April 10, 200620 yr Author Thanks 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
April 11, 200620 yr 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).
April 11, 200620 yr Author Thanks guys i figured out what was wrong and it wasnt the spelling mistake...
Create an account or sign in to comment