New topic: 

How can I test programatically if OpenOffice.Org is installe

<http://forums.realsoftware.com/viewtopic.php?t=41026>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        lenpartico          Post subject: How can I test programatically 
if OpenOffice.Org is installePosted: Sun Oct 16, 2011 3:01 pm                   
      
Joined: Fri Sep 30, 2005 10:49 pm
Posts: 372                Hello,
How can I test programatically if OpenOffice.Org is installed?

I am of the opinion that it is something like this...

  dim f as FolderItem
  Dim r as RegistryItem
  Dim ret as string
  
  r=new RegistryItem("HKEY_LOCAL_MACHINE\SOFTWARE\OpenOffice.org\.....
  ret=r.DefaultValue
  
  if lenb(ret)=0 then
  msgbox "OpenOffice not found"
  return

.. I am missing a part.

Thanks.

Lennox   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to