]> git.sesse.net Git - vlc/commitdiff
msi: restore compatibility with Windows 8
authorLudovic Fauvet <etix@videolan.org>
Mon, 8 Apr 2013 17:51:16 +0000 (19:51 +0200)
committerLudovic Fauvet <etix@videolan.org>
Mon, 8 Apr 2013 17:55:14 +0000 (19:55 +0200)
extras/package/win32/msi/product.wxs

index 3481c9358449689343a8a851f7757df37f02ecb1..c00236fe8dae2deb1518a85bb38b43efd03da0f4 100644 (file)
@@ -37,7 +37,7 @@
             InstallScope='perMachine'
             InstallerVersion='200'
             Compressed='yes'
-            Platforms='$(var.Platform)'/>
+            Platform='$(var.Platform)'/>
 
         <MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."/>