Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<Project Path="test/TemplateEngine/Microsoft.TemplateSearch.Common.UnitTests/Microsoft.TemplateSearch.Common.UnitTests.csproj" />
<Project Path="test/TemplateEngine/Microsoft.TemplateSearch.TemplateDiscovery.IntegrationTests/Microsoft.TemplateSearch.TemplateDiscovery.IntegrationTests.csproj" />
<Project Path="test/Microsoft.WebTools.AspireService.Tests/Microsoft.WebTools.AspireService.Tests.csproj" />
<Project Path="test/Microsoft.Win32.Msi.Manual.Tests/Microsoft.Win32.Msi.Manual.Tests.csproj" />
<Project Path="test/Microsoft.Win32.Msi.ManualTester/Microsoft.Win32.Msi.ManualTester.csproj" />
<Project Path="test/Microsoft.Win32.Msi.Tests/Microsoft.Win32.Msi.Tests.csproj" />
<Project Path="test/msbuild.Integration.Tests/msbuild.Integration.Tests.csproj" />
<Project Path="test/Msbuild.Tests.Utilities/Msbuild.Tests.Utilities.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Tasks/Microsoft.NET.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test\\Microsoft.NET.Sdk.WorkloadManifestReader.Tests\\Microsoft.NET.Sdk.WorkloadManifestReader.Tests.csproj",
"test\\Microsoft.NET.TestFramework\\Microsoft.NET.TestFramework.csproj",
"test\\Microsoft.NET.ToolPack.Tests\\Microsoft.NET.ToolPack.Tests.csproj",
"test\\Microsoft.Win32.Msi.Manual.Tests\\Microsoft.Win32.Msi.Manual.Tests.csproj",
"test\\Microsoft.Win32.Msi.ManualTester\\Microsoft.Win32.Msi.ManualTester.csproj",
"test\\Microsoft.Win32.Msi.Tests\\Microsoft.Win32.Msi.Tests.csproj",
"test\\Msbuild.Tests.Utilities\\Msbuild.Tests.Utilities.csproj",
"test\\TelemetryStdOutLogger\\TelemetryStdOutLogger.csproj",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Microsoft.Win32.Msi.Manual.Tests
namespace Microsoft.Win32.Msi.ManualTester
{
/// <summary>
/// Simple test application to illustrate basic MSI API calls and wiring up an external UI handler to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project contains a simple console application that uses the MSI APIs to install an MSI. You can run the application using the command line below

```Microsoft.Win32.Mist.ManualTest.exe install <PATH_TO_YOUR_MSI>```
```Microsoft.Win32.Msi.ManualTester.exe install <PATH_TO_YOUR_MSI>```

If the MSI you provide installs per-machine, run the application from an elevated prompt. The test application will not handle elevation. It will report
an error if you don't have sufficient privileges.
Expand Down
Loading