iis: Disables installer repair

Currently we don't have support to repair, so, this commit is
marking it as disabled.
This commit is contained in:
Felipe "Zimmerle" Costa 2014-02-25 14:11:45 -03:00 committed by Felipe Zimmerle
parent d6dd1f0e94
commit 8ff3de5b6f

View File

@ -96,7 +96,11 @@
VersionNT64
<?else ?>
NOT VersionNT64
<?endif ?></Condition>
<?endif ?></Condition>
<Property Id="ARPNOREPAIR" Value="yes" Secure="yes" />
<Property Id="ARPNOMODIFY" Value="yes" Secure="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Directory Id="TARGETDIR" Name="SourceDir">
<?if $(var.Win64) = "yes" ?>