Skip to content

Instantly share code, notes, and snippets.

@hermanussen
Last active February 14, 2017 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hermanussen/2a2c1d92c95094767ee7acd555aa1aad to your computer and use it in GitHub Desktop.
Save hermanussen/2a2c1d92c95094767ee7acd555aa1aad to your computer and use it in GitHub Desktop.
@echo off
REM Enable .NET framework that is compatible with Sitecore Support Package generator
Dism /online /Enable-Feature /FeatureName:NetFx3 /All
REM Start ClickOnce application for Sitecore Support Package generator
start http://dl.sitecore.net/updater/sspg/SSPG.application
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment