On Tue, 11 Mar 2008 02:29:04 +0330, Riyaz Mogharabin wrote:

Riyaz,

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

This is very unfriendly to your users, not to mention that on Windows, since 
ages, you *have to* install your application into "Program Files". Not all 
localized versions have space in the middle but some do, including a small user 
base one like the US version... :-) Simply put, if you write programs that 
can't handle long filenames, you're not writing a Windows-compliant software 
and you can't expect Windows Installer to help you with this.

So, if you really need this, you have to write a custom action.

Bye,
   Gábor

-------------------------------------------------------------------
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

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