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

how to port custom logic from ISMP to IA

I have an ISMP 5.5 project that I inherited which uses Custom Rule logic. I need to port this logic into a new IA 2009 project. The existing code (see attached) uses the installshield.wizard.* packages. I don't see that these packages are supported in IA 2009. How can I convert this logic to work in IA 2009?

I know that the old evaluateTrueConditon method needs to be replaced with a evaluateRule method, but what about the *wizard* packages? What are the equivalent packages for IA 2009?
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

I think you'll want com.zerog.ia.api.pub.CustomCodeRule. There are some samples in the CustomCode directory that might be of use.
0 Kudos