This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How add features in Release in IS proffessional project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 10, 2007
04:56 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 10, 2007
09:21 AM
If you haven't yet, you might look at the AddFeature and AddComponent methods of the ISWiProject object.