원격 드라이버 업데이트 어플리케이션 개발 프로젝트 (100프로영어논문+소스코드 포함)
Networking
다운로드
장바구니
소개글
"원격 드라이버 업데이트 어플리케이션 개발 프로젝트 (100프로영어논문+소스코드 포함)"에 대한 내용입니다.목차
1. Abstract2. Introduction
3. The process of the project
4. Background Research
4.1 Motivations
4.2 Anatomy of driver update application
4.2.1 What is driver update application?
4.2.2 How it works
4.2.3 Remote driver update application
4.2.4 Flow chart
4.3 Programming languages
5. Local Area Network (LAN) and Virtual Local Area Network (VLAN)
6. Windows Management Instrumentation Command-line (WMIC)
6.1 Introduction to WMIC
6.2 Use of WMIC
7. Driverquery
8. Driver version check
9. Windows Installer
9.1 Introduction to Windows Installer
9.2 Use of Windows Installer
10. Windows Installer Package (MSI file)
10.1 Install options
10.2 Display Options
10.3 Restart Options
11. Implementation
11.1 Development Environment
11.1.1 Qt creator
11.1.2 Microsoft Visual Studio
11.1.3 System configurations
11.1.4 Hardware requirements
12. Source code review
12.1 Introduction
12.2 Application Construction
13. User interface design
13.1 Design Procedures
13.2 Introducing the GUI
14. Conclusions
15. Recommendations
16. References
17. Definitions
18. Appendix A – GUI code
19. Appendix B – MSI code
본문내용
This final year project has as its main purpose, to design a driver update application based on Qt Creator developed by Nokia in windows environment. This driver update application is a useful and convenient tool to maintain latest version of drivers automatically and instantly. The basis of this project is to meet the process simple and minimal. The driver update application checks drivers between the operating system and the hardware. It is necessary to update drivers for singular computer in a company which requires huge network so it should be updated to use computer properly. Remote driver update application enables a number of computers to update remotely by using Windows Installer known as Microsoft Installer previously and network system. At the end of this project, this idea will be possibly used to perform the application to update drivers. Additionally, what I would like to achieve in this project is mainly to provide the..<중 략>
참고 자료
Matthias Kalle Dalheimer, 2002, Programming with Qt, Second Edition, O’Reilly MediaBlanchette. J, M. Summerfield, 2008, C++ GUI Programming with Qt4, Second Edition, Massashusetts: Prentice Hall
Alan Cooper, Robert Reimann, 2003, About Face 2.0: The Essentials of Interaction Design, Wiley Publishing Inc
Qt Online Reference Documentation, 2010, http://doc.qt.nokia.com (accessed May 1, 2011)
Tutorial QT creator – Qt Programming – QtForum.org, 2011, http://www.qtforum.org/article/27819/tutorial-qt-creator.html (accessed May 18, 2011)
WMIC – Take Command-line Control over WMI, Microsoft|TechNet, 2011, http://technet.microsoft.com/en-us/library/bb742610.aspx (accessed April 28, 2011)
MSDN | Microsoft Development, Subscriptions, Resources, and More, Microsoft, 2011, http://msdn.microsoft.com/en-au (accessed May 4, 2011)
Windows Installer Components, Microsoft, 2011, http://msdn.microsoft.com/en-us/library/aa372830(VS.85).aspx (accessed April 30, 2011)
Command-Line Options, Microsoft, 2011, http://msdn.microsoft.com/en-us/library/aa367988(v=vs.85).aspx (accessed April 20, 2011)