How to create a single installer for driver and application?

P Banta 1 Reputation point
2020-05-18T01:04:29.947+00:00

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.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,929 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Alex Li-MSFT 1,096 Reputation points
    2020-05-18T09:35:30.7+00:00

    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.

    0 comments No comments

  2. Eitan Behar 1 Reputation point
    2020-05-20T12:35:20.297+00:00

    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.

    0 comments No comments