I'm just guessing here, but I take it the directory structure and/or names
of your documentation files are unpredictable, and you want to get around
that by zipping up the files into a predictably named zip file?

You'll need a custom action for that. You'll have to include code that
cleans up your unzipped files on uninstall so you don't leave files on the
system.

A semi easier solution is to write something that calls "heat dir" each time
to generate a .wxs you include in your build. Should take about a day of
dev/testing.

In either case, you won't be able to reliable patch these files if you have
to.

K

On 9/10/07, John Vottero <[EMAIL PROTECTED]> wrote:
>
> > I need to include ZIP archive (documentation in any directory
> > structure...) into MSI and after installation I need to unzip it. Does
> > anybody any idea how to do it?
> > Encapsulation of documentation's directory structure is not so useful
> > for me...
>
> Why do you want to do this?  The files will be compressed in the MSI by
> Windows Installer.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to