Riyaz Mogharabin wrote:
I have created an installer with "WiXUi.InstallDir". I need to check the
install path that the user selects and not let him continue the installation
if the path contains a space.


There's no support for that built-in: Default installation paths have included a space since Windows 95. Current WixUI builds have support for validating the path using the WixUIValidatePath custom action. You could hook into it the same way.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to