Hello,

I'm wanting to call a custom action when the installer starts up. I've added it 
to the InstallUISequence as in the code below  and it does get executed. The 
problem is that it takes a few seconds for the custom action to run and the 
hourglass/spinner either stops when I call the custom action or during the 
custom action execution. I can't tell when exactly. I've tried all sorts of 
Before/After custom action reserved word terms but none seem to keep the 
spinner going. Am I doing this wrong or is there a way to get this to happen 
and the spinner spins when executing the custom action?

Also, I've looked for alternative words for CostFinalize but can't find a list 
anyplace of valid values?

    <InstallUISequence>
      <Custom Action="GetLocalData"
              After="CostFinalize"
              Overridable="yes"/>
    </InstallUISequence>

Jack Alford

Hexagon Metrology
19 Interpro Drive, Building 24B-103
Huntsville, AL  35824
USA

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to