cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NealC804
Level 8

Silent install but show progress from my app?

I'm building a software updater for my main .NET 3.5 Winforms application and my users don't want to see the InstallShield part of the update process. They want to see my updater dialog, click the install button and be done.

Is it possible to run the patch (or setup for a major upgrade) and show progress from my winforms app? Can a setup be driven from a Winforms app per se?

Thank you.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

If you can forego the InstallShield setup.exe bootstrap, you can get progress events from a .msi or .msp installation by creating and using an External UI handler. See the Windows Installer SDK for more information on these.
0 Kudos