I am working on a managed bootstrapper.

During the install of the one and only msi package the e.OverallPercentage:
goes from 80 back to 28.

I have logged this and can see the following after the initial stuff is
done...

The ExecuteMsiMessage message at this stage is: 


At this stage e.OverallPercentage (from ExecuteProgress event) starts at 76
and starts rising nicely.  

e.OverallPercentage (from ExecuteProgress event) hits 80 and then the
following event happens in the ExecuteMsiMessage



I have a certificate file that I add to the computers store and this appears
to be what is happening with this event.

Immediately after this event then the e.OverallPercentage: is 28 in the
ExecuteProgress event.

Then it appears that the registry is written to


At this stage the e.OverallPercentage drops to 20 and rises to 23.

Then after a few other events there is this one



After this the e.OverallPercentage jumps to 95.

The installer then copies the files to the directory.

Is this normal or expected? 
If it is what am I supposed to do?

is e.OverallPercentage not what I should be looking at.







--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-Bootstrapper-ExecuteProgress-event-OverallPercentage-goes-backwards-tp7594205.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to