[packaging] Remove msiexec prerequisite from Windows script
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 14 Jun 2017 15:31:04 +0000 (17:31 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 14 Jun 2017 15:31:04 +0000 (17:31 +0200)
We're using lessmsi now.

packaging/Windows/defs/gtksharp

index c9f4152ba38c644cf2b356aeff2e8ed66d820b4b..7ede37142de829f6c524b10bf7a96b0c356e6de0 100755 (executable)
@@ -67,7 +67,6 @@ install()
 
 prerequisites()
 {
-       which msiexec 2>/dev/null || error "*** msiexec is not in \$PATH ***"
 }
 
 $@