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