Software upgrading method
A software upgrade and file technology, applied in software deployment and other directions, can solve problems such as file redundancy, increased burden on implementers, and inability to overwrite files in upgrade packages, and achieve the effect of eliminating file occupancy.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0036] The technical solutions and beneficial effects of the present invention will be described in detail below in conjunction with the accompanying drawings.
[0037] This embodiment mainly adopts Windows API—MoveFileEx, which will be introduced below.
[0038] MoveFileEx is an extended function of the MoveFile function, which is also used to move files, but it adds some functions. The prototype of the MoveFileEx function is as follows:
[0039] BOOL MoveFileEx(LPCTSTR lpExistingFileName, LPCTSTR lpNewFileName, DWORD dwFlags);
[0040] The first parameter is the name of the file to be moved, the second is the name of the file after the move, and the last parameter determines how to move.
[0041] Look carefully at the possible values of the last parameter, one of which is MOVEFILE_DELAY_UNTIL_REBOOT, which is described in MSDN as follows:
[0042] The function does not move the file until the operating system is restarted. The system moves the file immediately after AUT...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com