Skip to content

Commit f5e117e

Browse files
authored
Update DevKit.md
1 parent acd40d0 commit f5e117e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Docs/articles/Installation/DevKit.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,24 @@
44
* (Free) source code of Devloppement Kit from [Cosmos on GitHub](https://github.com/CosmosOS/Cosmos)
55
* You must clone the repository using Git. For a detailed walkthrough, [see here](https://help.github.com/articles/fork-a-repo/).
66
* When following the tutorial, replace *OctoCat* with *CosmosOS* and *Spoon-Knife* with *Cosmos*.
7-
* (Free) [Visual Studio 2015 Community](https://go.microsoft.com/fwlink/?LinkId=691978&clcid=0x409)
7+
* (Free) [Visual Studio 2019 Community](https://visualstudio.microsoft.com/vs/)
88
* (Free) [InnoSetup QuickStart Kit](http://www.jrsoftware.org/isdl.php#qsp)
99
* This is required to build the setup kit which is used to build and install the Visual Studio integration libaries for Cosmos.
1010
* During install it will ask you about optional components to install. Be sure you check "Install Inno Setup Preprocessor".
1111
* Visual Studio SDK: [download here](https://www.microsoft.com/en-us/download/details.aspx?id=40758).
1212

1313
### Installation
1414

15-
* Look in the downloaded sources and run **install-VS2015.bat** with admin privileges (UAC will ask for permission), needed for install in system directories.
15+
* Look in the downloaded sources and run **install-VS2019.bat** with admin privileges (UAC will ask for permission), needed for install in system directories.
1616
* When the installation is complete, Visual Studio will automatically open and you may begin programming with your new, modified copy of Cosmos.
1717

1818
## Arguments for the 'install-VS2015.bat' file
19-
The `install-VS2015.bat` accepts the following parameters :
19+
The `install-VS2019.bat` accepts the following parameters :
2020

2121
- `-USERKIT` Run installer for the User Kit only. By default installer build and install Dev Kit.
2222
- `-RESETHIVE` Reset Visual Studio Experimental Hive after installation.
2323
- `-NOTASK` When specified installer would be run directly instead of running as the task in the Task Scheduler
2424
- `-NOCLEAN` Don't clean solution before run installer.
2525
- `-NOVSLAUNCH` Don't launch VS after installation.
2626
- `-IGNOREVS` Ignore running VS during installation.
27-
- `-VS2015` or `/VS2015` Run installer for the VS 2015. This is the default.
28-
- `-VS2013` or `/VS2013` Run installer for the VS 2013.
2927
- `-VSEXPHIVE` or `/VSEXPHIVE` Use Visual Studio Experimental Hive for installation.

0 commit comments

Comments
 (0)