Skip to content

Instantly share code, notes, and snippets.

@transistor1
Last active November 26, 2018 21:35
Show Gist options
  • Save transistor1/dbaad001b6d4f7529dc01a5d4e02d214 to your computer and use it in GitHub Desktop.
Save transistor1/dbaad001b6d4f7529dc01a5d4e02d214 to your computer and use it in GitHub Desktop.
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst visualstudio2017professional
cinst visualstudio2017-workload-manageddesktop
cinst wixtoolset
cinst git
cinst kdiff3
cinst gitextensions
cinst office365business
iwr -OutFile C:\\Users\\vagrant\\Downloads\\Votive2017.vsix https://robmensching.gallerycdn.vsassets.io/extensions/robmensching/wixtoolsetvisualstudio2017extension/0.9.21.62588/1494013210879/250616/4/Votive2017.vsix
$ps = [System.Diagnostics.Process]::Start("C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe", "/quiet ""C:\Users\vagrant\Downloads\Votive2017.vsix""")
$ps.WaitForExit()
$ps.Dispose()
git clone https://github.com/Field-Effect-LLC/AccessSQLEditor.git C:/AccessSQLEditor/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment