Python论坛  - 讨论区

标题:[python-chinese] 编写Win32下安装程序脚本如何创建桌面快捷方式等

2007年12月11日 星期二 20:09

chu66 chu66在126.com
星期二 十二月 11 20:09:49 HKT 2007

大家好:
我使用py2exe把脚本编译成了exe,这时我想把这些exe打包到一个安装文件中,所以我写了一个如下的脚本:
 
 
 
from distutils.core import setup

setup(name= name,
   version=ver,
   author = author, 
   data_files = [ \
     ...all exe files and dll fils are here
    ]
   )
 
我怎么样才能为安装后的exe建立一个桌面快捷方式、开始菜单项还有卸载项目呢?必须要使用第三方工具吗?
 
在电脑前坐等大家回答,谢谢。
 
chu
-------------- 涓嬩竴閮ㄥ垎 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20071211/e0671336/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月11日 星期二 21:26

Zhou Honglin zhou.honglin在gmail.com
星期二 十二月 11 21:26:05 HKT 2007

Ϊɶ²»ÓÃInnoSetup?

On 12/11/07, chu66 <chu66在126.com> wrote:
>
> ´ó¼ÒºÃ£º
> ÎÒʹÓÃpy2exe°Ñ½Å±¾±àÒë³ÉÁËexe£¬ÕâʱÎÒÏë°ÑÕâЩexe´ò°üµ½Ò»¸ö°²×°ÎļþÖУ¬ËùÒÔÎÒдÁËÒ»¸öÈçϵĽű¾£º
>
>
>
> from distutils.core import setup
>
> setup(name= name,
>    version=ver,
>    author = author,
>    data_files = [ \
>      ...all exe files and dll fils are here
>     ]
>    )
>
> ÎÒÔõôÑù²ÅÄÜΪ°²×°ºóµÄexe½¨Á¢Ò»¸ö×ÀÃæ¿ì½Ý·½Ê½¡¢¿ªÊ¼²Ëµ¥ÏÓÐжÔØÏîÄ¿ÄØ£¿±ØÐëҪʹÓõÚÈý·½¹¤¾ßÂð£¿
>
> ÔÚµçÄÔÇ°×øµÈ´ó¼Ò»Ø´ð£¬Ð»Ð»¡£
>
> chu
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071211/6a7e5b97/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号