Re: [WiX-users] Addin files in a transform

2008-04-30 Thread greenaj
Thanks, but I did managed to add the files by having them in another cabinet file, so that they are installed as files within Installer Components. It works, but the cab files must not be inside the original package. These files are added to a new Feature, Components, And Files within the MST f

Re: [WiX-users] Addin files in a transform

2008-04-30 Thread Stefan Pavlik
[EMAIL PROTECTED] wrote: > I need to add a couple files using a transform to an already existing MSI > that contains all of its files in an embedded cabinet. I understand that > I'll need to add the files to a new Feature that will contain new > Component(s) for the files. > > I would like t

[WiX-users] Addin files in a transform

2008-04-29 Thread greenaj
I need to add a couple files using a transform to an already existing MSI that contains all of its files in an embedded cabinet. I understand that I'll need to add the files to a new Feature that will contain new Component(s) for the files. I would like to keep the new files in a new embedde