Thanks, it works. But another question. After starting a new Wix Project in VS, 
everytime I add somelines involving a stock dialog, say (just e.g.):
 
<UI>
<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" 
Value="CancelDlg">1</Publish>

</UI>
 
system will report error like:
Error 5 ICE17: Bitmap: 'WixUI_Bmp_Dialog' for Control: 'Bitmap' of Dialog: 
'WelcomeDlg' not found in Binary table 
C:\delivery\Dev\wix\src\ext\uiextension\wixlib\WelcomeDlg.wxs 13 1 
WixProject3...
Error 7 ICE17: Icon: 'WixUI_Ico_Info' for Control: 'Icon' of Dialog: 
'CancelDlg' not found in Binary table 
C:\delivery\Dev\wix\src\ext\uiextension\wixlib\CancelDlg.wxs 16 1 WixProject3
...
 
BTW1: I've added the followings to MyWixProject.winproj file:
 
<ItemGroup>
<WixExtension Include="C:\Program Files (x86)\Windows Installer XML 
v3\bin\WixUIExtension.dll" />
</ItemGroup>
 
BTW2: what is the path 
"C:\delivery\Dev\wix\src\ext\uiextension\wixlib\CancelDlg.wxs"? I can not find 
it in my box.
 
I'm think I ignore some settings, but what are those?
 
Thanks


Date: Tue, 4 Mar 2008 21:12:50 -0800From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: 
[EMAIL PROTECTED]: Re: [WiX-users] Why VS2005 with Votive failed to compile new 
Wix project?
Xu nanxuan wrote: 


"Error 4 The localization variable !(loc.WixUINext) is unknown.  Please ensure 
the variable is defined. 
C:\delivery\Dev\wix\src\ext\uiextension\wixlib\WelcomeDlg.wxs 9 1 
WixProject3......WelcomeDlg.wxs".You need to specify Cultures (e.g., of en-us 
for US English).-- 
sig://boB
http://joyofsetup.com/
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to