Discussion:
[WiX-users] Trying to keep it simple...WixUI_InstallDir error 2343
gapearce
2010-05-24 17:00:48 UTC
Permalink
I'm trying to use WixUI_InstallDir as my UI, and when I do, and compile it,
and run it, I get the following message in the MSI log:

The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2343. The
arguments are: , ,

Please see the attached MSI log file. It shows that INSTALLDIR is correct
(I am assuming, from other posts, that INSTALLDIR is the offending variable.
If I use WixUI_Mondo, there is no problem, and I don't get this error).

How can I fix this problem? How does one specify the PathText for this
dialog?

Thanks ahead of time...

http://n2.nabble.com/file/n5094719/install.log install.log
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trying-to-keep-it-simple-WixUI-InstallDir-error-2343-tp5094719p5094719.html
Sent from the wix-users mailing list archive at Nabble.com.
Pally Sandher
2010-05-24 17:24:52 UTC
Permalink
Have you set
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
?
gapearce
2010-05-24 18:03:29 UTC
Permalink
Aw man! Pally! You rock!

Thanks for the quick response - That fixed it!

I was confused by the tutorial here:

http://www.tramontana.co.hu/wix/lesson2.php

I put "<Property Id="WIXUI_INSTALLDIR" Value="TOP_LEVEL_DIR" />"
because I saw in this tutorial that it was needed if I used
WixUI_InstallDir!

There is an asterisk next to "WixUI_InstallDir" specification on this
tutorial page.

Section 2.3 says:
*Note that if you use this dialog set, you'll have to provide an extra
property somewhere in your source:
<Property Id="WIXUI_INSTALLDIR" Value="TOP_LEVEL_DIR" />"

So maybe I'm missing something, or the tutorial is wrong, but no worries
now!

Thanks!
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trying-to-keep-it-simple-WixUI-InstallDir-error-2343-tp5094719p5095033.html
Sent from the wix-users mailing list archive at Nabble.com.
Blair
2010-05-24 18:12:20 UTC
Permalink
In the tutorial, TOP_LEVEL_DIR is a placeholder for the directory's name
that is the "top level directory" of your installation.

-----Original Message-----
From: gapearce [mailto:***@yahoo.com]
Sent: Monday, May 24, 2010 11:03 AM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] Trying to keep it simple...WixUI_InstallDir error
2343


Aw man! Pally! You rock!

Thanks for the quick response - That fixed it!

I was confused by the tutorial here:

http://www.tramontana.co.hu/wix/lesson2.php

I put "<Property Id="WIXUI_INSTALLDIR" Value="TOP_LEVEL_DIR" />"
because I saw in this tutorial that it was needed if I used
WixUI_InstallDir!

There is an asterisk next to "WixUI_InstallDir" specification on this
tutorial page.

Section 2.3 says:
*Note that if you use this dialog set, you'll have to provide an extra
property somewhere in your source:
<Property Id="WIXUI_INSTALLDIR" Value="TOP_LEVEL_DIR" />"

So maybe I'm missing something, or the tutorial is wrong, but no worries
now!

Thanks!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trying-to-keep
-it-simple-WixUI-InstallDir-error-2343-tp5094719p5095033.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
gapearce
2010-05-24 18:16:14 UTC
Permalink
OH! Duh! (Sheesh!)

Thanks - that makes sense.
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trying-to-keep-it-simple-WixUI-InstallDir-error-2343-tp5094719p5095087.html
Sent from the wix-users mailing list archive at Nabble.com.
gapearce [mailto:]=20
1970-01-01 00:00:00 UTC
Permalink
See http://wix.sourceforge.net/manual-wix3/WixUI_installdir.htm

Palbinder Sandher=20
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500=20
F: +44 (0) 141 945 8501=20

http://www.iesve.com=20
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456=20
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-----Original Message-----
From: gapearce [mailto:***@yahoo.com]=20
Sent: 24 May 2010 18:01
To: wix-***@lists.sourceforge.net
Subject: [WiX-users] Trying to keep it simple...WixUI_InstallDir error
2343


I'm trying to use WixUI_InstallDir as my UI, and when I do, and compile
it, and run it, I get the following message in the MSI log:

The installer has encountered an unexpected error installing this
package.
This may indicate a problem with this package. The error code is 2343.
The arguments are: , ,=20

Please see the attached MSI log file. It shows that INSTALLDIR is
correct (I am assuming, from other posts, that INSTALLDIR is the
offending variable.=20
If I use WixUI_Mondo, there is no problem, and I don't get this error).

How can I fix this problem? How does one specify the PathText for this
dialog?

Thanks ahead of time...

http://n2.nabble.com/file/n5094719/install.log install.log
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trying-to-
keep-it-simple-WixUI-InstallDir-error-2343-tp5094719p5094719.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Loading...