Wait... Are we talking about multiple versions of shock possibly?
Main Topics
Browse All TopicsI would like to update shockwave 11.0 to 11.5.0.600 but I was told I have to remove the old version first.
I need help with a batch file to un-install the old version and install the newest version.
batch file to remove any shockwave:
batch file to do a silient install of the newest shockwave.
I have the distribute shockwave msi and exe file.
Regards,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If thats the case, and an older version is installed, when you try and launch the new one, the new installer is most likely based on the same GUID as the older version. Some apps try that.....
Try the uninstall command on a few mahcine with different versions, to see if it gets pulled off....
Might need to do a bit of research, and find the GUID for each version, and then we can modify the script.....
Do a search for ShockWave under the following registry key to find the value.....
HKEY_LOCAL_MACHINE\SOFTWAR
"UninstallString C:\WINDOWS\system32\adobe\
Silent switch is most likely just a /s at the end....
"C:\WINDOWS\system32\adobe
"do I need to put a path to msiexec?"
No, it is already in your SYSTEM path.....
"MsiExec.exe /x {AD72CFB4-C2BF-424E-9DF0-C
Yes, thats correct for that version......
Business Accounts
Answer for Membership
by: johnb6767Posted on 2009-06-30 at 11:07:58ID: 24747821
For starters....
Select allOpen in new window