Re: [WiX-users] Check the space in path

2010-03-30 Thread Wilbert van Dolleweerd
True. Still, I would prefer software that would adhere to the target platform specifications. Living in an ideal world, I know. I'll stop complaining ;-) 2010/3/31 Curtis Jewell > Wilbert - When it's a recompilation for Windows of Unix software, spaces > can be a problem... > > S.P. - I have th

Re: [WiX-users] Check the space in path

2010-03-30 Thread Curtis Jewell
Wilbert - When it's a recompilation for Windows of Unix software, spaces can be a problem... S.P. - I have the same problem (I compile a distribution of Perl for Microsoft Windows and create its installer using WiX.) For how to connect it in to an WixUI_InstallDir UI, look at lines 152-230 of the

Re: [WiX-users] Check the space in path

2010-03-30 Thread Rob Hamflett
You can use the >< operator which means "TRUE if left string contains the right string". So you could condition your error dialog based on something like: [PROPERTY_FOR_FOLDER] >< " " Rob On 30/03/2010 08:44, S.P wrote: > Dear All, > > One of the files which is going to be installed on the tar

Re: [WiX-users] Check the space in path

2010-03-30 Thread Wilbert van Dolleweerd
Should properly written Windows software not be able to work with a space in a path? I mean: installation usually occurs in 'Program Files'. This already has a space in the path. If your software cannot handle this, maybe you should change the software... 2010/3/30 S.P > Dear All, > > One of th

[WiX-users] Check the space in path

2010-03-30 Thread S.P
Dear All,   One of the files which is going to be installed on the target machine can not work if there is a space in the path, so I need to check the install path to ensure there is no space in it.   Dose any body have a sample code to check space in the target path?   I need to show a custom w