cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Roman1
Level 9

Build Automation Using Powershell

Hello,
I use PS1 script to build my setups.
The main Build function is:
<# Build Release 1 #>
$m_ISWiProj.ISWiProductConfigs.Item("Product Configuration 1").ISWiReleases.Item("Release 1").Build()

It works properly. Setup is built correct.

But, the Powershell Window does not show any status command during build proccess.
Is there any possibility to catch compile/build messages/IS-Build-Events and show them in PS-Window?

Any help would be appreciate!
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

You may be able to subscribe to the build status events; see Using Build Status Events and the bottom of ISWiRelease Object for information on doing this in VB.
0 Kudos
Roman1
Level 9

Hello,
this sample is only for VB. Not for Powershell ...
0 Kudos