Is there an indeterminate progress bar in WIX tool set? #8073
Unanswered
saadsaeed01
asked this question in
Questions
Replies: 2 comments 1 reply
-
Pretty sure you'll need to open a feature request with the Windows Installer team to add that option to their current supported list. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @robmen I don't have time to wait for this but thank you for your response! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
My requirement is that I need an indeterminate progress bar
In ProgressBar control, I don't see any option to make it indeterminate
<Control Id="ProgressBar" Type="ProgressBar" X="20" Y="115" Width="330" Height="10" Text="!(loc.ProgressDlgProgressBar)"> <Subscribe Event="SetProgress" Attribute="Progress" /> </Control>
is there a solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions