summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2012-04-24 20:51:04 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-04-24 20:51:04 (GMT)
commit0119586b08ab7262b41cb27fc71e52b4bc00f5be (patch)
tree2a6a33d26eb8f5e0eec9509ed5706ec48496edd6 /Swift/Packaging
parent7ca00008a6903abd01928231f5227dee44257bf4 (diff)
downloadswift-0119586b08ab7262b41cb27fc71e52b4bc00f5be.zip
swift-0119586b08ab7262b41cb27fc71e52b4bc00f5be.tar.bz2
Removing some unused comments.
Diffstat (limited to 'Swift/Packaging')
-rw-r--r--Swift/Packaging/WiX/Swift.wxs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Swift/Packaging/WiX/Swift.wxs b/Swift/Packaging/WiX/Swift.wxs
index ec825b6..782f425 100644
--- a/Swift/Packaging/WiX/Swift.wxs
+++ b/Swift/Packaging/WiX/Swift.wxs
@@ -11,16 +11,6 @@
<Media Id='1' Cabinet='Swift.cab' EmbedCab='yes'/>
<MajorUpgrade DowngradeErrorMessage="A newer version is already installed. Remove this version if you wish to downgrade." />
- <!--<Upgrade Id='D7F276D5-BA67-421E-817B-9E7AB4B7D2BF'>
- <UpgradeVersion OnlyDetect='no' Property='PREVIOUSFOUND'
- Minimum='0.0.1' IncludeMinimum='yes'
- Maximum='2.0.0' IncludeMaximum='no'/>
- </Upgrade>-->
- <!-- This means it will upgrade any existing version up to but not including 2.0.
- This'll mean we can ship nightlies and we can upgrade to 2.0 from them.
- It also means we can 'upgrade' from e.g. 1.0 to 0.9. We want to change this so only real upgrades are allowed.
- The numbering scheme probably needs to therefore be major.minor.commitssinceversion -->
-
<Directory Id='TARGETDIR' Name='SourceDir'>
<Directory Id='ProgramFilesFolder' Name='PFiles'>