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

How add features in Release in IS proffessional project

How add features in Release in IS proffessional project.
I created new features with components and want to add it to release.
How can I do it with help of source code and class ISWiRelease?
In IS 2008 Can I write:

Dim pRelease As ISWiRelease
pRelease = pProdConfig.ISWiReleases.Item("All - CD Release")
Dim sProps As String
sProps = pRelease.Name & " has these properties:" & vbNewLine
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

If you haven't yet, you might look at the AddFeature and AddComponent methods of the ISWiProject object.
0 Kudos