RE: FireFox Watch....

2006-03-07 Thread Adam R. Frielink

>-Original Message-
>From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mulley, Nikhil
>Sent: Monday, October 18, 2004 5:32 AM
>
>Exactly , I am doing it from past 2 days on my machine , but failing on
remote machines.
>
>And I am not sure which version of Firefox is being used by the user,(
I do not want to hard code the Firefox Version 
>number to search for in the script )
>So , being Little  lazy abt it 

In the future, please post in Plain Text. :D

Remote machines

If the hash is tied to the virtual root of the registry [or the virtual
root of a remote machine's registry], then we treat hash key strings
which start with the delimiter character specially. 

If the hash key string starts with two delimiters in a row, then those
should be immediately followed by the name of a remote machine whose
registry we wish to connect to. That can be followed by a delimiter and
more subkey names, etc. If the machine name is not following by
anything, then a virtual root for the remote machine's registry is
created, a hash is tied to it, and a reference to that hash it is
returned.
Reading that documentation entry, you should be able to use
Win32::TieRegistry to do what you need.

When referencing the registry, use 2 consequtive delimiters.  I am using
a slash as my delimiter.  

ex.   //REMOTE_COMPUTER/HKEY_LOCAL_MACHINE/SOFTWARE/Mozilla/

Adam

___
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: FireFox Watch....

2006-03-07 Thread Mulley, Nikhil



Exactly , I am 
doing it from past 2 days on my machine , but failing on remote 
machines.
 
And I am not sure 
which version of Firefox is being used by the user,( I do not want to hard code 
the Firefox Version number to search for in the script )
So , being 
Little  lazy abt it 
 
Any way Thanks 
for responding :)
 
Nikhil.

  -Original Message-From: Dutrieux Yves 
  [mailto:[EMAIL PROTECTED]Sent: Monday, October 18, 2004 3:58 
  PMTo: Mulley, Nikhil; [EMAIL PROTECTED]Cc: 
  perl-win32-admin@listserv.ActiveState.com; 
  Perl-Win32-Users@listserv.ActiveState.comSubject: RE: FireFox 
  Watch
  Look below registry key 
  HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\ 
  to find the correct folder where Firefox is installed 
  (and the plugins too)
  And list all the file in the plugin, directory to 
  know what plugins are installed.
   
  Yves
  
  
  
  De : 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] De la part 
  de Mulley, NikhilEnvoyé : lundi 18 octobre 2004 
  12:08À : Perl-Win32-Users@listserv.ActiveState.com; 
  [EMAIL PROTECTED]; 
  perl-win32-admin@listserv.ActiveState.comObjet : FireFox 
  Watch
  
  Hi All,
   
   
  I am in a Windows Network 
  Environment, and  ( I am a Domain Admin if ),I see lot of people in My 
  Environment moving to Firefox Browser ( Ofcourse I know that I was the first 
  person to install it in my machine and in my network , I use Firefox since it 
  was at its 0.7 Version ;) )
   
  I want to have a script that 
  watches the Firefox installations on the user side like What are the new 
  plugins that have been loaded newly at the userside and what are the 
  componenets that have been added to the Firefox,What are the searchplugins 
  that have been installed at the user side,
  Totally I need a Complete 
  Firefox Browser Watcher ( SearchPlugin , Component , Extensions , Theme 
  Watcher ) , That too to scan remotely
   
  Any Ideas 
  ,,,
   
  A Quick response would be 
  highly appreciated.
   
  --Nikhil.
___
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: FireFox Watch....

2004-10-18 Thread Adam R. Frielink

>-Original Message-
>From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mulley, Nikhil
>Sent: Monday, October 18, 2004 5:32 AM
>
>Exactly , I am doing it from past 2 days on my machine , but failing on
remote machines.
>
>And I am not sure which version of Firefox is being used by the user,(
I do not want to hard code the Firefox Version 
>number to search for in the script )
>So , being Little  lazy abt it 

In the future, please post in Plain Text. :D

Remote machines

If the hash is tied to the virtual root of the registry [or the virtual
root of a remote machine's registry], then we treat hash key strings
which start with the delimiter character specially. 

If the hash key string starts with two delimiters in a row, then those
should be immediately followed by the name of a remote machine whose
registry we wish to connect to. That can be followed by a delimiter and
more subkey names, etc. If the machine name is not following by
anything, then a virtual root for the remote machine's registry is
created, a hash is tied to it, and a reference to that hash it is
returned.
Reading that documentation entry, you should be able to use
Win32::TieRegistry to do what you need.

When referencing the registry, use 2 consequtive delimiters.  I am using
a slash as my delimiter.  

ex.   //REMOTE_COMPUTER/HKEY_LOCAL_MACHINE/SOFTWARE/Mozilla/

Adam

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: FireFox Watch....

2004-10-18 Thread Mulley, Nikhil



Exactly , I am 
doing it from past 2 days on my machine , but failing on remote 
machines.
 
And I am not sure 
which version of Firefox is being used by the user,( I do not want to hard code 
the Firefox Version number to search for in the script )
So , being 
Little  lazy abt it 
 
Any way Thanks 
for responding :)
 
Nikhil.

  -Original Message-From: Dutrieux Yves 
  [mailto:[EMAIL PROTECTED]Sent: Monday, October 18, 2004 3:58 
  PMTo: Mulley, Nikhil; [EMAIL PROTECTED]Cc: 
  [EMAIL PROTECTED]; 
  [EMAIL PROTECTED]Subject: RE: FireFox 
  Watch
  Look below registry key 
  HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\ 
  to find the correct folder where Firefox is installed 
  (and the plugins too)
  And list all the file in the plugin, directory to 
  know what plugins are installed.
   
  Yves
  
  
  
  De : 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] De la part 
  de Mulley, NikhilEnvoyé : lundi 18 octobre 2004 
  12:08À : [EMAIL PROTECTED]; 
  [EMAIL PROTECTED]; 
  [EMAIL PROTECTED]Objet : FireFox 
  Watch
  
  Hi All,
   
   
  I am in a Windows Network 
  Environment, and  ( I am a Domain Admin if ),I see lot of people in My 
  Environment moving to Firefox Browser ( Ofcourse I know that I was the first 
  person to install it in my machine and in my network , I use Firefox since it 
  was at its 0.7 Version ;) )
   
  I want to have a script that 
  watches the Firefox installations on the user side like What are the new 
  plugins that have been loaded newly at the userside and what are the 
  componenets that have been added to the Firefox,What are the searchplugins 
  that have been installed at the user side,
  Totally I need a Complete 
  Firefox Browser Watcher ( SearchPlugin , Component , Extensions , Theme 
  Watcher ) , That too to scan remotely
   
  Any Ideas 
  ,,,
   
  A Quick response would be 
  highly appreciated.
   
  --Nikhil.
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs