From 9a27e64349364649eaded405abd3a72c9a18fd2c Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Tue, 10 May 2005 16:02:04 +0000 Subject: [PATCH] Install msiexec in the bin directory. --- programs/Makefile.in | 1 + programs/make_progs | 1 + 2 files changed, 2 insertions(+) diff --git a/programs/Makefile.in b/programs/Makefile.in index 27d9af0e62f..546b85a664f 100644 --- a/programs/Makefile.in +++ b/programs/Makefile.in @@ -70,6 +70,7 @@ INSTALLSUBDIRS = \ # Programs to install in bin directory INSTALLPROGS = \ + msiexec \ notepad \ progman \ regedit \ diff --git a/programs/make_progs b/programs/make_progs index a674ed10e6e..5f77e19b0c3 100755 --- a/programs/make_progs +++ b/programs/make_progs @@ -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,