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



Help
Back to top








