Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIXUI_DONTVALIDATEPATH has no effect on BrowseDlg in WixUI_InstallDir #4737

Closed
wixbot opened this issue Apr 13, 2015 · 6 comments
Closed

WIXUI_DONTVALIDATEPATH has no effect on BrowseDlg in WixUI_InstallDir #4737

wixbot opened this issue Apr 13, 2015 · 6 comments

Comments

@wixbot
Copy link

wixbot commented Apr 13, 2015

In WixUI_InstallDir dialog set, public property WIXUI_DONTVALIDATEPATH is checked in InstallDirDialog:
<Publish Dialog="InstallDirDlg" Control="Next" Event="SpawnDialog" Value="InvalidDirDlg" Order="3"><![CDATA[NOT WIXUI_DONTVALIDATEPATH AND WIXUI_INSTALLDIR_VALID<>"1"]]></Publish>

But it is ignored in BrowseDlg:
<Publish Dialog="BrowseDlg" Control="OK" Event="SpawnDialog" Value="InvalidDirDlg" Order="4"><![CDATA[WIXUI_INSTALLDIR_VALID<>"1"]]></Publish>

So, setting the public property WIXUI_DONTVALIDATEPATH to 1 has no effect when using the Browse dialog for selecting a path, and the Invalid Directory message is shown while expected to be suppressed.

Originally opened by himem

@wixbot
Copy link
Author

wixbot commented Apr 14, 2015

Release set to v3.x

@wixbot
Copy link
Author

wixbot commented Apr 14, 2015

Release changed from v3.x to v4.0

@wixbot
Copy link
Author

wixbot commented Jul 15, 2015

Originally changed by himem
AssignedTo set to himem

@wixbot
Copy link
Author

wixbot commented Jul 23, 2015

Originally changed by himem
AssignedTo changed from himem to triageteam
Resolution set to fixed
Status changed from Open to Untriaged

@wixbot
Copy link
Author

wixbot commented Aug 4, 2015

PR for v4: wixtoolset/wix#150

Resolution changed from fixed to

@wixbot
Copy link
Author

wixbot commented Aug 5, 2015

PR for v3: wixtoolset/wix3#284

Originally posted by himem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants