We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8131ee4 commit 87d598fCopy full SHA for 87d598f
2 files changed
Source/ChocolatelyPackages/tools/chocolateyinstall.ps1
@@ -6,6 +6,6 @@ cmd /c assoc .sdf=sqlcedbfile
6
cmd /c ftype sqlcedbfile=QueryAnalyzer.exe -File `"QueryAnalyzer.exe`" `"%1`"
7
8
$WshShell = New-Object -comObject WScript.Shell
9
-$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\SQL Compact Quer Analyzer (x64).lnk")
+$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\SQL Compact Query Analyzer (x64).lnk")
10
$Shortcut.TargetPath = "$sqlcequeryDir\tools\QueryAnalyzer.exe"
11
$Shortcut.Save()
Source/ChocolatelyPackages/tools/chocolateyuninstall.ps1
@@ -1,2 +1,2 @@
1
-Remove-Item "$Home\Desktop\SQL Compact Quer Analyzer (x64).lnk"
+Remove-Item "$Home\Desktop\SQL Compact Query Analyzer (x64).lnk"
2
0 commit comments