Install msiexec in the bin directory.

This commit is contained in:
Michael Stefaniuc 2005-05-10 16:02:04 +00:00 committed by Alexandre Julliard
parent 6246c2d4c4
commit 9a27e64349
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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,