Re: Not exactly cf question but hope it's ok

2008-11-01 Thread C S
> Bobby is right and your approach is nice as well. And if I need to > check multiple programs, I may try the following: > regedit -e installedprograms.log H> KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall > then try to find them in the extracted/exported file. > This appro

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread Don L
> >Check the registry. > > Unfortunately, I did not know how to read registry from dos with xp. > Thanks for that. Learn something new every day .. > > C:\>reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework > Setup\NDP" Bobby is right and your approach is nice as well. And if I ne

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread C S
>Check the registry. Unfortunately, I did not know how to read registry from dos with xp. Thanks for that. Learn something new every day .. C:\>reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP" ~| Adobe

RE: Not exactly cf question but hope it's ok

2008-11-01 Thread Bobby Hartsfield
Check the registry. ..:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: C S [mailto:[EMAIL PROTECTED] Sent: Saturday, November 01, 2008 6:25 PM To: cf-talk Subject: Re: Not exactly cf question but hope it's ok >> >

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread C S
>> > I'm trying to figure out if there's a way to programmatically > >Yeah, that's one approach, I now have some other ideas as well, thanks. Let us know what you end up with. In case I ever need to do this in the future ;-)

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread Don L
> > I'm trying to figure out if there's a way to programmatically > > determine if a computer (with Windows OS including XP home/pro, > Vista) > > has .NET Framework 2.0 installed with DOS/Window's batch/utility > > programming. > > (Purely from a quick google..) what about checking the folder

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread C S
> I'm trying to figure out if there's a way to programmatically > determine if a computer (with Windows OS including XP home/pro, Vista) > has .NET Framework 2.0 installed with DOS/Window's batch/utility > programming. (Purely from a quick google..) what about checking the folder structure men