Windows XP Community - XPHeads



Registry Mechanic - Free Scan Now

Windows Caching Programs

microsoft.public.windowsxp.general


Reply
  #1 (permalink)  
Old 03-21-2008, 07:19 PM
infobound
 
Posts: n/a
Windows Caching Programs
Here is a wierd one, just wondering if anyone else has ever come
across this.

I write custome programs for the company I work for. A couple years
ago and again recently, I update a program, released it to production
and one computer still runs the old exe.

Both times my first thought is I released the old exe back into
production thinking i had copied the new one. In both cases I
recompile the exe and make sure I post out the new exe to the server,
but when I fire the new exe from these computers, the computer is
displaying the old exe, even thought the old exe is no longer in the
folder or anywhere to be launched. I reboot the computers and now the
new exe is running.

I am unable to repeat this in any way, like I said, the first time was
a couple years ago and then again recently. This is even on two
different computers.

My only thought is that windows is saving the old exe to some temp
location and just using it not the new one on the server. Any
thoughts from anybody?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-21-2008, 07:27 PM
JS
 
Posts: n/a
Re: Windows Caching Programs
Have you checked the registry for bogus entries?

JS

"infobound" <infobound@gmail.com> wrote in message
news:3cf3444b-8a9f-4317-afdc-cd0278f98d9f@u69g2000hse.googlegroups.com...
> Here is a wierd one, just wondering if anyone else has ever come
> across this.
>
> I write custome programs for the company I work for. A couple years
> ago and again recently, I update a program, released it to production
> and one computer still runs the old exe.
>
> Both times my first thought is I released the old exe back into
> production thinking i had copied the new one. In both cases I
> recompile the exe and make sure I post out the new exe to the server,
> but when I fire the new exe from these computers, the computer is
> displaying the old exe, even thought the old exe is no longer in the
> folder or anywhere to be launched. I reboot the computers and now the
> new exe is running.
>
> I am unable to repeat this in any way, like I said, the first time was
> a couple years ago and then again recently. This is even on two
> different computers.
>
> My only thought is that windows is saving the old exe to some temp
> location and just using it not the new one on the server. Any
> thoughts from anybody?



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-21-2008, 07:54 PM
PD43
 
Posts: n/a
Re: Windows Caching Programs
"JS" <@> wrote:

>Have you checked the registry for bogus entries?


Could you enlighten the rest of us how to do that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-21-2008, 08:09 PM
infobound
 
Posts: n/a
Re: Windows Caching Programs
On Mar 21, 3:27*pm, "JS" <@> wrote:
> Have you checked the registry for bogus entries?
>
> JS
>
> "infobound" <infobo...@gmail.com> wrote in message
>
> news:3cf3444b-8a9f-4317-afdc-cd0278f98d9f@u69g2000hse.googlegroups.com...
>
>
>
> > Here is a wierd one, just wondering if anyone else has ever come
> > across this.

>
> > I write custome programs for the company I work for. *A couple years
> > ago and again recently, I update a program, released it to production
> > and one computer still runs the old exe.

>
> > Both times my first thought is I released the old exe back into
> > production thinking i had copied the new one. *In both cases I
> > recompile the exe and make sure I post out the new exe to the server,
> > but when I fire the new exe from these computers, the computer is
> > displaying the old exe, even thought the old exe is no longer in the
> > folder or anywhere to be launched. *I reboot the computers and now the
> > new exe is running.

>
> > I am unable to repeat this in any way, like I said, the first time was
> > a couple years ago and then again recently. *This is even on two
> > different computers.

>
> > My only thought is that windows is saving the old exe to some temp
> > location and just using it not the new one on the server. *Any
> > thoughts from anybody?- Hide quoted text -

>
> - Show quoted text -


bogus entries of what? what am I looking for?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-21-2008, 08:29 PM
JS
 
Posts: n/a
Re: Windows Caching Programs
Search the registry for all entries that contain the name of your .exe
program.
For each entry found check the path pointing to the .exe,
there should be only one path (directory location found - the correct path)
and no other locations.

JS

"infobound" <infobound@gmail.com> wrote in message
news:4066fddd-1e33-401a-9e4d-0edfdb12182a@a70g2000hsh.googlegroups.com...
On Mar 21, 3:27 pm, "JS" <@> wrote:
> Have you checked the registry for bogus entries?
>
> JS
>
> "infobound" <infobo...@gmail.com> wrote in message
>
> news:3cf3444b-8a9f-4317-afdc-cd0278f98d9f@u69g2000hse.googlegroups.com...
>
>
>
> > Here is a wierd one, just wondering if anyone else has ever come
> > across this.

>
> > I write custome programs for the company I work for. A couple years
> > ago and again recently, I update a program, released it to production
> > and one computer still runs the old exe.

>
> > Both times my first thought is I released the old exe back into
> > production thinking i had copied the new one. In both cases I
> > recompile the exe and make sure I post out the new exe to the server,
> > but when I fire the new exe from these computers, the computer is
> > displaying the old exe, even thought the old exe is no longer in the
> > folder or anywhere to be launched. I reboot the computers and now the
> > new exe is running.

>
> > I am unable to repeat this in any way, like I said, the first time was
> > a couple years ago and then again recently. This is even on two
> > different computers.

>
> > My only thought is that windows is saving the old exe to some temp
> > location and just using it not the new one on the server. Any
> > thoughts from anybody?- Hide quoted text -

>
> - Show quoted text -


bogus entries of what? what am I looking for?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-21-2008, 08:33 PM
PD43
 
Posts: n/a
Re: Windows Caching Programs
infobound <infobound@gmail.com> wrote:

>On Mar 21, 3:27*pm, "JS" <@> wrote:
>> Have you checked the registry for bogus entries?
>>

>
>bogus entries of what? what am I looking for?


I doubt that "JS" has a clue.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-21-2008, 08:54 PM
Bill in Co.
 
Posts: n/a
Re: Windows Caching Programs
PD43 wrote:
> "JS" <@> wrote:
>
>> Have you checked the registry for bogus entries?

>
> Could you enlighten the rest of us how to do that?


No. (Enlightenment comes from within, grasshopper).


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-21-2008, 10:15 PM
JS
 
Posts: n/a
Re: Windows Caching Programs
Your are correct, I did not develop the program or the install method, but
since the old version apparently keeps on going then a registry search is a
place to start.

JS

"PD43" <pauld1943@comcast.net> wrote in message
news:gr68u35i4lqtht29c56ojphqfe0lsv51qn@4ax.com...
> infobound <infobound@gmail.com> wrote:
>
>>On Mar 21, 3:27 pm, "JS" <@> wrote:
>>> Have you checked the registry for bogus entries?
>>>

>>
>>bogus entries of what? what am I looking for?

>
> I doubt that "JS" has a clue.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-21-2008, 10:27 PM
Frank Saunders MS-MVP IE,OE/WM
 
Posts: n/a
Re: Windows Caching Programs
"infobound" <infobound@gmail.com> wrote in message
news:3cf3444b-8a9f-4317-afdc-cd0278f98d9f@u69g2000hse.googlegroups.com...
> Here is a wierd one, just wondering if anyone else has ever come
> across this.
>
> I write custome programs for the company I work for. A couple years
> ago and again recently, I update a program, released it to production
> and one computer still runs the old exe.
>
> Both times my first thought is I released the old exe back into
> production thinking i had copied the new one. In both cases I
> recompile the exe and make sure I post out the new exe to the server,
> but when I fire the new exe from these computers, the computer is
> displaying the old exe, even thought the old exe is no longer in the
> folder or anywhere to be launched. I reboot the computers and now the
> new exe is running.
>
> I am unable to repeat this in any way, like I said, the first time was
> a couple years ago and then again recently. This is even on two
> different computers.
>
> My only thought is that windows is saving the old exe to some temp
> location and just using it not the new one on the server. Any
> thoughts from anybody?


Is there a copy of it in C:\Windows\System32\dllcache?

--
Frank Saunders MS-MVP IE,OE/WM
www.fjsmjs.com
Do not reply with email

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-24-2008, 01:07 PM
infobound
 
Posts: n/a
Re: Windows Caching Programs
I found a couple of interesting things out while running some searches
on the victim machine. I found two different copies of the program in
the "PreFetch" folder. I am researching what this folder does exactly
but it looks like it might have been the culprit. I will post back
what I find, if you have any suggestions I would appretiate them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

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



All times are GMT. The time now is 02:55 AM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74