Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I uninstall PEM Editor
Message
De
10/03/2009 23:09:50
 
 
À
10/03/2009 21:10:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01387013
Message ID:
01387036
Vues:
100
Pertti --

The code below (which will be part of the next release of PEM Editor) will uninstall PEM Editor.

I have to ask, however -- this problem of slowing down your computer -- it happens when you only when you're doing an incremental search of property names/methods in PEM Editor? Or do things slow down when you're NOT using PEM Editor?

I'm asking because I am not aware of any issues regarding PEM Editor slowing the computer. If you find it serious enough to uninstall it, I'm quite concerned ... I simply can't imagine what could be happening, or what it could be doing, that would require you to uninstall it (rather than just not opening it).
*** JRN 03/08/2009 : extracted code from "editproperty" to perform uninstallation.
* un-install all parts of PEMEditor installed

*** DougHennig 12/23/2008: removed all "new" since classes, VCXs and APP were renamed

#include EditPropertyDialog.H
Local lcPath, ;
	lcMenuContextCode, ;
	lcAppPath, ;
	lcEditPropertyCode, ;
	lcEditPropertyMenuCode, ;
	lnSelect

lnSelect = Select()
Select 0
Use (_Foxcode) Again Shared Alias Foxcode Order 1

If Seek('M24460')								;
		and "PEMEDITOR.APP" $ Upper (Data)
	Delete
Endif Not Seek('M24460')

If Seek('MEDIT PROPERTY/METHOD...')				;
		And "PEMEDITOR.APP" $ Upper (Data)
	Delete
Endif Not Seek('MEDIT PROPERTY/METHOD...')

If Seek('M' + Upper(ccLOC_MENU_NEW_PROPERTY))	;
		And "PEMEDITOR.APP" $ Upper (Data)
	Delete
Endif Not Seek('M' ...

If Seek('M' + Upper(ccLOC_MENU_NEW_METHOD))		;
		And "PEMEDITOR.APP" $ Upper (Data)
	Delete
Endif Not Seek('M' ...

Use

****************************************************************
Select (lnSelect)
Messagebox(ccLOC_DIALOG_UNINSTALLED, MB_OK + MB_ICONINFORMATION)

Return
>Does anyone know how do I uninstall PEM Editor. Tried it, but found that it slows my system down by quite a lot, especially when doing an incremental search on property/method names.
>
>I need to uninstall it ASAP, but can't find any information on how to do it.
Jim Nelson
Newbury Park, CA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform