cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AmyInRTP
Level 2

Determining features chosen in a previous install

When a customer tries to re-install, we want to be able to know which features were chosen and installed previously.

Is there an easy way to do this?

We are thinking of creating a persistent variable for each feature, and then checking that the next time the user tries to install on that machine.

Is there another, better way to do this?

Thanks!

-Amy
Labels (1)
0 Kudos
(1) Reply
David_Wang
Level 3

you can use this ProductService method

isInstalled = (Boolean)service.getProductBeanProperty(
ProductService.DEFAULT_PRODUCT_SOURCE, id ,"installed");
0 Kudos