Hi 
I suppose you are talking about MMBase apps1 applications?
 
if so there is currently no automated process for doing this. Still here
is a trick
when mmbase inports nodes it keeps the tracks of the imported nodes in a
builder called syncnodes
if your applications contains a unique import source id it's quite easy
to create a small jsp that removes the imported nodes. builders can be
removed by hand
 
http://www.mmbase.nl/docs/templaters/builders/#syncnodes
//untesed code
<mm:listnodescontainer type="syncnodes">
  <mm:constraint field="exportsource" operator="EQUAL"
value="http://wwww.sdfsdf/123";>
 <mm:listnodes>
   <mm:node element="localnumber"> // is this the way to do it
      <mm:delete> -> delete the node
   </mm:node>
    <mm:delete/> -> delete the syncnode
 </mm:listnodes>
</mm:listnodescontainer>

        -----Oorspronkelijk bericht----- 
        Van: [EMAIL PROTECTED] namens Joris van Poppel 
        Verzonden: ma 2004-05-31 12:08 
        Aan: [EMAIL PROTECTED] 
        CC: 
        Onderwerp: uninstall application
        
        
        Hi,
         
        Can anyone tell me where applications are stored and how i can
uninstall one once i have installed it?
         
        Bye,
        joris

<<winmail.dat>>

Reply via email to