Attached is a bit of my XML code for the " MaintenanceWelcomeDlg"
dialog:
<Dialog Id="MaintenanceWelcomeDlg" X="50" Y="50" Width="370"
Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
<Control Id="Next" Type="PushButton" X="236" Y="243"
Width="56" Height="17" Text="[ButtonText_Next]" TabSkip="no"
Default="yes">
<Publish Event="SpawnWaitDialog"
Value="WaitForCostingDlg">CostingComplete = 1</Publish>
<Publish Event="NewDialog"
Value="MaintenanceTypeDlg">1</Publish>
</Control>
.
.
.
You can see that while Costing is not complete, the " WaitForCostingDlg"
dialog is spawned. This dialog, apparently, bothers some of our clients
since it seems like an error or warning or something like that.
Is there a legal way to get rid of it? Is it ok just to remove that
"SpawnWaitDialog" line and nothing bad would happen? Any other ideas?
Any help appreciated.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users