Jump to content

Downgrading Flash - concept


tomw
 Share

Recommended Posts

I have no experience coding in AutoIt but I have a question before I start.

The problem: We have an internal issue in our company if workstations are upgraded to the latest version of Flash then users are unable to make certain edits on our Web site.

To fix the problem, IT has to manually uninstall Flash then reinstall an older version. This ties up a person's machine while they are trying to work and sometimes IT can't get to the problem for a while. But then the problem occurs again when people upgrade to the newest Flash when they are prompted. A vicious circle.

But I found that I can manually swap out the NPSWF32.dll file in a folder (C:\WINDOWS\system32\Macromed\Flash) to an older Flash DLL which fixes the problem quickly and painlessly.

The question: I would like to know if ...

1. an AutoIt script in executable format can rename the existing NPSWF32.dll and copy the older NPSWF32.dll to that folder.

2. Can the older DLL be packaged in the AutoIt script executable so all a person has to do is run the executable?

All workstations are on Windows XP Pro.

Thanks for any advice, pointers, etc.

- Tom

Link to comment
Share on other sites

Get the older dll, have the script check every few minutes/seconds the current size of the dll in the flash folder. If its a different size than the older dll, then have it replace the new one with the old one.

FileGetSize()

FileMove()

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...