Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Custom UI based on predefined one

$
0
0
Is there any way to add a single custom msi dialog without describing a whole UI sequence?
Something like this:
<Product>
  <UIRef Id="InstallDir_Custom"/>
  ...
</Product>
....

  <Fragment>
    <UI Id="InstallDir_Custom">
      <UIRef Id="WixUI_InstallDir"/>
      <UIRef Id="WixUI_ErrorProgressText" />
      <DialogRef Id="MyCustomMSIDlg" />
      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="MyCustomMSIDlg" Order="3">1</Publish>
      <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="MyCustomMSIDlg" Order="3">1</Publish> 
    </UI>
  </Fragment>

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>