Replace file in folder inside Program Files

G

Guest

I developed an MS Access Application which I deploy as an mde in a directory
inside Program Files.

When I update the application I generally just replace the MDE on the user's
computers, but one of our users with Vista Home Premium cannot get the
updates. Any time I replace the file, it still opens the original file that
was created the first time.

I have set the permissions to allow myself full control of this directory
and every file in it, but no lock.

Any suggestions?

Thank you,
 
J

Jimmy Brush

Hello,

If you tried to replace this file *before* changing permissions, a
duplicate file will have been created inside
c:\users\%username%\AppData\local\virtualstore\program files\ that
will be used instead of the file in the real location.

If you delete that copy, it should load the new data.

NOTE: Any changes the application has made to the file will be inside
the duplicate file, and not the original - you should inspect these
files closely for differences, as you may need to merge them.

- JB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top