Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Security > Vista 64bit rpeventing file copy

Reply
Thread Tools Display Modes

Vista 64bit rpeventing file copy

 
 
Tony Vrolyk
Guest
Posts: n/a

 
      10-10-2009
I sell a program that I wrote in Access and have had a couple customers with
64 bit versions of Windows Vista where if I send them an updated file, via
email or download, it appears as though the file has copied over the old
version but when they run the program it is still the old version of the
program. Is there some underlying copy protection that is preventing me from
copying over the file yet does not report any error or security warning?

Here are a couple details
* The original install program installs the Access runtime, my program and
related system files. The program itself is made up of two files. one Access
MDE (like a read-only Access file that contains all the coding) and a
database file.
* I then sent them an update which consists of a zip file that contains a
new MDE. They are to copy that over their existing MDE in order to use the
new version.
* In one instance I was able to remote into the customer's PC and do the
file copy it myself. I can see the file copy, the file size and date appear
to be correct for the new version but when I would run it it would run the
old code. Ths PC was an HP laptop if that makes any difference

This is driving me batty. Does anyone have any ideas?

Thanks
Tony



 
Reply With Quote
 
 
 
 
Tony Vrolyk
Guest
Posts: n/a

 
      10-10-2009
Ok here is an interesting twist. was going to remote into another
customer's PC but asked that she turn off UAC before hand. She did that
restarting and and tested my program even before we connected and it worked
as expected. She tested and turned UAC back on, restarted and then tried the
program again and it seemed to revert back to the old version.

This is very weird

FYI my program is installed under C:\Program Files (x86)\My Program...

Tony



"Tony Vrolyk" <> wrote in message
news:...
>I sell a program that I wrote in Access and have had a couple customers
>with 64 bit versions of Windows Vista where if I send them an updated file,
>via email or download, it appears as though the file has copied over the
>old version but when they run the program it is still the old version of
>the program. Is there some underlying copy protection that is preventing me
>from copying over the file yet does not report any error or security
>warning?
>
> Here are a couple details
> * The original install program installs the Access runtime, my program and
> related system files. The program itself is made up of two files. one
> Access MDE (like a read-only Access file that contains all the coding) and
> a database file.
> * I then sent them an update which consists of a zip file that contains a
> new MDE. They are to copy that over their existing MDE in order to use the
> new version.
> * In one instance I was able to remote into the customer's PC and do the
> file copy it myself. I can see the file copy, the file size and date
> appear to be correct for the new version but when I would run it it would
> run the old code. Ths PC was an HP laptop if that makes any difference
>
> This is driving me batty. Does anyone have any ideas?
>
> Thanks
> Tony
>
>
>



 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a

 
      10-10-2009
"Tony Vrolyk" <> wrote in message
news:%...
> Ok here is an interesting twist. was going to remote into another
> customer's PC but asked that she turn off UAC before hand. She did that
> restarting and and tested my program even before we connected and it
> worked as expected. She tested and turned UAC back on, restarted and then
> tried the program again and it seemed to revert back to the old version.
>
> This is very weird
>
> FYI my program is installed under C:\Program Files (x86)\My Program...
>
> Tony
>
>
>
> "Tony Vrolyk" <> wrote in message
> news:...
>>I sell a program that I wrote in Access and have had a couple customers
>>with 64 bit versions of Windows Vista where if I send them an updated
>>file, via email or download, it appears as though the file has copied over
>>the old version but when they run the program it is still the old version
>>of the program. Is there some underlying copy protection that is
>>preventing me from copying over the file yet does not report any error or
>>security warning?
>>
>> Here are a couple details
>> * The original install program installs the Access runtime, my program
>> and related system files. The program itself is made up of two files. one
>> Access MDE (like a read-only Access file that contains all the coding)
>> and a database file.
>> * I then sent them an update which consists of a zip file that contains a
>> new MDE. They are to copy that over their existing MDE in order to use
>> the new version.
>> * In one instance I was able to remote into the customer's PC and do the
>> file copy it myself. I can see the file copy, the file size and date
>> appear to be correct for the new version but when I would run it it would
>> run the old code. Ths PC was an HP laptop if that makes any difference
>>
>> This is driving me batty. Does anyone have any ideas?
>>
>> Thanks
>> Tony
>>
>>
>>

>
>




You didn't install the data base file in that same folder, did you?

--

Richard Urban
Microsoft MVP
Windows Desktop Experience & Security

 
Reply With Quote
 
Tom Allen
Guest
Posts: n/a

 
      10-10-2009
"Tony Vrolyk" <> wrote in message
news:...
>I sell a program that I wrote in Access and have had a couple customers
>with 64 bit versions of Windows Vista where if I send them an updated
>file, via email or download, it appears as though the file has copied
>over the old version but when they run the program it is still the old
>version of the program. Is there some underlying copy protection that
>is preventing me from copying over the file yet does not report any
>error or security warning?
>
> Here are a couple details
> * The original install program installs the Access runtime, my program
> and related system files. The program itself is made up of two files.
> one Access MDE (like a read-only Access file that contains all the
> coding) and a database file.
> * I then sent them an update which consists of a zip file that
> contains a new MDE. They are to copy that over their existing MDE in
> order to use the new version.
> * In one instance I was able to remote into the customer's PC and do
> the file copy it myself. I can see the file copy, the file size and
> date appear to be correct for the new version but when I would run it
> it would run the old code. Ths PC was an HP laptop if that makes any
> difference
>
> This is driving me batty. Does anyone have any ideas?
>
> Thanks
> Tony
>


Is there some special action your users take to 'copy that over their
existing' file ? A simple unzip and delete(?)/copy will just update a
directory entry and leave the original file as free disk space. How do
they launch the program ? If program startup is by double-click the
existence of the old file shouldn't matter but it's not unknown for a
scheduler/job-queue (something cunning of your own making ? ) to hold a
disk location. Any relevance at all ? - I'm guessing really.

Tom




 
Reply With Quote
 
FromTheRafters
Guest
Posts: n/a

 
      10-10-2009

Read up on Windows Resource Protection (WRP) to determine if your file
is being "protected". Userland users may experience silent protection
whereas as an administrator they might get an error message (<--clue).

"Tony Vrolyk" <> wrote in message
news:...
>I sell a program that I wrote in Access and have had a couple customers
>with 64 bit versions of Windows Vista where if I send them an updated
>file, via email or download, it appears as though the file has copied
>over the old version but when they run the program it is still the old
>version of the program. Is there some underlying copy protection that
>is preventing me from copying over the file yet does not report any
>error or security warning?
>
> Here are a couple details
> * The original install program installs the Access runtime, my program
> and related system files. The program itself is made up of two files.
> one Access MDE (like a read-only Access file that contains all the
> coding) and a database file.
> * I then sent them an update which consists of a zip file that
> contains a new MDE. They are to copy that over their existing MDE in
> order to use the new version.
> * In one instance I was able to remote into the customer's PC and do
> the file copy it myself. I can see the file copy, the file size and
> date appear to be correct for the new version but when I would run it
> it would run the old code. Ths PC was an HP laptop if that makes any
> difference
>
> This is driving me batty. Does anyone have any ideas?
>
> Thanks
> Tony
>
>
>



 
Reply With Quote
 
Guest
Posts: n/a

 
      10-11-2009

On Explorer's toolbarinthe folderis therea button "Compatability Files"?

--
..
--
"Tony Vrolyk" <> wrote in message
news:...
>I sell a program that I wrote in Access and have had a couple customers
>with 64 bit versions of Windows Vista where if I send them an updated file,
>via email or download, it appears as though the file has copied over the
>old version but when they run the program it is still the old version of
>the program. Is there some underlying copy protection that is preventing me
>from copying over the file yet does not report any error or security
>warning?
>
> Here are a couple details
> * The original install program installs the Access runtime, my program and
> related system files. The program itself is made up of two files. one
> Access MDE (like a read-only Access file that contains all the coding) and
> a database file.
> * I then sent them an update which consists of a zip file that contains a
> new MDE. They are to copy that over their existing MDE in order to use the
> new version.
> * In one instance I was able to remote into the customer's PC and do the
> file copy it myself. I can see the file copy, the file size and date
> appear to be correct for the new version but when I would run it it would
> run the old code. Ths PC was an HP laptop if that makes any difference
>
> This is driving me batty. Does anyone have any ideas?
>
> Thanks
> Tony
>
>
>


 
Reply With Quote
 
lemur
Guest
Posts: n/a

 
      10-11-2009


It has to do with Vista's shadow copy.


--
lemur

::If *ANYONE* in this forum helps you, please click on
their *REP* icon. Thanks! (the middle scale icon in the upper right
corner)::
 
Reply With Quote
 
Tony Vrolyk
Guest
Posts: n/a

 
      10-12-2009

This seems the most promising direction. I did some quick looking up and MDE
files are one that is protected. I don't understand why Windows would
consider my app a protected file but it seems to fit the pattern. The
solution according to what I found it to create my updates as bona fide
installers and not just a simple file-copy.

I will test this out. Thanks for the help.

Tony



"FromTheRafters" <erratic @nomail.afraid.org> wrote in message
news:...
> Read up on Windows Resource Protection (WRP) to determine if your file is
> being "protected". Userland users may experience silent protection whereas
> as an administrator they might get an error message (<--clue).
>
> "Tony Vrolyk" <> wrote in message
> news:...
>>I sell a program that I wrote in Access and have had a couple customers
>>with 64 bit versions of Windows Vista where if I send them an updated
>>file, via email or download, it appears as though the file has copied over
>>the old version but when they run the program it is still the old version
>>of the program. Is there some underlying copy protection that is
>>preventing me from copying over the file yet does not report any error or
>>security warning?
>>
>> Here are a couple details
>> * The original install program installs the Access runtime, my program
>> and related system files. The program itself is made up of two files. one
>> Access MDE (like a read-only Access file that contains all the coding)
>> and a database file.
>> * I then sent them an update which consists of a zip file that contains a
>> new MDE. They are to copy that over their existing MDE in order to use
>> the new version.
>> * In one instance I was able to remote into the customer's PC and do the
>> file copy it myself. I can see the file copy, the file size and date
>> appear to be correct for the new version but when I would run it it would
>> run the old code. Ths PC was an HP laptop if that makes any difference
>>
>> This is driving me batty. Does anyone have any ideas?
>>
>> Thanks
>> Tony
>>
>>
>>

>
>



 
Reply With Quote
 
Guest
Posts: n/a

 
      10-12-2009
No it doesn't. It has to come with windows to be protected. Your symptoms
are to do with compatibility files.

--
..
--
"Tony Vrolyk" <> wrote in message
news:%...
> This seems the most promising direction. I did some quick looking up and
> MDE files are one that is protected. I don't understand why Windows would
> consider my app a protected file but it seems to fit the pattern. The
> solution according to what I found it to create my updates as bona fide
> installers and not just a simple file-copy.
>
> I will test this out. Thanks for the help.
>
> Tony
>
>
>
> "FromTheRafters" <erratic @nomail.afraid.org> wrote in message
> news:...
>> Read up on Windows Resource Protection (WRP) to determine if your file is
>> being "protected". Userland users may experience silent protection
>> whereas as an administrator they might get an error message (<--clue).
>>
>> "Tony Vrolyk" <> wrote in message
>> news:...
>>>I sell a program that I wrote in Access and have had a couple customers
>>>with 64 bit versions of Windows Vista where if I send them an updated
>>>file, via email or download, it appears as though the file has copied
>>>over the old version but when they run the program it is still the old
>>>version of the program. Is there some underlying copy protection that is
>>>preventing me from copying over the file yet does not report any error or
>>>security warning?
>>>
>>> Here are a couple details
>>> * The original install program installs the Access runtime, my program
>>> and related system files. The program itself is made up of two files.
>>> one Access MDE (like a read-only Access file that contains all the
>>> coding) and a database file.
>>> * I then sent them an update which consists of a zip file that contains
>>> a new MDE. They are to copy that over their existing MDE in order to use
>>> the new version.
>>> * In one instance I was able to remote into the customer's PC and do the
>>> file copy it myself. I can see the file copy, the file size and date
>>> appear to be correct for the new version but when I would run it it
>>> would run the old code. Ths PC was an HP laptop if that makes any
>>> difference
>>>
>>> This is driving me batty. Does anyone have any ideas?
>>>
>>> Thanks
>>> Tony
>>>
>>>
>>>

>>
>>

>
>


 
Reply With Quote
 
FromTheRafters
Guest
Posts: n/a

 
      10-12-2009

Check to see if your "new code" is being saved into a virtualized
"Program Files" within the user's profile.

See this also,

http://support.microsoft.com/kb/927387

"Tony Vrolyk" <> wrote in message
news:%...
> This seems the most promising direction. I did some quick looking up
> and MDE files are one that is protected. I don't understand why
> Windows would consider my app a protected file but it seems to fit the
> pattern. The solution according to what I found it to create my
> updates as bona fide installers and not just a simple file-copy.
>
> I will test this out. Thanks for the help.
>
> Tony
>
>
>
> "FromTheRafters" <erratic @nomail.afraid.org> wrote in message
> news:...
>> Read up on Windows Resource Protection (WRP) to determine if your
>> file is being "protected". Userland users may experience silent
>> protection whereas as an administrator they might get an error
>> message (<--clue).
>>
>> "Tony Vrolyk" <> wrote in message
>> news:...
>>>I sell a program that I wrote in Access and have had a couple
>>>customers with 64 bit versions of Windows Vista where if I send them
>>>an updated file, via email or download, it appears as though the file
>>>has copied over the old version but when they run the program it is
>>>still the old version of the program. Is there some underlying copy
>>>protection that is preventing me from copying over the file yet does
>>>not report any error or security warning?
>>>
>>> Here are a couple details
>>> * The original install program installs the Access runtime, my
>>> program and related system files. The program itself is made up of
>>> two files. one Access MDE (like a read-only Access file that
>>> contains all the coding) and a database file.
>>> * I then sent them an update which consists of a zip file that
>>> contains a new MDE. They are to copy that over their existing MDE in
>>> order to use the new version.
>>> * In one instance I was able to remote into the customer's PC and do
>>> the file copy it myself. I can see the file copy, the file size and
>>> date appear to be correct for the new version but when I would run
>>> it it would run the old code. Ths PC was an HP laptop if that makes
>>> any difference
>>>
>>> This is driving me batty. Does anyone have any ideas?
>>>
>>> Thanks
>>> Tony
>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The Perfect Roaming Profiles Steve Audus, Chaucer BEC, Sheffield UK Windows Server 2 07-28-2008 11:45 AM
sbs 2003 backup actionjackson671 Windows Small Business Server 4 06-30-2005 04:25 PM
SBS 2003 Backup Fails John Van Hengel Windows Small Business Server 6 05-12-2005 06:01 AM
Backup problem Richard Windows Small Business Server 3 11-13-2004 05:18 PM
Backup Failing Larry Lentz Windows Small Business Server 7 03-05-2004 06:54 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59