Skip to content

Commit f90268d

Browse files
authored
Add msi extension to run as different user (#174)
1 parent d80934c commit f90268d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/Wox.Plugin.Folder/ContextMenuLoader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ private bool CanRunAsDifferentUser(string path)
194194
{
195195
case ".exe":
196196
case ".bat":
197+
case ".msi":
197198
return true;
198199

199200
default:

0 commit comments

Comments
 (0)