Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any gradle plugins for WiX? [closed]

Tags:

gradle

wix

wix3.7

Are there any gradle plugins for WiX which are available to the public?

By searching the web, I only found some references to the artifactory server of echocat.org where some maven wix plugin is referenced. But the files stored there seem to be non-public since a username/password is required for viewing and downloading. So I could not check if these maven plugin might also be used within a gradle build process.

like image 598
mschenk74 Avatar asked Oct 22 '22 05:10

mschenk74


1 Answers

You can try the SetupBuilder Gradle plugin. We are working on a Gradle plugin that will create setups for Windows, OSX and Linux. It use the WiX Toolset on Windows to build a *.msi setup file from the settings in the Gradle script. And other tools on the other platforms.

Edit: In the meantime the plugin has a stable version 1.5 and can be used in production.

like image 130
Horcrux7 Avatar answered Oct 24 '22 03:10

Horcrux7