Skip to content

Disk Space Display in MSI Installers #2783

@lrandersson

Description

@lrandersson

What is the problem or limitation you are having?

NSIS installers display "Space available" and "Space required" during installation, helping users verify they have sufficient disk space before proceeding. The current WiX-based MSI template doesn't include this information, making MSI installers less informative than their NSIS counterparts.

Image

Describe the solution you'd like

Add disk space information to the MSI installer UI. WiX provides built-in support for this via:

  • DiskCostDlg - A standard dialog showing per-volume space requirements
  • VolumeCostList - A control that displays available/required space

This could be added to the dialog flow (e.g., before VerifyReadyDlg) or as a popup accessible from InstallDirDlg.

Describe alternatives you've considered

  1. Insert DiskCostDlg as a dedicated step in the install wizard
  2. Embed VolumeCostList control directly into VerifyReadyDlg

Additional context

The template already includes <UIRef Id="WixUI_Common" />, so the standard DiskCostDlg should be available without additional dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew features, or improvements to existing features.windowsThe issue relates to Microsoft Windows support.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions