Yes, INSTALLDIR property is set under the CostFinalize action:
MSI (c) (1C:B8) [10:04:42:715]: PROPERTY CHANGE: Adding INSTALLDIR property.
Its value is 'C:\Program Files\BaseUI\'.

If I change the PathEdit control to Text:
<Control Id="PathText" Type="Text" X="20" Y="100" Width="320"
Height="18">[INSTALLDIR]</Control>
it shows correct path.

Peter Bocej
Emtest a.s.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rob Hamflett
Sent: Tuesday, October 17, 2006 9:51 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 2343 - Specified path is empty


If you log the install, what's the last reported value for INSTALLDIR before
you get to this dialog?
  Quick sanity check; INSTALLDIR is the ID for one of your directories,
right?

Rob

Peter Bocej wrote:
> Hi all,
>
> I can assign initial install dir to PathEdit control`s initial value,
> ...
> <Control Id="PathText" Type="PathEdit" X="20" Y="100" Width="320"
> Height="18" Property="INSTALLDIR" Indirect="yes" />
> ...
> and in instalation process i get an error 2343 (Specified path is empty).
> Could somebody explain me how the PathEdit control works?
>
> Thanx
>
> Full basic Wix xml attached.
>
> Peter Bocej
> Emtest a.s.
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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


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

__________ Informacia od NOD32 1.1806 (20061017) __________

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