Jump to content

Some Issues im having


Recommended Posts

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

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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.

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

Link to comment
Share on other sites

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

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