Hi All,
I have a CA(Vb Script just display a text via msgbox) sequenced after Launch
Conditions in UI mode.
1)If i include following in <Product> it triggers and displays text.
<Product .....>
<.. />
<...>
...
...
<InstallUISequence>
<Custom Action="displayText" After="LaunchConditions">Not
Installed</Custom>
</InstallUISequence>
</Product>
2) I have created a folder Custom Actions->Install UI Sequence under my
installer project.
Now i have added "Install UI Seq.wxs" file to "Install UI Sequence " folder.
if i place the above code in "Install UI Seq.wxs" like below.
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<InstallUISequence>
<Custom Action="displayText" After="LaunchConditions">Not
Installed</Custom>
</InstallUISequence>
</Fragment>
</Wix>
It does not trigger and there are no errors and nothing i can find in the
log file. When i look inside msi with orca the CA displayText is not listed
after launch conditions..
I found in the documentation that, Module , Product, Fragment and UI could
be the parents of <InstallUISequence> element.
So, Could anyone please help me on this.??
Regards,
Sampat
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/InstallUISequence-not-working-when-kept-out-of-product-tp7597976.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users