Commit 4bf03a07 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Rafaël Carré

msi: change WiX default installation path

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 2ba67321
WIXPATH=`winepath -u 'C:\\Program Files\\Windows Installer XML v3.5\\bin'` WIXPATH=`winepath -u 'C:\\Program Files (x86)\\Windows Installer XML v3.5\\bin'`
HEAT=wine "$(WIXPATH)/heat.exe" HEAT=wine "$(WIXPATH)/heat.exe"
CANDLE=wine "$(WIXPATH)/candle.exe" CANDLE=wine "$(WIXPATH)/candle.exe"
LIGHT=wine "$(WIXPATH)/light.exe" LIGHT=wine "$(WIXPATH)/light.exe"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment