Re: [WiX-users] Including cab file within MSI...

2007-08-04 Thread Ravikumar Gopinath
find file \Accounting\t12.jpg. What am I doing wrong here? ThanksRavi From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: RE: [WiX-users] Including cab file within MSI...Date: Tue, 26 Jun 2007 11:42:42 -0700 Thanks Mike, that's exactly what I needed. I have multiple cab

Re: [WiX-users] Including cab file within MSI...

2007-06-26 Thread Ravikumar Gopinath
ThanksRavi From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: RE: [WiX-users] Including cab file within MSI...Date: Tue, 26 Jun 2007 19:30:22 +0100 Do you mean just installing the CAB files as files, not extracting the contents? If so, just use the File element to install the CAB.

Re: [WiX-users] Including cab file within MSI...

2007-06-26 Thread Pierson Lee (Volt)
users] Including cab file within MSI... I have a couple of cab files which contains quite a few files within them. I want to include the cab files in my installer and unpack the cab files during install, and delete those unpacked files during uninstall. Is it possible to do this? If so, how can I

Re: [WiX-users] Including cab file within MSI...

2007-06-26 Thread Mike Dimmick
June 2007 18:48 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Including cab file within MSI... I have a couple of cab files which contains quite a few files within them. I want to include the cab files in my installer and unpack the cab files during install, and delete those unpacked

[WiX-users] Including cab file within MSI...

2007-06-26 Thread Ravikumar Gopinath
I have a couple of cab files which contains quite a few files within them. I want to include the cab files in my installer and unpack the cab files during install, and delete those unpacked files during uninstall. Is it possible to do this? If so, how can I do it? Thanks Ravi--