[vlc-commits] msi: restore compatibility with Windows 8

Ludovic Fauvet git at videolan.org
Mon Apr 8 19:56:23 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Apr  8 19:51:16 2013 +0200| [f0c6f5b9ffe33c3e03f1d55a4e67b1701875257d] | committer: Ludovic Fauvet

msi: restore compatibility with Windows 8

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f0c6f5b9ffe33c3e03f1d55a4e67b1701875257d
---

 extras/package/win32/msi/product.wxs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs
index 3481c93..c00236f 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -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."/>
 



More information about the vlc-commits mailing list