How to take a log file of the installer/Uninstaller?

Welcome to BestSync Support Forum!
If you have any questions, comments, concerns, suggestion, please summit here, we'll try to reply you in short time.
Thank you!
Post Reply
RiseFly
Site Admin
Posts: 1077
Joined: Tue Nov 03, 2009 2:51 pm

How to take a log file of the installer/Uninstaller?

Post by RiseFly »

In case the installer fails to install/uninstall BestSync, you can use the following command to take a log file, then find what is wrong with the install process.

Please open the command prompt windows first by administrator privilege, then change the current directory to the folder where the installer file is.

1. Uninstall BestSync
msiexec.exe /l* install.log /x BestSyncSetup.msi

* install.log is the file name of the log file
* BestSyncSetup.msi is the file name of the installer file

2. Install BestSync
msiexec.exe /l* install.log /i BestSyncSetup.msi
Post Reply