Skip to content

Instantly share code, notes, and snippets.

@garrmark
Created November 7, 2016 21:21
Show Gist options
  • Save garrmark/6e50f8653533ac2317080272120ec4a6 to your computer and use it in GitHub Desktop.
Save garrmark/6e50f8653533ac2317080272120ec4a6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
<BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" />
<SelectableItemCustomizations>
<SelectableItemCustomization Id="WebToolsV1" Hidden="no" Selected="yes" FriendlyName="Microsoft Web Developer Tools" />
</SelectableItemCustomizations>
</AdminDeploymentCustomizations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment