Thanx, it works!
I don`t  understand "Indirect" attribute. Now I thing that "Indirect" means:
If I use:
...
<Directory Id="INSTALLDIR" name="mydir">
...
in the PathEdit control I need
<Control ... Property="INSTALLDIR" Indirect="no" />
because the value of INSTALLDIR property is correct path string

If I use:
...
<Directory Id="INSTALLDIR" name="mydir">
...
<Property Id="InstallDirProperty" Value="INSTALLDIR" />
...
in the PathEdit control I need
<Control ... Property="InstallDirProperty" Indirect="yes" />
because the value of InstallDirProperty property is the name of property
witch value has correct path string

Wix manual tells nothing about "Indirect" and my english is ugly :(

Peter Bocej
Emtest a.s.

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 5:37 PM
To: Peter Bocej
Cc: Wix-Users
Subject: Re: [WiX-users] Error 2343 - Specified path is empty


Peter Bocej wrote:
> When the InstallDirDlg starts, INSTALLDIR property has value "C:\Program
> Files\BaseUI\"
> I don`t know how I could set initial value of the PathEdit control.
>

You can tie a PathEdit to a directory property, just don't use
Indirect="yes" unless it's an indirect property.

--
sig://boB
http://bobs.org



__________ Informacia od NOD32 1.1810 (20061018) __________

Tato sprava bola preverena antivirusovym systemom NOD32.
http://www.eset.sk



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to