Craig Ward wrote: > I have an InstallExecuteSequence block, within which I currently run > actions depending on whether the installation is installing or removing. > I'd like to extend the installing condition to include the Change/Repair > modes that are available in the maintenance dialog. >
Those UI properties aren't available during InstallExecuteSequence. I'd suggest looking at feature action states instead of "global" properties. So if you want to run an action whenever a certain feature is installed or is being repaired, use a condition of &featureId=3 OR !featureId=3. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users