[win32][Installer] Tool kit for creating win32 installer on Linux
Alexander Belchenko
bialix at ukr.net
Tue Jan 10 19:33:08 GMT 2006
John Arbash Meinel пишет:
> Why are you creating your own .bat file? Inside setup.py I see a
> specific command 'my_install_scripts' which is supposed to create a
> bzr.bat file inside the scripts directory.
>
> I'm just thinking since we already have a setup.py it probably wouldn't
> take a lot to modify it so that it would do what you want, and you just
> supply
>
> python setup.py bdist_wininst
>
> But thank you for posting what you actually use so that we can sort it out.
It should be done in this way because our current setup.py is able to
create bzr.bat only in known directory location. But when we create
installer all files copied into installer archive and those hack doesn't
work. So it definitely need to use postinstall script that do this job.
That's why need to create separate setup script.
--
Alexander
More information about the bazaar
mailing list