Giter VIP home page Giter VIP logo

Comments (2)

oleg-shilo avatar oleg-shilo commented on July 24, 2024

Hi there,
It looks like you've already done some good matter investigation.

The bootstrapper would be the most logical choice in your case. However as you correctly identified it has a problem. Because of the WiX/Burn bug the external UI cannot be displayed at runtime. The defect is acknowledged by WiX team (wixtoolset/issues#4921) and they plan to fix it for the v4.x. But until then I am afraid you cannot use this approach.

The only option you have is a hybrid bootstrapper. You can have all your setups (your primary and conditional SQLExpress) run without UI. But you can have the major UI implemented as a Bootstrapper BA (WixBootstrapper_UI).

Yes it does require the changes but it's not necessarily complicated. Follow the sample from the Wix# samples dir and keep it simple. The only thing that you need to do from your UI is to analyse the environment, make certain business decisions and interact with the user. Store the results of these actions in the MSI properties and make these properties into MSI conditions of your setups.

The Wix# samples should be a good starting point.

from wixsharp.

roy2246 avatar roy2246 commented on July 24, 2024

thanks im going to try that

from wixsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.