Hi,
>>Is it work in new windows like windows 10 or not?
I don't know,but I think it still works on Windows 10.
As far as I know,MSI use Windows Installer to install traditional application like winform ,WPF...
https://msdn.microsoft.com/en-us/library/2kt85ked(v=vs.100).aspx
Windows Installer show amount of progress in a progressBar in default.
You can custom installer process by inheriting Installer Class.
https://msdn.microsoft.com/en-us/library/system.configuration.install.installer.aspx
By using Custom Actions, You can add a ProgressBar control.
https://msdn.microsoft.com/en-us/library/aa367525(VS.85).aspx
Since this forum is not for installation, If you have more question of this, try asking on
ClickOnce and Setup & Deployment Projects forum.
Sincerely,
Bob
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.