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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2014-09-26 02:17:23 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2014-09-26 02:19:56 +0400
commit17d95c07a978e6e68b21a62408cd8ec51a74f803 (patch)
tree76494c22ab92a314546bf20bcb571766bad6f370 /installer
parentbc11185427db7e8484948d8158aa827d730c901b (diff)
Update URLs in installer and add a comment.
Diffstat (limited to 'installer')
-rw-r--r--installer/Product.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/Product.wxs b/installer/Product.wxs
index 8362d2446..af6bea878 100644
--- a/installer/Product.wxs
+++ b/installer/Product.wxs
@@ -37,9 +37,9 @@
<UIRef Id="WixUI_ErrorProgressText" />
<Property Id="ALLUSERS" Value="1" />
- <Property Id="REINSTALLMODE" Value="amus" />
- <Property Id="ARPURLINFOABOUT" Value="http://mumble.sourceforge.net/" />
- <Property Id="ARPURLUPDATEINFO" Value="http://mumble.sourceforge.net/" />
+ <Property Id="REINSTALLMODE" Value="amus" /> <!-- See http://msdn.microsoft.com/en-us/library/aa371182(v=vs.85).aspx -->
+ <Property Id="ARPURLINFOABOUT" Value="http://www.mumble.info/" />
+ <Property Id="ARPURLUPDATEINFO" Value="http://www.mumble.info/" />
<Property Id='ARPPRODUCTICON'>mumble.ico</Property>
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\installer\gpl.rtf" />