Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unresolved reference to symbol " " in section 'Fragment'

Tags:

wix

wix3.5

wix3

I have added InstallDemo.wxs file and copied the code from WixUI_InstallDir src/ext/wixlib/, Then i have added UIRef into product.wxs file after that when i built the solution i got this 50 error "Unresolved reference to symbol 'Dialog:BrowseDlg' in section 'Fragment' so, Help me to resolve this issue.. please tell me how to create a simple dialog screen in 'WIX' please help, Thank you.!

like image 755
Cegone Avatar asked Jan 11 '23 12:01

Cegone


1 Answers

Have you referenced the WixUIExtension in your WIX Installation project? You need this to give you the BrowseDialog.

You can find the WixUIExtension.dll file in the bin folder of the WiX Toolset installation folder in Program Files.

like image 193
caveman_dick Avatar answered Feb 09 '23 01:02

caveman_dick