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

2014-01-21 Thread Blair Murri
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 install it (encrypted) but give the component a null guid so that it i

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-20 Thread Phil Wilson
ry 2014 13:18 > To: General 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 a

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

2014-01-20 Thread Sean Farrow
] 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 into an intermediate library that the user can use a

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

2014-01-20 Thread Wesley Manning
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 into an intermediate library that the user can use and compile with their software. Any change o