John Beisner
90d7ea73d7
SDK bundle installer updates ( #194 )
...
* Adding a period.
* Updating installation notice in SDK bundle installer
2018-11-30 11:37:47 -08:00
John Beisner
6a0cf8d5e1
Changes in SDK bundle installation methodology ( #121 )
...
Changes in SDK bundle installation methodology:
1. Manage the 3 potential SDK bundle installation locations
In precedential order:
A. the SDK bundle’s self-registered installation location [x64 or x86]
B. ‘Program Files’ + “dotnet” [if 'dotnet.exe' exists]
C. the “installpath’s” input parameter’s value
D. ‘Program Files’ + “dotnet”
2. Communicate the SDK bundle installation location to the chained MSIs
3. Disable the CLI SDK MSI from installing ‘stand-alone’
4. SDK bundle self-registers the installation location value.
Other:
* Adding a file search for 'dotnet.exe'; updates
* Changing the MSI blocking conditional.
* Changed: "AuthoredRegistryKeys" to : "AuthoredRegistryKeys_x86node"
* Managing the x86 and x64 install locations
* "DOTNETHOME" should not overridable; adding an explicit override for identical install paths: "DOTNETHOMESIMILARITYCHECKOVERRIDE"; adding comments.
2018-11-21 09:38:54 -08:00
William Li
f3c7f5ed78
Merge remote-tracking branch 'oldcli/release/2.2.1xx' into merge-release/2.2.1xx
2018-09-09 20:42:17 -07:00
Daniel Plaisted
d97378c31b
Bundle Wpf/WinForms shared framework in installer
2018-08-23 18:08:42 -07:00
Livar Cunha
efa3ad3c9d
Updating the windows installer notice to reflect 2.2 and its requirement of 15.9.
2018-08-22 14:00:20 -07:00
William Li
3f45457548
Installer metadata in ARP uses HTTP URLs
2018-08-17 15:23:38 -07:00
Nick Guerrera
ceffacfef8
Merge branch 'release/2.2.1xx' into merges/release/2.1.4xx-to-release/2.2.1xx
2018-07-17 18:17:04 -07:00
William Li
0ef0b3296b
Add XSLT Transform for apphost ( #9609 )
...
To avoid sign check whitelist apphost.exe name changes very build. Sign check uses File Id in MSI as whitelist name. Template apphost.exe get a new "File Id" in msi different every time (since File Id is generated according to file path, and file path has version number). Use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time.
2018-07-10 16:24:50 -07:00
Livar
69062dda4e
Merge pull request #9266 from dotnet/merges/release/2.1.4xx-to-master
...
Merge release/2.1.4xx to master
2018-05-14 09:47:53 -07:00
Livar
11f2843f7b
Merge pull request #9252 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx
...
Merge release/2.1.3xx to release/2.1.4xx
2018-05-11 10:16:04 -07:00
kasper3
575ad4e9dc
Use the latest nuget.exe in generatenupkg script
2018-05-10 17:22:16 +00:00
Parallels
a3879f8eb9
Updating the deb package of the SDK to specify a version range for the runtime and asp.net dependencies.
2018-05-08 18:42:57 -07:00
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
f496a9bb18
Updating windows msi code to use variables for the SDK and Runtime brandings.
2018-04-04 10:37:38 -07:00
Livar Cunha
b69d9bda40
Updating the MSI Installation Note message. Also had to shift components around slightly to make it fit.
2018-02-07 13:01:50 -08:00
Livar Cunha
6695936718
Updating the CLI branding and version to 2.1.300.
2018-01-22 13:26:57 -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
Nate McMaster
fb2df937fe
Replace aspnetcore-store with the aspnetcore-runtime
...
Update downloaded installers and wixlib to pull the ASP.NET Core Runtime (aka shared framework)
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
Daniel Plaisted
6a64e17857
Merge pull request #7225 from GuardRex/guardrex/first-run-info-update
...
Update first time welcome message
2017-08-07 14:48:36 -07:00
William Lee
cda49654db
Merge pull request #7371 from dotnet/merges/release/2.0.0-to-master-20170804-070030
...
Merge release/2.0.0 to master
2017-08-04 15:14:37 -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
Luke Latham
a256f25d60
Match length of dash lines to headings
2017-08-02 19:57:22 -05:00
Luke Latham
f06b3f25b2
React to feedback and add three more topics to the update
2017-08-02 19:29:26 -05:00
Livar
96b122e26f
Merge branch 'master' into merges/release/2.0.0-to-master-20170731-070024
2017-07-31 11:00:18 -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
Livar
1728aef325
Merge branch 'master' into merges/release/2.0.0-to-master-20170718-070024
2017-07-18 15:58:34 -07:00
William Li
21aa774707
dotnet-sdk rpm package consume store by dependency
...
Instead of Packing along.
Edit RPM config, add download store rpm package as part of the test.
2017-07-13 12:08:35 -07:00
William Li
b9c5e2ec57
dotnet-sdk DEB package consume store by dependency
...
Instead of Packing along.
Edit Debian config, add download store deb package as part of the packing process as well as test.
2017-07-13 12:07:51 -07:00
Livar
a04273474e
Merge branch 'master' into merges/release/2.0.0-to-master-20170712-070028
2017-07-12 14:28:17 -07:00
William Li
9162230e85
sync windows installer change to rpm and deb
2017-07-11 14:16:28 -07:00
William Li
1147b6c2fe
Sync with windows installer experience for mac
2017-07-11 14:16:20 -07:00
Tom Meschter
5a37290f24
Merge pull request #7112 from dotnet/merges/release/2.0.0-to-master-20170710-070027
...
Merge release/2.0.0 to master
2017-07-10 08:54:29 -07:00
William Li
191e3e3019
Installer Success Reporting for Windows
...
Issue https://github.com/dotnet/cli/issues/7091
Add internal command dotnet internal-reportinstallsuccess. Before
Windows installer finishes, run this command instead of dotnet new. It
will trigger the first time experience as well as sending telemetry with
installer exe name.
This command blocks to ensure that the webservice call completes.
2017-07-07 12:56:21 -07:00
Livar
7e1fe7eba7
Merge pull request #7095 from dotnet/merges/release/2.0.0-to-master-20170707-070029
...
Merge release/2.0.0 to master
2017-07-07 11:10:48 -07:00
Livar Cunha
2770013d0d
Updating the downlevel msi to embed the cab file in the msi itself.
2017-07-06 16:32:34 -07:00
Livar Cunha
1256bd0d57
Changing the name of the cab file generated by the two msis. Before they were stomping on each other.
2017-07-06 15:46:51 -07:00
Livar
f5c677c37a
Merge branch 'master' into merges/release/2.0.0-to-master-20170703-070031
2017-07-03 09:39:32 -07:00
Livar
277741b55c
Merge pull request #7049 from billwert/fixinstallblock
...
Installation block does not work
2017-06-30 15:55:19 -07:00
William Lee
f0f66df034
Add indication for first time experience ( #7044 )
2017-06-30 14:13:29 -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
Livar Cunha
c920b3c747
Fixing a missing variable in the downlevel installer.
2017-06-29 18:30:21 -07:00
Livar Cunha
a396550ed0
Adding a installer for Downlevel (Dev14) to install .NET Framework props and targets to enable it to reference netstandard 2.0.
2017-06-29 09:55:26 -07:00
William Li
10d59cd982
Merge branch 'master' into merges/release/2.0.0-to-master-20170623-070040
2017-06-23 11:32:24 -07:00
William Li
f4d884a03d
Add dummy eula for Windows installer
2017-06-22 09:03:35 -07:00