Last active
November 26, 2018 21:35
-
-
Save transistor1/dbaad001b6d4f7529dc01a5d4e02d214 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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