[vlc-commits] msi: blind attempt to support per-user installation

Ludovic Fauvet git at videolan.org
Tue Apr 9 20:14:32 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Apr  9 20:00:53 2013 +0200| [8c900f8cf8c7ea6934699960c35d2eaa560dc8e6] | committer: Ludovic Fauvet

msi: blind attempt to support per-user installation

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

 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 be2a6d3..04d4edb 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -62,7 +62,7 @@
             <RegistrySearch Id="FindInstallRegDir" Type="raw" Root="HKLM" Win64="$(var.Win64)" Key="Software\VideoLAN\VLC" Name="InstallDir" />
         </Property>
 
-        <WixVariable Id="WixUISupportPerUser" Value="0" />
+        <WixVariable Id="WixUISupportPerUser" Value="1" />
         <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
         <WixVariable Id="WixUIBannerBmp" Value="bannrbmp.bmp" />
 



More information about the vlc-commits mailing list