Re: [WiX-users] WixUI issue when using two-pass linking with light

2010-04-13 Thread Nick Ramirez
I've seen the same thing. Although in my case I'm just trying to speed up localization, not make a patch. It seems to be caused by the -bf flag. Without it (in which case you'll need to make sure that your WixVariables or -d flags are referencing the bitmaps and icons correctly in relation to the

[WiX-users] WixUI issue when using two-pass linking with light

2010-03-19 Thread Jeffrey Cutting
I've just modified my install build to call light.exe (via the MSBuild task) with -xo and -bf and then do a second pass with the .wixout (also via the Light MSBuild task) so I can bind the install binaries into the .wixpdb. I want to generate patches without using admin installs, but since I wa