Commit 9a27e643 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

Install msiexec in the bin directory.

parent 6246c2d4
...@@ -70,6 +70,7 @@ INSTALLSUBDIRS = \ ...@@ -70,6 +70,7 @@ INSTALLSUBDIRS = \
# Programs to install in bin directory # Programs to install in bin directory
INSTALLPROGS = \ INSTALLPROGS = \
msiexec \
notepad \ notepad \
progman \ progman \
regedit \ regedit \
......
...@@ -29,6 +29,7 @@ my %directories = (); ...@@ -29,6 +29,7 @@ my %directories = ();
# Programs that we want to install in the bin directory too # Programs that we want to install in the bin directory too
my %bin_install = my %bin_install =
( (
"msiexec" => 1,
"notepad" => 1, "notepad" => 1,
"progman" => 1, "progman" => 1,
"regedit" => 1, "regedit" => 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment