diff --git a/wino b/wino old mode 100755 new mode 100644 index b2952e0..db980ee --- a/wino +++ b/wino @@ -98,6 +98,11 @@ elsif ($command eq '--regedit') { exec "WINEPREFIX=$container_path regedit"; } +elsif ($command eq '--msi') +{ + my $new_command = join(' ', @ARGV); + exec "WINEPREFIX=$container_path msiexec /i $new_command"; +} else { # Execute the command given, or the default command