Re: [WiX-users] Bug in 3.5 Votive?

2011-06-28 Thread Rob Mensching
Yeah, VS and MSBuild and Votive conspire in evil ways to prevent the value from coming back in a way that you can edit. You can actually get into this same situation with C# projects. You have to edit the .wixproj (or .csproj is you mess up your C# project, like I did once) to fix it. On Tue,

[WiX-users] Bug in 3.5 Votive?

2011-06-21 Thread Eric Teutsch
I've got an undefined preprocessor variable in my .wxs file, but when I entered it into the Define preprocessor variables: edit box as var.Variable=abc it made no difference. I then tried the probably really wrong way of $(var.Variable)=abc At this stage the Votive editor wouldn't let me undo