From 2601d8b702927d788c296d5a2a1a742c44d8a7ac Mon Sep 17 00:00:00 2001 From: Arjun Balgovind <32061677+arjunbalgovind@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:48:16 -0700 Subject: [PATCH] Fix missing dlls in MSI for 0.19 (#4474) * Add/remove missing dlls and add search.interop nuget package ref * Fixed formatting --- installer/PowerToysSetup/Product.wxs | 20 ++++++++++--------- .../PowerLauncher/PowerLauncher.csproj | 4 +++- src/modules/launcher/Wox/Wox.csproj | 3 +++ 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index fa947b9ec1..59e11856ca 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -401,6 +401,8 @@ + + @@ -610,7 +612,7 @@ - + @@ -664,7 +666,7 @@ - + @@ -779,7 +781,7 @@ - + @@ -802,7 +804,7 @@ - + @@ -831,7 +833,7 @@ - + @@ -862,7 +864,7 @@ - + @@ -893,7 +895,7 @@ - + @@ -923,7 +925,7 @@ - + @@ -938,7 +940,7 @@ - + diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj index cbe9e0bc90..828886cb7e 100644 --- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj +++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj @@ -95,7 +95,9 @@ - + + NU1701 + diff --git a/src/modules/launcher/Wox/Wox.csproj b/src/modules/launcher/Wox/Wox.csproj index 86eda851b1..3cc86e4516 100644 --- a/src/modules/launcher/Wox/Wox.csproj +++ b/src/modules/launcher/Wox/Wox.csproj @@ -61,6 +61,9 @@ + + NU1701 +