Skip to content

Commit 8ff3de5

Browse files
author
Felipe "Zimmerle" Costa
committed
iis: Disables installer repair
Currently we don't have support to repair, so, this commit is marking it as disabled.
1 parent d6dd1f0 commit 8ff3de5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

iis/installer.wxs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@
9696
VersionNT64
9797
<?else ?>
9898
NOT VersionNT64
99-
<?endif ?></Condition>
99+
<?endif ?></Condition>
100+
101+
<Property Id="ARPNOREPAIR" Value="yes" Secure="yes" />
102+
<Property Id="ARPNOMODIFY" Value="yes" Secure="yes" />
103+
100104
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
101105
<Directory Id="TARGETDIR" Name="SourceDir">
102106
<?if $(var.Win64) = "yes" ?>

0 commit comments

Comments
 (0)