Lincoln Lavoie wrote:
> 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)?

As I said, there's no support in MSI to delete arbitrary directory 
trees. If you can specify the directory names, you can use RemoveFolder. 
Otherwise, it's a common request but I don't have a solution for you today.

-- 
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