William Li
8189d72e06
Remove mac mark all 755 ( #9177 )
2018-05-01 12:33:13 -07:00
Livar Cunha
b09b6bff26
Generating the conclusion.html files dynamically so that we don't need to set the version in them everytime our branding changes.
2018-04-04 20:57:45 -07:00
Livar Cunha
df2bbb81b2
Updating the branding to 2.1.3-preview2.
2018-01-22 13:32:51 -08:00
Nate McMaster
6e1fae8ee8
Update OSX and MSI branding to include the "ASP.NET Core Runtime"
2018-01-05 19:31:24 -08:00
Livar
0ca9728098
Merge branch 'master' into merges/release/15.5-to-master-20171204-080035
2017-12-04 11:20:08 -08:00
Livar Cunha
6fde7fa3ac
Updating the branding of the CLI to 2.1.2
2017-11-28 13:04:34 -08:00
José Pedro
b855c1ec0e
Renamed 'Runtime Package Store' to 'Runtime Store'.
2017-08-21 12:36:55 -07:00
William Li
ffcbbbc8c4
Fix ubuntu and mac no permission error
...
cache folder $HOME/.dotnet is created during the install process and user
use. However .dotnet folder belongs to root for ubuntu and mac due to
sudo -H policy. Override HOME during installation.
2017-08-03 10:34:50 -07:00
William Lee
fa4bf8d0fb
Merge pull request #7285 from livarcocc/native_installers_use_installed_sdk
...
Updating the native installers to use the SDK just installed for first run
2017-07-27 15:25:37 -07:00
William Li
676fe41aca
Updating the installer to make data collection statement more obvious.
2017-07-27 09:52:01 -07:00
Livar Cunha
9e04dcf8a4
Updating the native installers to use a fully qualified path to dotnet.dll and execute it with dotnet exec, so that the first run experience to populate the offline cache will trigger for the SDK being installed, instead of for the latest one in the box.
2017-07-26 23:10:48 -07:00
William Li
1147b6c2fe
Sync with windows installer experience for mac
2017-07-11 14:16:20 -07:00
Bill Wert
e9be9fda07
Installation block does not work
...
The product should block installing below 10.12 but does not. Fixing
typo.
2017-06-30 13:59:03 -07:00
William Li
ff9b8838f5
Update Mac installer
...
According to https://github.com/dotnet/cli/issues/6682
Window title
Update Introduction step content
Include installation location and list of all components installed
Update Summary step content
What is not included:
Remove "Welcome to ..." text -- it come from the installer tool
itself, it cannot be customized
Add 'success' graphic – cannot include picture in the html used by
the installer
2017-06-22 09:03:35 -07:00
Livar Cunha
529d7caa79
Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder.
2017-06-20 10:59:23 -07:00
William Li
3813c41948
Add leading dot back
2017-05-15 11:49:13 -07:00
William Li
303634978a
Change to Installation completed successfully. Welcome to .NET Core!
2017-05-15 11:48:56 -07:00
William Li
74028a5497
change to Installation Completed Successfully
2017-05-11 09:15:15 -07:00
William Li
a94644d957
Unify mac telemetry note
2017-05-10 10:42:27 -07:00
William Li
9f8ab82a6c
Run dotnet new command as current user in installer
...
If not, the dotnet new will run as root and the cache folders will be in
root ownership
How to get current user
https://apple.stackexchange.com/questions/144159/how-can-i-determine-the-invoking-user-in-an-apple-installer-postinstall-script
2017-05-03 12:57:47 -07:00
William Li
5454ab6780
Add conclusion page for telemetry notice
2017-04-27 13:58:27 -07:00
William Li
8a3225c44b
prime cache macos
...
Using dotnet new after pkg install
2017-04-27 12:39:45 -07:00
Eric Erhardt
4c9ee21b27
Remove the conclusion.html from the OSX installer.
...
Also, bump the min version to 10.12, since that is all .NET Core 2.0 supports.
Fix #6322
2017-04-17 20:56:48 -05:00
Eric Erhardt
a25ebf98c8
Remove OpenSSL from the macOS installer
2017-04-12 15:29:33 -05:00
Livar Cunha
e286c65d25
Removing Additional Framework entirely and renaming LegacyRuntime to something more appropriate: BackwardsCompatibleRuntimes. Also, turning off some tests that I forgot to turn off for linux-x64.
2017-04-08 00:31:27 -07:00
Livar Cunha
772e838ff8
Removing the additional shared framework from the official stage2 build of the CLI. Instead, I also create a stage2 build with the legacy runtime so that we can continue to run tests tthat depend on it, but most importantly, we will be able to run backwards compatibility tests using it.
2017-04-08 00:31:27 -07:00
Eric Erhardt
6106cae066
PKG support for installing shared fx 1.1.
2017-01-05 17:30:08 -06:00
Livar Cunha
63415ec888
Removing an extra 'the' a the welcome message of the pkg installer.
2016-12-05 11:32:04 -08:00
Eric Mellino
bc610340f3
Fix eula.rtf formatting
2016-06-14 16:06:16 -07:00
Senthil
469406de7d
Fix description of hostfxr
2016-06-14 02:09:25 -07:00
Bryan Thornbury
0f640a32e3
download fxr installer file, use it in pkg targets
2016-06-14 02:09:12 -07:00
Sridhar Periyasamy
7de8c9b04c
Cleanup OSX installer to have same title as windows installer.
2016-05-05 11:06:00 -07:00
Sridhar Periyasamy
bb56f4f838
Update OSX branding.
...
And also address PR feedback.
2016-04-27 17:21:43 -07:00
Eric Erhardt
49fae29b7b
Merge pull request #2149 from danquirk/EULAUpdate3
...
EULA update for telemetry/data collection
2016-04-05 19:38:35 -05:00
Dan Quirk
aa12007b61
Update non-ENU EULAs to ENU copies with newest text until LOC is available
2016-03-31 10:46:29 -07:00
Sridhar Periyasamy
988fe85c19
Fix installer issues
...
- Sign the Sharedfx bundle correctly.
- Fix the installer title for SharedFx bundle. Fixes #2100
- Fix the installer title for SharedFx pkg. Fixes #2161
2016-03-31 10:02:12 -07:00
Dan Quirk
dd15e7ecc6
Updating EULA and README for data collection policy
2016-03-30 16:47:49 -07:00
Sridhar Periyasamy
d9942e7fda
Update postinstall
...
Fixing a typo.
2016-03-28 12:36:34 -07:00
Sridhar Periyasamy
b3cbd9e766
Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into host-pkg-path
2016-03-25 14:59:32 -07:00
Sridhar Periyasamy
4e68c19323
Fix OSx Pkg installers
...
- Make the .Net CLI SDK install SxS.
- Make the .Net Host upgrade till RTM(v.1.0.0).
- Make the .Net Core Sharedfx pkg to use the SharedFx Nuget version instead CLI version.
2016-03-25 14:46:04 -07:00
Piotr Puszkiewicz
c798a8ff97
Merge pull request #1891 from dotnet/piotrpMSFT/InstallerBranding
...
Fix installer branding dotnet --> .NET
2016-03-25 14:45:41 -07:00
Piotr Puszkiewicz
1efdd24ce7
Further OS X branding changes
2016-03-25 12:09:45 -07:00
Sridhar Periyasamy
e81166afce
Add to $PATH in the .Net Core Host pkg
...
Earlier it was incorrectly done in .Net CLI pkg
2016-03-25 11:31:30 -07:00
Sridhar Periyasamy
ae83a73e35
Create 'dotnet-dev' and 'dotnet' pkg.
...
- 'dotnet-dev' contains the sharedfx, shared host and CLI SDK.
- 'dotnet' contains the sharedfx and the shared host.
2016-03-17 13:42:10 -07:00