Install msiexec in the bin directory.
This commit is contained in:
parent
6246c2d4c4
commit
9a27e64349
|
@ -70,6 +70,7 @@ INSTALLSUBDIRS = \
|
|||
|
||||
# Programs to install in bin directory
|
||||
INSTALLPROGS = \
|
||||
msiexec \
|
||||
notepad \
|
||||
progman \
|
||||
regedit \
|
||||
|
|
|
@ -29,6 +29,7 @@ my %directories = ();
|
|||
# Programs that we want to install in the bin directory too
|
||||
my %bin_install =
|
||||
(
|
||||
"msiexec" => 1,
|
||||
"notepad" => 1,
|
||||
"progman" => 1,
|
||||
"regedit" => 1,
|
||||
|
|
Loading…
Reference in New Issue