'Is there a way to convert a Django project with postgresql database built from source with cube extension into a msi?

I created a Django project and distributed on IIS that uses PostgreSQL as database. I compiled PostgreSQL from source with a modification on creating an extension.

It is running quite well in IIS but I just want to convert all Django project to be a MSI in order to be able to distributing on others windows PC.

So please anyone advise a way or solution that can help me on this. It would be highly appreciated for your help! Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source