]> git.sesse.net Git - vlc/commitdiff
msi: blind attempt to support per-user installation
authorLudovic Fauvet <etix@videolan.org>
Tue, 9 Apr 2013 18:00:53 +0000 (20:00 +0200)
committerLudovic Fauvet <etix@videolan.org>
Tue, 9 Apr 2013 18:12:43 +0000 (20:12 +0200)
extras/package/win32/msi/product.wxs

index be2a6d3a2ae09768264f1a9aec5f972767305866..04d4edbc21d96c7682c0cb127d86730c7187fed3 100644 (file)
@@ -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" />