[wxPython-users] Release patches for my app

Werner F. Bruhin werner.bruhin at free.fr
Mon Nov 12 09:33:04 PST 2007


Steve,

Steve Senior wrote:
> Hi,
>
> I have a question about releasing "patches" for a py2exe frozen application that
> has been distributed.
>
> Let's say I release my frozen application for download - it is likely to be
> available as a zip download and an InnoSetup installer.
>
> People (hopefully!) start using it.
>
> Then I fix some bugs and add some functionality.
>
> I now want to release a patch to so that people can get these updates.
>
> My question is how do I create a patch and bundle it into a exe that will enable
> users to download and run and update their version?
>   
I don't think there is an easy way to create "just a patch", I just 
create a new installer (i.e. run py2exe and inno) and distribute this, 
Inno will know to install into the same folders if you use the same 
AppId and in my case my application check the database on first start up 
and if needed runs the database schema update program.

Werner




More information about the wxpython-users mailing list