How to generate install log file when installing iHomeServer

Post Reply
bizmodeller
Posts: 458
Joined: Thu Nov 14, 2013 8:40 pm

How to generate install log file when installing iHomeServer

Post by bizmodeller »

It may be useful to generate an install log file if the iHomeServer installation process does not complete successfully. The log can then be sent to our support email address (support at bizmodeller.com) for our review.

If you want to generate an install log file when you are installing iHomeServer, then please follow these steps:

1. Open a command prompt on your computer
2. Type the following command:

Code: Select all

msiexec /i "full_filename_with_path_of_ihomeserver.msi" /L*V "C:\temp\iHomeServerInstallLog.log"
3. Press Enter to run the install program.
4. Once the installation has completed (or failed), please zip and email the iHomeServerInstallLog.log file created in c:\temp to our support email address.

Note:
1. The "full_filename_with_path_of_ihomeserver.msi" should be substituted with the full path to the MSI you downloaded from www.bizmodeller.com, eg "c:\users\Administrator\Downloads\iHomeServer.Pro.v3.64-bit.msi"
2. The directory c:\temp should exist for the command above to work. Otherwise, change the log file location to another location that already exists.
Post Reply