Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-14 18:31:04 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-14 18:31:04 +0300
commit348ec2cf7ac9c64aa53454796a21ecf0f3ec6939 (patch)
tree680c4e39810d1a53e08a93cae05e7d616b827326 /packaging
parentb85f34d7639f3901f90d568779dd6810a8093b6b (diff)
[packaging] Remove msiexec prerequisite from Windows script
We're using lessmsi now.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/Windows/defs/gtksharp1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/Windows/defs/gtksharp b/packaging/Windows/defs/gtksharp
index c9f4152ba38..7ede37142de 100755
--- a/packaging/Windows/defs/gtksharp
+++ b/packaging/Windows/defs/gtksharp
@@ -67,7 +67,6 @@ install()
prerequisites()
{
- which msiexec 2>/dev/null || error "*** msiexec is not in \$PATH ***"
}
$@