Welcome to our Microsoft Q&A platform!
According to your description, your issue is more related about Winform.This forum is discussing and asking questions about the WPF.
Q&A currently supports the products listed in right-hand pane.
Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a Windows Forms application that requires a WinUSB driver. I have installers for both. I have been asked by a client to create a single installer. Is it possible to create a single installer that can install the driver and then the application?
Thanks in advance.
Welcome to our Microsoft Q&A platform!
According to your description, your issue is more related about Winform.This forum is discussing and asking questions about the WPF.
Q&A currently supports the products listed in right-hand pane.
Thanks.
There are several ways to approach this, but probably the simplest is to create a MSBuild Bootstrapper:
http://codeprairie.net/blogs/chrisortman/archive/2008/04/16/using-msbuild-to-create-a-bootstrapper-for-you-installer.aspx
The bootstrapper is a single setup.exe file that will run both installer in the sequence you decide.