Hi,

I want to keep the directory structure after the msi is installed. Could I
do that in wix 3.0?

I read the history.txt of wix 3.0.4624.0 and find a new feature has been
added. The description is as below:

Feature       - Added an optional RelativeIntermediateDirectory
                         attribute to the <Configuration> section of the
wixproj
                         file. This allows for a directory to put the
.wixobj
                         files so they aren't in the same directory as the
                         project output. Existing .wixproj files are still
valid
                         without this attribute.
Can this feature do my requirements? If yes, how could I use this feature?
Could anyone give an example?

For example. I have 2 directories called dir1 and dir2. I want to install
all the files to the directory test. In the directory Test, dir1 and dir2,
all have different files. So finally the directry structure is as below:
Test
    [files]
    - dir1
        [files]
    - dir2
        [files]

Thank you,
Yu
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to