Code::Blocks Forums

User forums => Help => Topic started by: cybarite on August 31, 2017, 03:17:29 pm

Title: Is an MSI available for deployment of the latest version with mingw?
Post by: cybarite on August 31, 2017, 03:17:29 pm
Hi All,

Is there an MSI version available.  Looking to deploy to multiple computers using either group policy or PDQ Deploy.  Found one at https://sourceforge.net/projects/msi-repository/files/CodeBlocks/SVN%20build%20rev.%203915 but it seems to be very old and doesn't have mingw along with it.

Thanks in advance
Title: Re: Is an MSI available for deployment of the latest version with mingw?
Post by: oBFusCATed on August 31, 2017, 08:05:33 pm
Nope, I think we're using the NSIS and I don't think anyone has done anything about msi installer recently. 
Title: Re: Is an MSI available for deployment of the latest version with mingw?
Post by: cybarite on September 01, 2017, 06:47:03 am
Okay. Thanks.  Any chance of a MSI package be created in the future.

Thanks in advance
Title: Re: Is an MSI available for deployment of the latest version with mingw?
Post by: stahta01 on September 03, 2017, 12:47:47 am
Okay. Thanks.  Any chance of a MSI package be created in the future.

Thanks in advance

No Idea; but, WiX looks like a possible tool to do it.
https://en.wikipedia.org/wiki/WiX (https://en.wikipedia.org/wiki/WiX)

Tim S.
Title: Re: Is an MSI available for deployment of the latest version with mingw?
Post by: Jenna on September 03, 2017, 04:00:21 pm
http://www.exemsi.com/ might be an easy way to use our nsis-(exe-)installer and convert it to msi.
Title: Re: Is an MSI available for deployment of the latest version with mingw?
Post by: cybarite on September 08, 2017, 08:34:28 am
Thanks for the replies. Trying out exemsi.

Regards,