You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-38Lines changed: 2 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,42 +7,7 @@ Package developers can install their VSIX extensions for Visual Studio using thi
7
7
8
8
Other deployments may also benefit since they no longer have to find where _VSIXInstaller.exe_ is installed. The command line passed to _VSIXBootstrapper.exe_ is passed through to _VSIXInstaller.exe_.
9
9
10
-
## Authoring
11
-
12
-
An example using [WiX][] authoring to include a _.vsix_ package in the Burn chain itself.
Here both _VSIXBootstrapper.exe_ and _MyVSIX.vsix_ (with extension ID "MyVSIX") are compressed in the attached bundle container. Separate `PayloadGroup` elements were used so that you can share _VSIXBootstrapper.exe_ for multiple extensions. You could also specify the `DownloadUrl` attribute instead of compressing these to support web downloads and layouts.
44
-
45
-
For more examples, please see the [Wiki][].
10
+
See our [samples](https://github.com/Microsoft/vsixbootstrapper/wiki/Samples) for ideas how to use _VSIXBootstrapper.exe_.
46
11
47
12
## Feedback
48
13
@@ -54,13 +19,12 @@ This project is licensed under the [MIT license](LICENSE.txt).
54
19
55
20
## Status
56
21
57
-
This project uses a Git flow model releasing from the `master` branch with development based on and stabilize in the `develop` branch.
22
+
This project uses a Git flow model releasing from the `master` branch with development based on and stabilized in the `develop` branch.
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments