Microsoft MVP성태의 닷넷 이야기
.NET : 122. msiexec.exe를 닷넷으로 만들어 보면! [링크 복사], [링크+제목 복사],
조회: 20162
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일

“Make things as simple as possible, but not simpler.” [ManagedMsiExec sample app shows how to use the Windows Installer API from managed code]
; (broken) http://blogs.msdn.com/b/delay/archive/2012/01/09/make-things-as-simple-as-possible-but-not-simpler-managedmsiexec-sample-app-shows-how-to-use-the-windows-installer-api-from-managed-code.aspx
; https://dlaa.me/blog/post/10254645

msi.dll 파일을 interop해서 msiexec.exe를 .NET 버전으로 구현한 ManagedMsiExec를 공개하고 있습니다.

-----------------------------------------------
C:\T>ManagedMsiExec
SYNTAX: ManagedMsiExec <--Install|-i|--Uninstall|-u> Package.msi [--Verbose|-v]
Windows Installer result: 87 (INVALID_PARAMETER)

C:\T>ManagedMsiExec -i Package.msi
ManagedMsiExec: Installing C:\T\Package.msi
Windows Installer result: 0 (SUCCESS)

C:\T>ManagedMsiExec -u Package.msi
ManagedMsiExec: Uninstalling C:\T\Package.msi
Windows Installer result: 0 (SUCCESS)

C:\T>ManagedMsiExec -u Package.msi -v
ManagedMsiExec: Uninstalling C:\T\Package.msi
ACTIONSTART: Action 18:31:21: INSTALL.
INFO: Action start 18:31:21: INSTALL.
COMMONDATA: 1: 0 2: 1033 3: 1252
PROGRESS:
PROGRESS: 1: 2 2: 189440
COMMONDATA: 1: 0 2: 1033 3: 1252
INFO: This action is only valid for products that are currently installed.
C:\T\Package.msi
COMMONDATA: 1: 2 2: 0
COMMONDATA: 1: 2 2: 1
INFO: DEBUG: Error 2755: Server returned unexpected error 1605 attempting to
  install package C:\T\Package.msi.
ERROR: The installer has encountered an unexpected error installing this package.
  This may indicate a problem with this package. The error code is 2755.
INFO: Action ended 18:31:21: INSTALL. Return value 3.
TERMINATE:
Windows Installer result: 1603 (INSTALL_FAILURE)
-----------------------------------------------

소스 코드는 다음의 경로에서 받을 수 있는데,

ManagedMsiExec
; http://cesso.org/Samples/ManagedMsiExec/ManagedMsiExec.zip

언제 없어질지 모르니 ^^ 이 게시물에도 첨부를 해놓았으니 참고하세요. ^^








[최초 등록일: ]
[최종 수정일: 6/11/2021]


비밀번호

댓글 작성자
 




... 31  32  33  34  35  36  37  [38]  39  40  41  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
239정성태4/18/20069236Display a Web Page in a Plain C Win32 Application
238정성태4/17/20069245ASP.NET 2.0 의 Provider 관련 쪽 소스 공개
237정성태4/17/20069008Microsoft Application Verifier
236정성태4/17/200610124IIS6 - IE static resource caching problem
235정성태4/13/20068762"Atlas" Control Toolkit for April CTP Released
234정성태4/13/20069100Access Visual Studio 2005 Team System From Macintosh and UNIX Systems, and from within the Eclipse IDE
233정성태4/13/20068870More Workflow Videos
232정성태4/13/20069868Microsoft Visual C++ 2005 Redistributable Package
231정성태4/13/20069417Windows Presentation Foundation Hands-On-Labs - February 2006 CTP
230정성태4/13/20069276Microsoft Management Model Designer
229정성태4/13/200610304Discovery Wizard for SharePoint
228정성태4/13/20069872TeamPlain Web Access for Team System
227정성태4/13/20069594Scrum for Team System Released
226정성태4/13/20069588Visual Studio Team Foundation Server MSSCCI Provider Version 1.0
224정성태4/13/20069224VC++ - GroupLab Component Library
223정성태4/13/20068298MSBuild Community Tasks Project releases new version
225정성태4/13/20067783    답변글 Visual Studio 2005 Web Application Projects (RC1)
222정성태4/13/20068802Visual Studio 2005 Security Features and Tools
220정성태6/8/20068625Shared Source Common Language Infrastructure 2.0 Release [1]
219정성태8/4/20068542Simple List Extensions Specification
218정성태4/13/200691093rd party library - EZShellExtensions.Net 1.0 [1]
217정성태4/13/20068975Bug Details: GC fails to load in server mode if config file contains none ASCII characters
215정성태4/13/20069105http://www.400plusdifferences.com/
214정성태4/13/20067823Team Foundation Server, Biztalk 2006
216정성태4/13/20069037    답변글 Team Foundation Server 시험판 공개 다운로드
213정성태4/13/20068996Introduction to the MSN Messenger Activity SDK
... 31  32  33  34  35  36  37  [38]  39  40  41  42  43  44  45  ...