Hello,

I would like to use a custom dialog to set properties (like ProductName) that 
can be used in subsequent dialogs in a UI (like in the dialog title bar). 
However, I'm not sure how to specify when this action should be executed.

Orca shows that InstallUISequence contains the standard dialogs in the 
WixUI_InstallDir dialog set, but my custom dialog does not show up in the 
sequence.

I define the action this way:

<CustomAction Id="SetProductName" Property="ProductName" 
Value="[newProductName]" Execute="immediate"/>

But I think I'm missing something in specifying how it runs:

<InstallUISequence>
  <Custom Action="SetProductName" Execute="immediate"  Before="???">1</Custom>
</InstallUISequence>

Should I be specifying the Before or After attribute? I can't specify my custom 
dialog in @After, and there isn't any room in the Sequence numbers in the 
InstallUISequence table (1296-1300) so I don't see how to use @Sequence either.

Thanks,
Andy



------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to