Try running the MSI with

msiexec.exe /l* setup.log /i MySetup.msi

Then take a look at the log file, it should give you some clues as to whats
going wrong.

Adam Langley

Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand

Tel.  +64 (0)9 414 4071
Fax. +64 (0)9 414 4072

www.seconag.com

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anidil
Sent: Monday, 10 December 2007 10:02 p.m.
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem with WiX custom UI


I'm trying to create a custom UI library customizing installDir sequence,
changing the line 

<Property Id="WixUI_InstallDirDlg_Next" Value="VerifyReadyDlg" />

to <Property Id="WixUI_InstallDirDlg_Next" Value="ProgressDlg" /> so that i
can directly get the progress dialog without waiting for the verifyReadyDlg.

But when i run the built MSI, it errors out after the installDirDlg screen
saying that "the installer encountered an unexpected error" and with error
code 2856.

Any help? can i not drop the verifyreadyDlg?
-- 
View this message in context:
http://www.nabble.com/Problem-with-WiX-custom-UI-tp14249305p14249305.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to