Our application 'MyApp' has two features, one coded in wxs file and other in a 
merge module. Both the features are coded with 
ConfigurableDirectory="TARGETDIR".
 
We would like to install the app one directory off of user's choice. We have a 
default directory for installation "c:\ProgramFiles\MyApp" set through a custom 
action after LaunchConditions. If user chooses installation directory as 
c:\ProgramFiles\UserChoice we want to install it at 
c:\ProgramFiles\UserChoice\MyApp.  
 
For this reason I have written a custom action to reset the TARGETDIR directory 
after user chooses some install location. 
 
Sequencing this at the beginning of InstallExecuteSequence runs into a problem. 
The merge module gets installed to the value of TARGETDIR chosen by the user 
and other features get installed to the TARGETDIR after it has been reset.
 
I would like to reset TARGETDIR so both features get installed to the final 
value of TARGETDIR. Any thoughts on correct sequencing of custom action are 
welcome.
 
Thanks.
 
Umesh                                             
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to