简体   繁体   中英

Burn - Show a custom screen along with application window

I have added the source code for wix theme and customized the default one with what i required.

 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
      <bal:WixStandardBootstrapperApplication LicenseUrl="" ThemeFile="HyperlinkTheme.xml" LocalizationFile="HyperlinkTheme.wxl"  LogoFile="header3.jpg"/>
    </BootstrapperApplicationRef>

Now when i click the installer, the installer main window opens with Install and Cancel button.I need to show a custom screen with product name and version and OK button before this screen loads.On clicking OK should close this custom screen and open the main installer screen.

I googled and found that if i am not using any default screen i can customize the screen.Since i am using default installer screen i don't know how to do this and how it works.Need some idea to do this in Burn/Bundle.wxs.

WixStandardBootstrapperApplication does not support this today. The logic behind navigating between pages is hard coded .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM