Skip to content

Commit b295a0a

Browse files
committed
Fix path to vsregedit
1 parent 24b1726 commit b295a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/CreateVSHive.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if($success -eq $false){
3333

3434
$vsDir = Split-Path -Parent $devenvExePath
3535

36-
$vsRegEdit = Join-Path (Join-Path (Join-Path $vsDir 'Common7') 'IDE') 'VsRegEdit.exe'
36+
$vsRegEdit = Join-Path $vsDir 'VsRegEdit.exe'
3737

3838
&$vsRegEdit set "$vsDir" RoslynDev HKLM "Profile" DisableFirstLaunchDialog dword 1
3939

0 commit comments

Comments
 (0)