Re: [WiX-users] Adding condition to WIXUI_INSTALLDIR library (Bob Arnson)

2008-06-09 Thread Bob Arnson
Riyaz Mogharabin wrote: > Could you explain this a bit more for me? Do you mean that I need to > change the "Indirect" to yes for this? Or I need to check this > somewhere else with another condition? > WIXUI_INSTALLDIR contains the name of a directory property. Check that property by name in y

Re: [WiX-users] Adding condition to WIXUI_INSTALLDIR library

2008-06-06 Thread Bob Arnson
Riyaz Mogharabin wrote: > > > // > // > Condition WIXUI_INSTALLDIR >< something -> will not gerenrate > error, but the conditon is not working. (it is always true) > Then you might not be able to check that property; there's no documentation how to do an indirect property lookup. Try directl

Re: [WiX-users] Adding condition to WIXUI_INSTALLDIR library

2008-06-03 Thread Bob Arnson
Riyaz Mogharabin wrote: > Value="PathConditionDlg">[WIXUI_INSTALLDIR]><' ' > I have tested this with and without [ ] and qutoation marks, and also > CDATA. I always get the following lines: > Error LGHT0204 : ICE03: Bad conditional string; Table: ControlEvent, > Column: Condition, Key(s): > Did

Re: [WiX-users] Adding condition to WIXUI_INSTALLDIR library

2008-06-02 Thread Bob Arnson
Riyaz Mogharabin wrote: > Now, Do I need to modify the "InstallDirDlg" and create a "MyInstallDirDlg" > No but you do need to replace the existing dialog set (e.g., WixUI_InstallDir) with a custom set so you can replace all the Publish elements with your own. > Second, it seems that the con

[WiX-users] Adding condition to WIXUI_INSTALLDIR library

2008-06-02 Thread Riyaz Mogharabin
Dear All, I hope you are fine and doing well. I have sent this problem to the mailing list some times before and haven't Received any acceptable answers yet. I have a software which needs to be installed in a path which does not Contain any space in it. (I.e. "C:\Program Files\" is not ac