• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Uninstall Software

 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

This question may not even fit into Java - General category.
Please throw your ideas if you wish.

I am actually into the development of uninstalling a software product.
I am giving a fresh look into this requirement from the following perspectives:
- From end user perspective
- use of use, no ambiguities, not much interview questions, and data protection (the data created out the software should be kept intact, only the s/w bits need to be removed).
- From developers perspective
- uninstaller software should be extended
- Loose coupling and high cohesive
- Proper design and design patterns
- Choosing the efficient technologies

Is any other things I need to consider?

Thanks,
Guru

reply
    Bookmark Topic Watch Topic
  • New Topic