So, looking into this problem a little more, I think it's slightly more
complicated.  The application being deployed is actually being built with
MATLAB, which  has a unique architecture of deploying an exe file along with
an archive file, which is unpacked into a sub-directory when the exe is run
for the first time.  The directory has many subdirectories, which are
dependent on what MATLAB functions are called (and hence compiled).  We need
to delete this directory and all its contends to make sure we're always
using the newest version of our (and MATLABs) libraries.  Any suggestions
for easily deleting this directory on both uninstalls and upgrades (minor
and major)?

Cheers,
Lincoln

On Sun, Apr 13, 2008 at 2:31 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:

> Sebastian Brand wrote:
>
> > Only empty folders can be removed (<RemoveFolder>). I guess you'll have
> > to write a custom action to remove a folder that may have files...
> >
>
> Use RemoveFile to specify which files (including wildcards) can be
> removed. The only thing MSI doesn't support is "nuking" an arbitrary
> directory tree.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to