Re: [WiX-users] compress/de-compress of files

2009-02-23 Thread Chris Ridd
On 23 Feb 2009, at 15:37, Naga Ram .C wrote: > Thanks Yen, I have read the manual, the only thing I am striving at > is that > to know how to add multiple files > > The following script I can add a file > > > > > I have more than 100 images or can grown up in future, for which I am > looki

Re: [WiX-users] compress/de-compress of files

2009-02-23 Thread Yan Sklyarenko
ssage- From: Naga Ram .C [mailto:nagara...@symphony.cc] Sent: Monday, February 23, 2009 5:37 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] compress/de-compress of files Thanks Yen, I have read the manual, the only thing I am striving at is t

Re: [WiX-users] compress/de-compress of files

2009-02-23 Thread Naga Ram .C
nodes for N number of files that I want to install? Thanks, -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: Monday, February 23, 2009 7:29 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] compress/de-compress of files I

Re: [WiX-users] compress/de-compress of files

2009-02-23 Thread Yan Sklyarenko
/2009/01/01/choosing-your-payloads/. Hope this helps. -- Yan -Original Message- From: Naga Ram .C [mailto:nagara...@symphony.cc] Sent: Monday, February 23, 2009 3:00 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] compress/de-compres

Re: [WiX-users] compress/de-compress of files

2009-02-23 Thread Naga Ram .C
Do you mean you're installing something like a .zip file, and want to unzip it after installing? Why don't you just add each of the files from the zip directly into the WXS, and let the Windows installer handle things? You're not limited to installing stuff under Program Files. >> can you

Re: [WiX-users] compress/de-compress of files

2009-02-23 Thread Chris Ridd
On 23 Feb 2009, at 11:03, Naga Ram .C wrote: > Hi, > > > > I have some images (about 100+ files) that needs installed on target > machine > under a tree with user specified location something like > /assets/images this user specified location need not have > to be the > program files location

[WiX-users] compress/de-compress of files

2009-02-23 Thread Naga Ram .C
Hi, I have some images (about 100+ files) that needs installed on target machine under a tree with user specified location something like /assets/images this user specified location need not have to be the program files location where the application is installed. Can you suggest me some xm