I'm somehow stuck.
How can I add a directory structure as in jre (java runtime)
to an msi.
It's kind of very bad, having to add

<Directory Id="jredir" Name="jre_x86">
  <Component Id="JreComponent" Guid="@GUID_6@">
    <File...>
  </Component>
  <Directory Id=""...
    <Component Id=""...
  ...

for each directory and subdirectory in the jre (where there are many)
My approach was to add a cab file to the msi file, but
then a cmd opens, to extract the cab (CustomAction) an
cabarc.exe. All examples just show somehow adding one file -
which is not close to reality, no?
Also need then a reference to
<Feature Id="ProductFeature" Title="Main Feature" Level="1">
    <ComponentRef Id="ProductComponent" />
...
Which produces a huge definition file...
Any ideas, suggestions?




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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