Both problems are fixed in Release v1.0.28.1 (HotFix).
You can get it from NuGet:
You can get it from NuGet:
Install-Package WixSharp.bin -Pre
Now you can update the initial ShellView size in the dedicated event handler:project.UILoaded += msi_UILoaded; ... staticvoid msi_UILoaded(SetupEventArgs e) { //ManagedUIShell is just a Form thus it can be manipulated as any other WinForm window e.ManagedUIShell.SetSize(700, 500); }