Detecting Program Features

Hoser

Member
Joined
Mar 11, 2007
Messages
11
Programming Experience
1-3
Hello All,
Im looking for ideas on how to design a component detection feature into my softwate product. Specifically check to see if customer has purchased a particular feature component of my software. Just looking for some design idea's that may be standard in the industry.

Regards:(
 
not sure about standards in the industry, but couldnt you just define a series of booleans, and then detect a certain part of your code that will define whether or not a component is installed, and then set booleans as necessary?

have a good one :)
adam
 
Back
Top