Re: [WiX-users] How refer Binary file in CA

2009-04-05 Thread Michael
Thanks Chris. Christopher Karper wrote: > You don't have to permanently install it, but you need to extract it from > the binary table. It can't be used by anything until it's pulled out and > put on the file system. > > Chris > > > On Sat, Apr 4, 2009 at 6:37 AM, Michael wrote: > > >> Than

Re: [WiX-users] How refer Binary file in CA

2009-04-05 Thread Christopher Karper
You don't have to permanently install it, but you need to extract it from the binary table. It can't be used by anything until it's pulled out and put on the file system. Chris On Sat, Apr 4, 2009 at 6:37 AM, Michael wrote: > Thanks Rob Mensching, > But, I don't want to copy this file to com

Re: [WiX-users] How refer Binary file in CA

2009-04-04 Thread Michael
Thanks Rob Mensching, But, I don't want to copy this file to computer. I want to refer it from installer like bitmap image. Is it possible? Regards, -SMR Rob Mensching wrote: > You'd have to extract the Binary out with the CustomAction. > > Michael wrote: > >> Hi, >> >> I'm new to Wix. I'm

Re: [WiX-users] How refer Binary file in CA

2009-04-02 Thread Rob Mensching
You'd have to extract the Binary out with the CustomAction. Michael wrote: > Hi, > > I'm new to Wix. I'm using Wix v2. I have dll CA. I need to pass a exe > as dll CA data which is referred in . > sample code snippet, > > > I need to pass Binary "UTIL" to custom action > Execute="immediate" Ret