The wix team generally asks that you keep the alias on replies, so everyone can 
learn together.

I don't know much about custom dialogs.  Actually, I don't know anything.

I can tell you, though, from personal experience, that moving from v2 to v3 
*will* identify lots of errors that have existed in your MSIs all along, but 
which you didn't know about, because v2 didn't run validation.

Hopefully, someone else can help you with the custom dialogs.

From: Levi Wilson [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 21, 2006 1:25 PM
To: Cullen Waters
Subject: Re: [WiX-users] ICE20 with WiX v3

I guess I just don't understand why adding a single dialog to display caused 
all these problems for a project that previously didn't have any UI.  Does 
adding the <show/> tag in the <InstallUISequence> force new requirements upon 
the MSI?  I'm just playing around with custom dialogs.  Any help would be 
greatly appreciated.
On 12/21/06, Cullen Waters <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

The biggest difference, and the reason you're seeing the errors now when you 
didn't before, is that wix 3 runs ICE validation on the MSI that is created by 
light, while wix 2 didn't.  Most likely, if you run ice validation on the msi 
you created with wix 2, you'll see the same errors.  You just have to run ICE 
validation manually, like through Orca.



From: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]>] On Behalf Of Levi Wilson
Sent: Thursday, December 21, 2006 12:54 PM
To: wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net>
Subject: [WiX-users] ICE20 with WiX v3



I receive the following errors when trying to follow along with part 8 of the 
tutorial when linking with version 3 (all ICE20s BTW):

 *   Standard Dialog:  'FilesInUse' not found in Dialog table
 *   ErrorDialog Property not specified in Property table
 *   Exit dialog/action not found in AdminUISequence (and one about 
InstallUISequence
 *   etc.

Can anyone offer me any insight or point me to a website that indicates some of 
the differences between version 2 and 3 of the linker and why I keep running 
into ICExxx errors?  Any help would be greatly appreciated, thanks!

Levi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to