|
From: zett42 <sa...@gm...> - 2008-12-05 20:19:05
|
Correction: By default a CA is run twice if you put it in both sequences and UILevel is NOT "basic" NOR "silent". ;) zett42 wrote: > > > Robert O'Brien-2 wrote: >> >> Question - is the reason for sequencing the execution of a customaction >> in both InstallUISequence And InstallExecuteSequence so that you cover >> both interactive and unattended installs? >> > Exactly. > > > Robert O'Brien-2 wrote: >> >> In the case of an interactive install do the sequenced customactions then >> end up running twice, i.e. once during interactive UI portion of install >> and then again when user selects finish and installer server processing >> gets carried out? > By default a CA is run twice if you put it in both sequences and UILevel > is "basic" or "silent". You can set Execute="firstSequence" in the > CustomAction element so it will only be run once. > -- View this message in context: http://n2.nabble.com/prerequisite-conditions-tp1614466p1619945.html Sent from the wix-users mailing list archive at Nabble.com. |