inno setup 安装脚本和 windows 7
关于那些 inno 安装脚本的任何建议,以便编译后的安装在 Windows 7 上顺利运行?
any recommendations about those inno setup scripts so the compiled install run smoothly on windows 7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
{app}
下),并让您的应用程序首先从那里复制它启动。{app}
) and have your application copy it from there on first startup.Oliver Giesen 的建议就是我正在使用的,但它有一个缺点......卸载程序时似乎无法删除所有用户的 {userappdata} 文件夹,这意味着您永远无法进行干净的卸载/重新安装。
Oliver Giesen's suggestion is what I'm using, but it has a disadvantage... there seems to be no way to remove the {userappdata} folders for all users when uninstalling the program, meaning you can never do a clean uninstall/reinstall.
Inno Setup 完全支持 Windows 7。只需确保使用最新版本的 Inno Seup,最好是 Unicode 版本。
Inno Setup has full support for Windows 7. Just make sure to use the latest version of Inno Seup, preferably the Unicode edition.