Scott Sanders wrote: > I'm modifying the standard dialogs provided in > src/ext/UIExtension/wixlib to suit my needs. I notice that the Reset > button on CustomizeDlg only reverts the user's feature selection in > the SelectionTree. I would like the Reset button to also revert the > Location values for each feature to the installation default (if the > user had changed the path using the Browse button). Is this possible > ? >
According to the MSI SDK, Reset undoes property values; directories don't count at that point in the UI, so I doubt it's supported. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

