Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3673172
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:41:59+00:00 2026-05-19T02:41:59+00:00

I ran an install like this: msiexec /i Module.msi /l*v msilog.log And in the

  • 0

I ran an install like this:

  msiexec /i   Module.msi  /l*v msilog.log

And in the resulting logfile, I got a bunch of message like:
Note: 1: 2729 . What does it mean?

Is there a rosetta-stone for understanding what all those messages mean in an msi log file?

EDIT:
here’s an example snip of the msi log file:

MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (c) (D4:8C) [12:16:44:348]: Machine policy value 'DisableMsi' is 1
MSI (c) (D4:8C) [12:16:44:348]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (D4:8C) [12:16:44:348]: User policy value 'AlwaysInstallElevated' is 0
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:42:00+00:00Added an answer on May 19, 2026 at 2:42 am

    Checkout:

    How to Interpret Windows Installer Logs

    Windows Installer Error Messages

    Q107675: ERRDOC: Windows Installer Error 2729

    Code 2729 is “Install engine not initialized.”

    There’s very little out on this but my best read of this error code is that the msiexec client side is trying to spin up the msiexec server side ( windows service ) and it’s going through a loop logging that it isn’t up and running yet. After a few iterations it’s up and the install continues. Take a look at the following log snippet and tell me if this is pretty much what your log looks like.

    MSI (c) (A4:DC) [22:12:14:406]: Package name extracted from package path: 'msse.msi'
    MSI (c) (A4:DC) [22:12:14:406]: Package to be registered: 'msse.msi'
    MSI (c) (A4:DC) [22:12:14:406]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:437]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:437]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:437]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
    MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
    MSI (c) (A4:DC) [22:12:14:453]: TRANSFORMS property is now: 
    MSI (c) (A4:DC) [22:12:14:453]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    

    PS- The (c) after MSI means the log entry originated from client side. Also you might find this utility helpful:

    Wilogutl.exe (Windows)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ran into this error message while trying to select some records off a table.
I ran bundle install vendor/gems and all the gems got saved to the gems
I just ran this code, and it looks like nice language for me. But
I ran bundle install and it completed without error, except that at the very
I ran python setup.py install in a Windows XP console, and it reported as
I'm trying to install lxml for python on OS X 10.6.8 I ran sudo
I just recently got a fresh install of Windows 7 on a my PC
As this post points out you can install Vimballs using the normal: vim somevimball.vba
I installed Django Celery bur running pip install django-celery . This installed celery and
I'm running rvm with ruby 1.9.3. I've ran bundle install and it worked fine.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.