diff --git a/platforms/Windows/cli/cli.wxs b/platforms/Windows/cli/cli.wxs index 16e42f06..12ae323a 100644 --- a/platforms/Windows/cli/cli.wxs +++ b/platforms/Windows/cli/cli.wxs @@ -207,12 +207,6 @@ <Component> <File Source="$(TOOLCHAIN_ROOT)\usr\bin\Commands.dll" /> </Component> - <Component> - <File Source="$(TOOLCHAIN_ROOT)\usr\bin\CoreCommands.dll" /> - </Component> - <Component> - <File Source="$(TOOLCHAIN_ROOT)\usr\bin\DriverSupport.dll" /> - </Component> <Component> <File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageGraph.dll" /> </Component> @@ -222,9 +216,6 @@ <Component> <File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageModel.dll" /> </Component> - <Component> - <File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageModelSyntax.dll" /> - </Component> <Component> <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SourceControl.dll" /> </Component>