I think you need to set the property WIXUI_INSTALLDIR to get this to work. If you search the help file for "WIXUI_INSTALLDIR" you should find a sample.
 
Neil


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Burgess
Sent: 12 June 2006 20:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] wixui_installdir

I’m using the latest stable v2 build

 

I am trying to use the WixUI_InstallDir by including:

 

<UIRef Id="WixUI_InstallDir" />
<UIRef Id="WixUI_ErrorProgressText" />

 

However when I run the msi, the install dir dialogue has no default value set and when I try to browse with the button provided I get an error. The log file says:

 

Action 11:40:24: InstallDirDlg. Dialog created

DEBUG: Error 2819:  Control PathEdit on dialog BrowseDlg needs a property linked to it

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

MSI (c) (08:10) [11:40:39:282]: Product: Test -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2819. The arguments are: BrowseDlg, PathEdit,

 

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to