I have added a bal:condition, so my setup has to launch only if it launches as admin. I tried using below condition, but this won't work.
<bal:Condition Message="This Setup must be launched in admin mode.">
WixBundleElevated = 1
</bal:Condition>
Please let me know how bal:condition will work.