制作本地包安装程序
我将为我的家庭网络构建一个包管理器和安装程序,但我不确定应该使用哪些技术。我正在考虑使用 WPF 作为界面,使用 SQL 来实际存储包数据,以及某种用于可配置安装的脚本。但是,我不知道我是否遗漏了什么。简而言之,我的问题是:
- 制作这个程序需要哪些技术?
- 那里已经有类似的东西了吗?
- 我们拥有的服务器上应该有多少,我正在构建的任何客户端上应该有多少?
- 我的处理方式完全错误吗?
注:
- 我想使用 .NET,因为它是我大部分经验的所在。
- 它将在 Windows 7 和一台或两台 vista/xp 计算机上运行。服务器是Windows家庭服务器。
- 这些软件包将是 Daemon 工具、Notepad++ 或 7zip 等程序的常规安装程序/更新。还有磁盘映像程序,以及可能没有安装程序的程序。
I'm going to be building a package manager and installer for my home network, and I'm unsure of the technologies i should use. I was thinking WPF for the interface and SQL for actually storing package data, as well as some sort of scripting for configurable installation. However, i don't know if I'm missing anything. In short, here are my questions:
- What technologies are necessary to make this program?
- Is there something like this already out there?
- How much should be on the server we have and how much should go on whatever client i'm building?
- am i going about this completely the wrong way?
Notes:
- I'd like to use .NET as it's where i have most of my experience
- It will be running on Windows 7 and one or two vista/xp machines. The server is a windows home server.
- The packages will be regular installers/updates of programs such as Daemon tools, Notepad++, or 7zip. Thre are also disk image programs, as well as possibly programs with no installer as such.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://windows-get.sourceforge.net/index.php
也许你是应该为此构建软件包吗?为您节省大量的开发时间:)
http://windows-get.sourceforge.net/index.php
Maybe you instead should just build packages for this instead? Saves you quite a bit of dev time :)