electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 91 forks source link

Create a msi in Jenkins #108

Open berengere13 opened 3 years ago

berengere13 commented 3 years ago

Hi,

I succeed to create a msi with my Windows 10 labtop.

I am wondering if I can do it from Jenkins ? I have to install the WixToolset to make the creation of msi possible. So I don't know how to do it.

Any idea ?

I also try with electron-installer-windows but I have never find to know how it's works.

Thanks,

Qazzian commented 3 years ago

Where is your Jenkins service running? If it's running on a windows server then you should be able to install the wixtoolset on it and then create a Jenkins job to run the same commands you used on your laptop. If Jenkins is running on a Linux server then you will need access to a windows VM.