Fix installer branding dotnet --> .NET

This commit is contained in:
Piotr Puszkiewicz 2016-03-15 16:41:55 -07:00
parent 7da4573613
commit d390790594
16 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
<title styles="color:white">Welcome to the .NET CLI installer.</title>
</head>
<body>
<font face="Helvetica">

View file

@ -13,14 +13,14 @@
<?define Dotnet_DisplayVersion = "1.0" ?>
<?define Dotnet_BuildVersion = "$(var.BuildVersion)" ?>
<?define Manufacturer = "Microsoft Corporation" ?>
<?define ProductName = "Microsoft Dotnet CLI for Windows ($(var.DisplayVersion) $(var.ReleaseSuffix))" ?>
<?define ProductName = "Microsoft .NET CLI for Windows ($(var.DisplayVersion) $(var.ReleaseSuffix))" ?>
<?define ProductLanguage = "1033" ?>
<?define ProductVersion = "$(var.Dotnet_ProductVersion)" ?>
<?define ProductFamily = "dotnet" ?>
<?define ProductEdition = "001dotnet" ?>
<?define LCID = "$(var.ProductLanguage)"?>
<?define DowngradeErrorMessage = "A newer version is already installed; please uninstall it and re-run setup."?>
<?define IncompatibleBuildTypeError = "You have installed '[INSTALLEDCLIBUILDTYPE]' build of Dotnet CLI. It cannot be upgraded to a '$(var.BuildType)' build of Dotnet CLI. Please uninstall it and re-run setup."?>
<?define IncompatibleBuildTypeError = "You have installed '[INSTALLEDCLIBUILDTYPE]' build of .NET CLI. It cannot be upgraded to a '$(var.BuildType)' build of .NET CLI. Please uninstall it and re-run setup."?>
<?define Platform = "$(sys.BUILDARCH)" ?>
<?if $(var.Platform)=x86?>