dotnet/installer

[NETSDKE2E]With NET 9 SDK installed, Some files are not identical in .exe installer and in .zip package.

vdanche opened this issue · 5 comments

Install net 9 SDK: 9.0.100-alpha.123564.26.exe on win11-x64
Downloading and extracting the zip(dotnet-sdk-9.0.100-alpha.123564.26-win-x64.zip) archive of the .NET SDK
Use ToolWidff--see the difference after uncheck ‘identical files’
Running a folder diff on the extracted SDK and the install folder to make sure that everything matches

Expected Result:
All files are identical

Actual Result:
Some files aren't identical
image

Can you take a look at this when you're back @joeloff? I'd expect the installertype to not be present in the zip, but the baseline and EULA I would expect to be in both.

@joeloff in today's 8.0.200-preview.24053.15 preview sdk, this issue also happens , not repro on previous 8.0.200 preview sdk
image

not repro on previous 8.0.200-preview.24052.1
image

cc @Forgind who was working on workloads sets. I didn't realize we'd checked in the baseline workload set already.

Can you take a look at this when you're back @joeloff? I'd expect the installertype to not be present in the zip, but the baseline and EULA I would expect to be in both.

The EULA should be present. The baseline workload set will be too once we're building the installers for them and linking them into bundle.

Since it's expected, we'll close it. Thanks