I have the requirement to create an installer for a WPF application. That's not much of a problem (but much of a pain with WiX), but now my client updated his requirements and I'm starting to get frustrated. Please tell me if the requested functionality is possible with WiX (and if, could you please provide a hint?).
My Setup:
- Visual Studio 2013
- WPF Application (many files as it includes a self hosted web server and some pages/css/js, etc)
Requirements:
- Installer has to be a MSI package for automated installation
- There has to be a UI guiding the user through the installation (where to install)
- The installer has to be localized (13 languages), starting with the windows language with the opportunity to change on installation
- The successfully installed app has to be started (or at least there should be the opportunity to do so at the end of the installation)
I'm not sure if it's even possible to create a functioning MSI with WiX Bootstraper. I've only seen exe files.
Thank's for your time!