Install msiexec in the bin directory.

diff --git a/programs/Makefile.in b/programs/Makefile.in
index 27d9af0..546b85a 100644
--- a/programs/Makefile.in
+++ b/programs/Makefile.in
@@ -70,6 +70,7 @@
 
 # Programs to install in bin directory
 INSTALLPROGS = \
+	msiexec \
 	notepad \
 	progman \
 	regedit \
diff --git a/programs/make_progs b/programs/make_progs
index a674ed1..5f77e19 100755
--- a/programs/make_progs
+++ b/programs/make_progs
@@ -29,6 +29,7 @@
 # Programs that we want to install in the bin directory too
 my %bin_install =
 (
+  "msiexec" => 1,
   "notepad" => 1,
   "progman" => 1,
   "regedit" => 1,