c# - 3 modules, but 1 installer -


In our current project, we have 3 module products, we only want to distribute one installer, ) Will allow you to select which modules to be installed.

I have 2 plans:

  • One. To create the Exe file in C # .4.0 Windows forms, which will invite the user to select which module (United Nations) to install. Each module will be coded into Wix. So when the user selects a module to install, then he will launch related MSI. But we only want to distribute one installer, not 3.
  • To create an MSI with Vicks, but I want to enter install / uninstall mode only when the user "Install Module X" or "Uninstall Module X" pushbuten respectively.

What are your suggestions?

I recommend using the single installer with some ( How to read about features, components and how to organize them). Each feature can be installed in the "Change" mode of installation, or can be removed separately. You must use the dialog set or include the feature selection dialog


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -