[WiX-users] How to edit .IBD file
Hi - I need to edit one of WiX's standard .IBD file (bitmap) and can't seem to find an appropriate editor. What's editor do i need to use in order to be able to edit .IBD file? Thanks! Ali ___
[WiX-users] Condition-element
Hi - In order to add Conditions to allow installing my application only on certain Operating Systems I am using WiX’s Condition-Element. When I add the first four conditions, the installer builds successfully: (VersionNT=600 AND WindowsBuild=6002 AND ServicePackLevel >=2) OR