installer: wizard C# Windows d'installation guidee (WSL2, Podman, agent, desinstallation)

This commit is contained in:
EduBox Dev
2026-06-28 20:49:57 +00:00
parent d2c3edea2f
commit 0f07a2d2a3
7 changed files with 1196 additions and 0 deletions
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>StudioE5.SetupWizard</RootNamespace>
<AssemblyName>StudioE5-SetupWizard</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Content Include="Resources\podman-setup.msi">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\studioE5-agent-setup.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>