VisualStudioInstaller

Undocumented in source.

Constructors

this
this(int year, string edition, int webInstaller, string versionName)
Undocumented in source.

Members

Classes

VisualStudioComponentInstaller
class VisualStudioComponentInstaller
Undocumented in source.

Functions

getAllMSIs
void getAllMSIs()

Decompile all MSI files. Useful for finding the name of the package which contains the file you want.

modelBinPaths
string[] modelBinPaths(string model)

Model is x86 (null), amd64, or x86_amd64

opIndex
VisualStudioComponentInstaller opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

directory
string directory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

edition
string edition;
versionName
string versionName;
webInstaller
int webInstaller;
Undocumented in source.
year
int year;
Undocumented in source.

Meta