Skip to content

Instantly share code, notes, and snippets.

View cabbageshop's full-sized avatar
🌍
🚴

cabbageshop

🌍
🚴
View GitHub Profile
@cabbageshop
cabbageshop / boxystart.txt
Last active January 25, 2017 13:39
Boxstarter for Windows web dev
cinst fiddler4
cinst git-credential-winstore
cinst 7zip
cinst ditto
cinst conemu
cinst poshgit
cinst opera
cinst googlechrome
cinst firefox
cinst vim
@cabbageshop
cabbageshop / AdminDeployment.xml
Created September 12, 2015 09:23
VS2015 AdminDeployment.xml : The stuff that I use
<?xml version="1.0" encoding="utf-8"?>
<AdminDeploymentCustomizations xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
<BundleCustomizations TargetDir="default" NoWeb="default" />
<SelectableItemCustomizations>
<SelectableItemCustomization Id="VC_MFC_Libraries" Hidden="no" Selected="no" />
<SelectableItemCustomization Id="SQL" Hidden="no" Selected="yes" />
<SelectableItemCustomization Id="WebTools" Hidden="no" Selected="yes" />
<SelectableItemCustomization Id="MDDCPlusPlus" Hidden="no" Selected="no" />
<SelectableItemCustomization Id="MDDJS" Hidden="no" Selected="no" />
<SelectableItemCustomization Id="SilverLight_Developer_Kit" Hidden="no" Selected="no" />