How to move progress bar during custom action
问题 While running the custom action in the installer there is no progress bar. We are using the Immediate C# manage code custom action. Is any other ways to show the progress while running the custom action ? Advance thanks \ Velu 回答1: Use ProgressText element. The 'Template' attribute is the place to put tokens to reflect the progress. See the standard InstallFiles action for example. The table "ActionData messages" lists the possible tokens for this action. Sample: <ProgressText Action=