PDA

View Full Version : how to obtain the percentage of an operation



lmodern1878
02-14-2016, 09:28 PM
Hello:

what is the variable (if one exists) for the percentage of an operation? Examples: percentage of the 2nd progress bar, percentage of the global progress bar, etc. The reason I am asking for this information is my single file takes awhile to copy thus the global progress bar should read "Dropping Files... Please Wait" then while this file installs the progress text should read "Operation Progress: <insert file progress here>" once that's done, the global progress bar should read something about modifying the registry, then wrap the rest of the setup as normal

linder
02-17-2016, 07:20 AM
Hello,

Interesting question. The percentage of the operation can't be retrieved at script level. We'll investigate if it is possible to add a function to get the percentage of the progress bar(s).

Friedrich

linder
02-22-2016, 05:54 AM
FYI: The new "Get System Info" (Installer Progress Percentage) option in the upcoming maintenance build lets you retrieve the percentage of the global progress bar.

Friedrich