Help - Search - Members - Calendar
Full Version: Some Issues im having
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
minusbfold
First I want to say thanks for everyone who has helped me I finally unserstand a good amount of it thanks to this forum.

But my question is Windows Launches and my silent apps go fine until it gets to flash and shockwave they start to install silent and then flash says.

"directory not found c:\windows\system32\macromedia\flash ??"

Then it asks me to click install so i click install and it works fine.

Then Shockwave asks me if i want to install yahoo then i click no and it insalls fine.

Then when I get to office 2003 I set up the unatended.mst it comes up and says
"office source folder cannot be located or is corrupt" once im in windows i can insall it from the files it copied over to the c:\install\applications\office2003 without a problem. Anyone run into this.

Here is my code below

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

REG ADD %KEY% /V TITLE /D "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" /F
REG ADD %KEY%\003 /V 1 /D "C:\install\install_flash_player.exe /qb" /F

REG ADD %KEY%\004 /VE /D "Macromedia Shockwave Player" /F
REG ADD %KEY%\004 /V 1 /D "C:\install\Shockwave_Installer_Full.exe /qb" /F

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

REG ADD %KEY%\006 /VE /D "Microsoft Office 2003" /F
REG ADD %KEY%\006 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb" /F


I was also thinking in this code above I might want to have office come right off the CD instead dunno if thats a good idea or not
xbox
im sure i was having these probs aswell with flash shockwave

i got the msi file from somewhere, cant remember where now sorry
and use the following
mm_fl_sw_installer.msi /qn

and it installs ok for me now
minusbfold
thanks man ill find it someware
jyrwin
You can get both flash and shockwave (yahoo free) here (exe and msi):
http://www.macromedia.com/support/shockwave/info/licensing/
minusbfold
Thanks I just did and it installs fine.

My other issue is office it comes up now like it wants to install then it goes right into windows with nothing installed I think i have the code reg right just need to edit do somthing difernt i guess.

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=Unattended.MST /qb" /F
xbox
i use
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=%systemdrive%\install\Applications\OfficeXP\Unattended.MST /qb-

for office on my setup
so it might be something similar for yours, maybe add the path before the MST

/V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=\install\Applications\Office2003\Unattended.MST /qb" /F

path might be wrong, but hope it helps
minusbfold
Thanks man ill give it a try right now




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.