What problem does it solve? Packaging a Tauri v2 application for Windows involves many moving parts: choosing between MSI and NSIS installers, configuring WebView2 runtime installation, customizing installer behavior, code signing, and meeting Microsoft Store requirements. This Skill consolidates that knowledge into actionable guidance. ## Core Features & Use Cases - Installer Building: Create WiX MSI installers on Windows or cross-compile NSIS installers from Linux/macOS using cargo-xwin. - Installer Customization: Configure WebView2 install modes, WiX fragments and templates, NSIS hooks, install modes, and multi-language support. - Microsoft Store Submission: Generate Store-compliant builds with offline WebView2 installers, proper publisher configuration, and icon assets. - Use Case: You have a Tauri desktop app ready for release and need to produce a signed NSIS installer from your Linux CI machine, then also prepare a Microsoft Store submission package. ## Quick Start Help me build a Windows NSIS installer for my Tauri app from Linux and configure the WebView2 install mode.