Re: [WiX-users] best way to handle su8pporting files

2014-01-21 Thread Sean Farrow
- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: 20 January 2014 23:09 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] best way to handle su8pporting files You can put the file in the Binary table (maybe encrypted) and stream it out yourself, decrypting it. Or you can

Re: [WiX-users] best way to handle su8pporting files

2014-01-21 Thread Blair Murri
To: General discussion about the WiX toolset. Subject: Re: [WiX-users] best way to handle su8pporting files You can put the file in the Binary table (maybe encrypted) and stream it out yourself, decrypting it. Or you can install it (encrypted) but give the component a null guid so

Re: [WiX-users] best way to handle su8pporting files

2014-01-20 Thread Wesley Manning
on doing that? -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: January-19-14 7:16 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] best way to handle su8pporting files Importance: High Hi All, I'm in a situation where I'm

Re: [WiX-users] best way to handle su8pporting files

2014-01-20 Thread Sean Farrow
with their software. Any change on doing that? -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: January-19-14 7:16 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] best way to handle su8pporting files Importance: High Hi

Re: [WiX-users] best way to handle su8pporting files

2014-01-20 Thread Phil Wilson
discussion about the WiX toolset. Subject: Re: [WiX-users] best way to handle su8pporting files Why can't you just compile the source code beforehand and place the binary in the installer? It's because of the integration; you are compiling both together? Usually you can compile your software

[WiX-users] best way to handle su8pporting files

2014-01-19 Thread Sean Farrow
Hi All, I'm in a situation where I'm doing some work for a client integrating some software we have written in to a piece of software they use. They haven't paid for the source, so leaving this behind is not an option. What I need to do is to copy the source file to the target machine, compile