是否有一些工具可以满足这些要求:
- 将 .exe、.dll、.ico 等文件压缩成单个 .exe 安装程序(SFX 或其他)
- 安装程序应该建议提取到程序文件目录
- 安装程序应在开始菜单和桌面上创建图标
- 安装程序应建议安装后运行程序
- 免费使用
我想要这样的东西:
createinstaller.exe -source_folder e:\myprogram\ -install_path=%ProgramFiles%\myprogram\ -app_icon=e:\myprogram\appicon.icon -create_launch_icons -suggest_run_after_install myexec.exe