Re: [WiX-users] Burn bootstrapper crashes if image specified

2012-09-26 Thread Marc Wandschneider
awesome! yes, the problems were a twofold: 1. i was using absolute paths to an image element. I just changed the back to "logo.bmp" 2. I wasn't including the logo.bmp file in my final setup package. I added: to as per Jacob's suggestion, and now it's all great. Thanks so much! m, 2012/9/

Re: [WiX-users] Burn bootstrapper crashes if image specified

2012-09-25 Thread Hoover, Jacob
If I had to guess, it would happen on your machine as well if you renamed the image after compiling. I don't think you want an absolute path, but rather a relative one. Then use a Payload element under the BootstrapperApplicationRef and have Burn compress the image into the bundle. -Origin