How to create program installer for audio application in windows

Hello i need some help. i’m looking for a solution to create installer for my sample audio application to run in another pc.

  • projucer 5.1.2

  • visual studio 2017

  • Windows 10

Thanks for help!

Have a look at this thread:

Also there is more information accessible via the forum search…

EDIT: I just see, the thread says VST, but the products they link also apply to applications in general, might be even easier…
Innosetup seems to be the most used on windows…

1 Like

There’s a tutorial about distribution, should help you get started:
https://docs.juce.com/master/tutorial_app_plugin_packaging.html

2 Likes

I use the VS installer package:

https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2017InstallerProjects

2 Likes