We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27aa4f7 commit 2e420d4Copy full SHA for 2e420d4
build/build_msi.bat
@@ -9,7 +9,7 @@ set "FILESROOT=%1"
9
set "CLIENTDIR=%2"
10
set "MSINAME=%3"
11
12
-for /D %%I in ( "c:\Program Files (x86)\WiX Toolset v3.*" ) do SET "WIXBIN=%%I\bin"
+for /D %%I in ( "\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\Binaries\wixToolset" ) do SET "WIXBIN=%%I"
13
14
set IBEXMAJOR=1
15
set IBEXMINOR=0
0 commit comments