Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saber aplicaciones instaladas
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Saber aplicaciones instaladas
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
00982852
Message ID:
00982852
Views:
60
Hola a todos.

Alguien sabe la manera de obtener los programas instalados en el PC ?
algo asi como AGREGAR O QUITAR PROGRAMAS de Windows.


Lo que tengo es:


Local oWInst
oWInst = Createobject("WindowsInstaller.Installer")

oProducts = oWInst.Products
For Each Product In oProducts
strName = oWInst.ProductInfo (Product, "ProductName")
strMinVer = oWInst.ProductInfo (Product, "VersionMinor")
strMaxVer = oWInst.ProductInfo (Product, "VersionMajor")
strVer = oWInst.ProductInfo (Product, "VersionString")
? strName + strMinVer + strMaxVer + strVer
Next



Pero esto solo me muestralas aplicaciones instaladas con Windows Instaler y no me sirve mucho.


Gracias.
Mauricio Henao Romero
Analista de Proyectos Informaticos Editoriales
EL COLOMBIANO
Next
Reply
Map
View

Click here to load this message in the networking platform